|
LLZK 3.0.0
An open-source IR for Zero Knowledge (ZK) circuits
|
Go to the source code of this file.
Classes | |
| class | FunctionOperationLinkTests |
| struct | FuncDefOpBuildFuncHelper |
| struct | ReturnOpBuildFuncHelper |
Functions | |
| TEST_F (FunctionOperationLinkTests, IsA_Function_CallOp) | |
| This test ensures llzkOperationIsA_Function_CallOp links properly. | |
| TEST_F (FunctionOperationLinkTests, llzk_CallOp_GetArgOperandsCount) | |
| TEST_F (FunctionOperationLinkTests, llzk_CallOp_GetArgOperandsAt) | |
| TEST_F (FunctionOperationLinkTests, llzk_CallOp_SetArgOperands_Variadic) | |
| TEST_F (FunctionOperationLinkTests, llzk_CallOp_GetMapOperandsCount) | |
| TEST_F (FunctionOperationLinkTests, llzk_CallOp_GetMapOperandsAt) | |
| TEST_F (FunctionOperationLinkTests, llzk_CallOp_SetMapOperands_VariadicOfVariadic) | |
| TEST_F (FunctionOperationLinkTests, llzk_CallOp_GetCalleeAttr) | |
| TEST_F (FunctionOperationLinkTests, llzk_CallOp_SetCalleeAttr) | |
| TEST_F (FunctionOperationLinkTests, llzk_CallOp_GetTemplateParamsAttr) | |
| TEST_F (FunctionOperationLinkTests, llzk_CallOp_SetTemplateParamsAttr) | |
| TEST_F (FunctionOperationLinkTests, llzk_CallOp_GetNumDimsPerMapAttr) | |
| TEST_F (FunctionOperationLinkTests, llzk_CallOp_SetNumDimsPerMapAttr) | |
| TEST_F (FunctionOperationLinkTests, llzk_CallOp_GetMapOpGroupSizesAttr) | |
| TEST_F (FunctionOperationLinkTests, llzk_CallOp_SetMapOpGroupSizesAttr) | |
| TEST_F (FunctionOperationLinkTests, llzk_CallOp_GetResult0Count) | |
| TEST_F (FunctionOperationLinkTests, llzk_CallOp_GetResult0At) | |
| TEST_F (FunctionOperationLinkTests, llzk_CallOp_CalleeContainsWitnessGen) | |
| This test ensures llzkFunction_CallOpCalleeContainsWitnessGen links properly. | |
| TEST_F (FunctionOperationLinkTests, llzk_CallOp_CalleeIsStructCompute) | |
| This test ensures llzkFunction_CallOpCalleeIsStructCompute links properly. | |
| TEST_F (FunctionOperationLinkTests, llzk_CallOp_GetSingleResultTypeOfCompute) | |
| This test ensures llzkFunction_CallOpGetSingleResultTypeOfCompute links properly. | |
| TEST_F (FunctionOperationLinkTests, llzk_CallOp_CalleeIsStructConstrain) | |
| This test ensures llzkFunction_CallOpCalleeIsStructConstrain links properly. | |
| TEST_F (FunctionOperationLinkTests, llzk_CallOp_GetSelfValueFromConstrain) | |
| This test ensures llzkFunction_CallOpGetSelfValueFromConstrain links properly. | |
| TEST_F (FunctionOperationLinkTests, llzk_CallOp_GetTypeSignature) | |
| This test ensures llzkFunction_CallOpGetTypeSignature links properly. | |
| TEST_F (FunctionOperationLinkTests, llzk_CallOp_CalleeIsCompute) | |
| This test ensures llzkFunction_CallOpCalleeIsCompute links properly. | |
| TEST_F (FunctionOperationLinkTests, llzk_CallOp_CalleeIsConstrain) | |
| This test ensures llzkFunction_CallOpCalleeIsConstrain links properly. | |
| TEST_F (FunctionOperationLinkTests, llzk_CallOp_CalleeIsProduct) | |
| This test ensures llzkFunction_CallOpCalleeIsProduct links properly. | |
| TEST_F (FunctionOperationLinkTests, llzk_CallOp_ResolveCallable) | |
| This test ensures llzkFunction_CallOpResolveCallable links properly. | |
| TEST_F (FunctionOperationLinkTests, llzk_CallOp_CalleeIsStructProduct) | |
| This test ensures llzkFunction_CallOpCalleeIsStructProduct links properly. | |
| TEST_F (FunctionOperationLinkTests, llzk_CallOp_GetSelfValueFromCompute) | |
| This test ensures llzkFunction_CallOpGetSelfValueFromCompute links properly. | |
| TEST_F (FunctionOperationLinkTests, llzk_CallOp_GetSingleResultTypeOfWitnessGen) | |
| This test ensures llzkFunction_CallOpGetSingleResultTypeOfWitnessGen links properly. | |
| TEST_F (FunctionOperationLinkTests, IsA_Function_FuncDefOp) | |
| This test ensures llzkOperationIsA_Function_FuncDefOp links properly. | |
| TEST_F (FunctionOperationLinkTests, llzk_FuncDefOp_Build) | |
| This test ensures llzkFunction_FuncDefOpBuild links properly. | |
| TEST_F (CAPITest, Function_FuncDefOp_build_pass) | |
| This test ensures llzkFunctionFuncDefOpBuild() successfully builds an Operation of the correct type that passes verification. | |
| TEST_F (FunctionOperationLinkTests, llzk_FuncDefOp_GetSymNameAttr) | |
| TEST_F (FunctionOperationLinkTests, llzk_FuncDefOp_SetSymNameAttr) | |
| TEST_F (FunctionOperationLinkTests, llzk_FuncDefOp_GetFunctionTypeAttr) | |
| TEST_F (FunctionOperationLinkTests, llzk_FuncDefOp_SetFunctionTypeAttr) | |
| TEST_F (FunctionOperationLinkTests, llzk_FuncDefOp_GetArgAttrsAttr) | |
| TEST_F (FunctionOperationLinkTests, llzk_FuncDefOp_SetArgAttrsAttr) | |
| TEST_F (FunctionOperationLinkTests, llzk_FuncDefOp_GetResAttrsAttr) | |
| TEST_F (FunctionOperationLinkTests, llzk_FuncDefOp_SetResAttrsAttr) | |
| TEST_F (FunctionOperationLinkTests, llzk_FuncDefOp_GetBodyRegion) | |
| TEST_F (FunctionOperationLinkTests, llzk_FuncDefOp_SetAllowNonNativeFieldOpsAttr) | |
| This test ensures llzkFunction_FuncDefOpSetAllowNonNativeFieldOpsAttr links properly. | |
| TEST_F (FunctionOperationLinkTests, llzk_FuncDefOp_IsStructCompute) | |
| This test ensures llzkFunction_FuncDefOpIsStructCompute links properly. | |
| TEST_F (FunctionOperationLinkTests, llzk_FuncDefOp_HasAllowNonNativeFieldOpsAttr) | |
| This test ensures llzkFunction_FuncDefOpHasAllowNonNativeFieldOpsAttr links properly. | |
| TEST_F (FunctionOperationLinkTests, llzk_FuncDefOp_NameIsProduct) | |
| This test ensures llzkFunction_FuncDefOpNameIsProduct links properly. | |
| TEST_F (FunctionOperationLinkTests, llzk_FuncDefOp_HasArgPublicAttr) | |
| This test ensures llzkFunction_FuncDefOpHasArgPublicAttr links properly. | |
| TEST_F (FunctionOperationLinkTests, llzk_FuncDefOp_IsStructProduct) | |
| This test ensures llzkFunction_FuncDefOpIsStructProduct links properly. | |
| TEST_F (FunctionOperationLinkTests, llzk_FuncDefOp_HasAllowWitnessAttr) | |
| This test ensures llzkFunction_FuncDefOpHasAllowWitnessAttr links properly. | |
| TEST_F (FunctionOperationLinkTests, llzk_FuncDefOp_HasResName) | |
| This test ensures llzkFunction_FuncDefOpHasResName links properly. | |
| TEST_F (FunctionOperationLinkTests, llzk_FuncDefOp_IsStructConstrain) | |
| This test ensures llzkFunction_FuncDefOpIsStructConstrain links properly. | |
| TEST_F (FunctionOperationLinkTests, llzk_FuncDefOp_NameIsCompute) | |
| This test ensures llzkFunction_FuncDefOpNameIsCompute links properly. | |
| TEST_F (FunctionOperationLinkTests, llzk_FuncDefOp_IsDeclaration) | |
| This test ensures llzkFunction_FuncDefOpIsDeclaration links properly. | |
| TEST_F (FunctionOperationLinkTests, llzk_FuncDefOp_GetSingleResultTypeOfCompute) | |
| This test ensures llzkFunction_FuncDefOpGetSingleResultTypeOfCompute links properly. | |
| TEST_F (FunctionOperationLinkTests, llzk_FuncDefOp_GetSelfValueFromConstrain) | |
| This test ensures llzkFunction_FuncDefOpGetSelfValueFromConstrain links properly. | |
| TEST_F (FunctionOperationLinkTests, llzk_FuncDefOp_NameIsConstrain) | |
| This test ensures llzkFunction_FuncDefOpNameIsConstrain links properly. | |
| TEST_F (FunctionOperationLinkTests, llzk_FuncDefOp_GetCallableRegion) | |
| This test ensures llzkFunction_FuncDefOpGetCallableRegion links properly. | |
| TEST_F (FunctionOperationLinkTests, llzk_FuncDefOp_SetAllowConstraintAttr) | |
| This test ensures llzkFunction_FuncDefOpSetAllowConstraintAttr links properly. | |
| TEST_F (FunctionOperationLinkTests, llzk_FuncDefOp_HasAllowConstraintAttr) | |
| This test ensures llzkFunction_FuncDefOpHasAllowConstraintAttr links properly. | |
| TEST_F (FunctionOperationLinkTests, llzk_FuncDefOp_IsInStruct) | |
| This test ensures llzkFunction_FuncDefOpIsInStruct links properly. | |
| TEST_F (FunctionOperationLinkTests, llzk_FuncDefOp_SetAllowWitnessAttr) | |
| This test ensures llzkFunction_FuncDefOpSetAllowWitnessAttr links properly. | |
| TEST_F (FunctionOperationLinkTests, llzk_FuncDefOp_GetSelfValueFromCompute) | |
| This test ensures llzkFunction_FuncDefOpGetSelfValueFromCompute links properly. | |
| TEST_F (FunctionOperationLinkTests, llzk_FuncDefOp_HasArgName) | |
| This test ensures llzkFunction_FuncDefOpHasArgName links properly. | |
| TEST_F (FunctionOperationLinkTests, llzk_FuncDefOp_GetFullyQualifiedName) | |
| This test ensures llzkFunction_FuncDefOpGetFullyQualifiedName links properly. | |
| TEST_F (FunctionOperationLinkTests, IsA_Function_ReturnOp) | |
| This test ensures llzkOperationIsA_Function_ReturnOp links properly. | |
| TEST_F (FunctionOperationLinkTests, llzk_ReturnOp_Build) | |
| This test ensures llzkFunction_ReturnOpBuild links properly. | |
| TEST_F (CAPITest, Function_ReturnOp_build_pass) | |
| This test ensures llzkFunctionReturnOpBuild() successfully builds an Operation of the correct type that passes verification. | |
| TEST_F (FunctionOperationLinkTests, llzk_ReturnOp_GetOperandsCount) | |
| TEST_F (FunctionOperationLinkTests, llzk_ReturnOp_GetOperandsAt) | |
| TEST_F (FunctionOperationLinkTests, llzk_ReturnOp_SetOperands_Variadic) | |
| TEST_F | ( | CAPITest | , |
| Function_FuncDefOp_build_pass | ) |
This test ensures llzkFunctionFuncDefOpBuild() successfully builds an Operation of the correct type that passes verification.
It relies on a manual implemenation of FuncDefOpBuildFuncHelper::callBuild() that calls llzkFunctionFuncDefOpBuild().
Definition at line 390 of file Ops.capi.test.cpp.inc.
| TEST_F | ( | CAPITest | , |
| Function_ReturnOp_build_pass | ) |
This test ensures llzkFunctionReturnOpBuild() successfully builds an Operation of the correct type that passes verification.
It relies on a manual implemenation of ReturnOpBuildFuncHelper::callBuild() that calls llzkFunctionReturnOpBuild().
Definition at line 797 of file Ops.capi.test.cpp.inc.
| TEST_F | ( | FunctionOperationLinkTests | , |
| IsA_Function_CallOp | ) |
This test ensures llzkOperationIsA_Function_CallOp links properly.
Definition at line 13 of file Ops.capi.test.cpp.inc.
| TEST_F | ( | FunctionOperationLinkTests | , |
| IsA_Function_FuncDefOp | ) |
This test ensures llzkOperationIsA_Function_FuncDefOp links properly.
Definition at line 345 of file Ops.capi.test.cpp.inc.
| TEST_F | ( | FunctionOperationLinkTests | , |
| IsA_Function_ReturnOp | ) |
This test ensures llzkOperationIsA_Function_ReturnOp links properly.
Definition at line 754 of file Ops.capi.test.cpp.inc.
| TEST_F | ( | FunctionOperationLinkTests | , |
| llzk_CallOp_CalleeContainsWitnessGen | ) |
This test ensures llzkFunction_CallOpCalleeContainsWitnessGen links properly.
Definition at line 189 of file Ops.capi.test.cpp.inc.
| TEST_F | ( | FunctionOperationLinkTests | , |
| llzk_CallOp_CalleeIsCompute | ) |
This test ensures llzkFunction_CallOpCalleeIsCompute links properly.
Definition at line 261 of file Ops.capi.test.cpp.inc.
| TEST_F | ( | FunctionOperationLinkTests | , |
| llzk_CallOp_CalleeIsConstrain | ) |
This test ensures llzkFunction_CallOpCalleeIsConstrain links properly.
Definition at line 273 of file Ops.capi.test.cpp.inc.
| TEST_F | ( | FunctionOperationLinkTests | , |
| llzk_CallOp_CalleeIsProduct | ) |
This test ensures llzkFunction_CallOpCalleeIsProduct links properly.
Definition at line 285 of file Ops.capi.test.cpp.inc.
| TEST_F | ( | FunctionOperationLinkTests | , |
| llzk_CallOp_CalleeIsStructCompute | ) |
This test ensures llzkFunction_CallOpCalleeIsStructCompute links properly.
Definition at line 201 of file Ops.capi.test.cpp.inc.
| TEST_F | ( | FunctionOperationLinkTests | , |
| llzk_CallOp_CalleeIsStructConstrain | ) |
This test ensures llzkFunction_CallOpCalleeIsStructConstrain links properly.
Definition at line 225 of file Ops.capi.test.cpp.inc.
| TEST_F | ( | FunctionOperationLinkTests | , |
| llzk_CallOp_CalleeIsStructProduct | ) |
This test ensures llzkFunction_CallOpCalleeIsStructProduct links properly.
Definition at line 309 of file Ops.capi.test.cpp.inc.
| TEST_F | ( | FunctionOperationLinkTests | , |
| llzk_CallOp_GetArgOperandsAt | ) |
Definition at line 32 of file Ops.capi.test.cpp.inc.
| TEST_F | ( | FunctionOperationLinkTests | , |
| llzk_CallOp_GetArgOperandsCount | ) |
Definition at line 22 of file Ops.capi.test.cpp.inc.
| TEST_F | ( | FunctionOperationLinkTests | , |
| llzk_CallOp_GetCalleeAttr | ) |
Definition at line 88 of file Ops.capi.test.cpp.inc.
| TEST_F | ( | FunctionOperationLinkTests | , |
| llzk_CallOp_GetMapOperandsAt | ) |
Definition at line 64 of file Ops.capi.test.cpp.inc.
| TEST_F | ( | FunctionOperationLinkTests | , |
| llzk_CallOp_GetMapOperandsCount | ) |
Definition at line 54 of file Ops.capi.test.cpp.inc.
| TEST_F | ( | FunctionOperationLinkTests | , |
| llzk_CallOp_GetMapOpGroupSizesAttr | ) |
Definition at line 148 of file Ops.capi.test.cpp.inc.
| TEST_F | ( | FunctionOperationLinkTests | , |
| llzk_CallOp_GetNumDimsPerMapAttr | ) |
Definition at line 128 of file Ops.capi.test.cpp.inc.
| TEST_F | ( | FunctionOperationLinkTests | , |
| llzk_CallOp_GetResult0At | ) |
Definition at line 178 of file Ops.capi.test.cpp.inc.
| TEST_F | ( | FunctionOperationLinkTests | , |
| llzk_CallOp_GetResult0Count | ) |
Definition at line 168 of file Ops.capi.test.cpp.inc.
| TEST_F | ( | FunctionOperationLinkTests | , |
| llzk_CallOp_GetSelfValueFromCompute | ) |
This test ensures llzkFunction_CallOpGetSelfValueFromCompute links properly.
Definition at line 321 of file Ops.capi.test.cpp.inc.
| TEST_F | ( | FunctionOperationLinkTests | , |
| llzk_CallOp_GetSelfValueFromConstrain | ) |
This test ensures llzkFunction_CallOpGetSelfValueFromConstrain links properly.
Definition at line 237 of file Ops.capi.test.cpp.inc.
| TEST_F | ( | FunctionOperationLinkTests | , |
| llzk_CallOp_GetSingleResultTypeOfCompute | ) |
This test ensures llzkFunction_CallOpGetSingleResultTypeOfCompute links properly.
Definition at line 213 of file Ops.capi.test.cpp.inc.
| TEST_F | ( | FunctionOperationLinkTests | , |
| llzk_CallOp_GetSingleResultTypeOfWitnessGen | ) |
This test ensures llzkFunction_CallOpGetSingleResultTypeOfWitnessGen links properly.
Definition at line 333 of file Ops.capi.test.cpp.inc.
| TEST_F | ( | FunctionOperationLinkTests | , |
| llzk_CallOp_GetTemplateParamsAttr | ) |
Definition at line 108 of file Ops.capi.test.cpp.inc.
| TEST_F | ( | FunctionOperationLinkTests | , |
| llzk_CallOp_GetTypeSignature | ) |
This test ensures llzkFunction_CallOpGetTypeSignature links properly.
Definition at line 249 of file Ops.capi.test.cpp.inc.
| TEST_F | ( | FunctionOperationLinkTests | , |
| llzk_CallOp_ResolveCallable | ) |
This test ensures llzkFunction_CallOpResolveCallable links properly.
Definition at line 297 of file Ops.capi.test.cpp.inc.
| TEST_F | ( | FunctionOperationLinkTests | , |
| llzk_CallOp_SetArgOperands_Variadic | ) |
Definition at line 42 of file Ops.capi.test.cpp.inc.
| TEST_F | ( | FunctionOperationLinkTests | , |
| llzk_CallOp_SetCalleeAttr | ) |
Definition at line 98 of file Ops.capi.test.cpp.inc.
| TEST_F | ( | FunctionOperationLinkTests | , |
| llzk_CallOp_SetMapOperands_VariadicOfVariadic | ) |
Definition at line 74 of file Ops.capi.test.cpp.inc.
| TEST_F | ( | FunctionOperationLinkTests | , |
| llzk_CallOp_SetMapOpGroupSizesAttr | ) |
Definition at line 158 of file Ops.capi.test.cpp.inc.
| TEST_F | ( | FunctionOperationLinkTests | , |
| llzk_CallOp_SetNumDimsPerMapAttr | ) |
Definition at line 138 of file Ops.capi.test.cpp.inc.
| TEST_F | ( | FunctionOperationLinkTests | , |
| llzk_CallOp_SetTemplateParamsAttr | ) |
Definition at line 118 of file Ops.capi.test.cpp.inc.
| TEST_F | ( | FunctionOperationLinkTests | , |
| llzk_FuncDefOp_Build | ) |
This test ensures llzkFunction_FuncDefOpBuild links properly.
Definition at line 355 of file Ops.capi.test.cpp.inc.
| TEST_F | ( | FunctionOperationLinkTests | , |
| llzk_FuncDefOp_GetArgAttrsAttr | ) |
Definition at line 432 of file Ops.capi.test.cpp.inc.
| TEST_F | ( | FunctionOperationLinkTests | , |
| llzk_FuncDefOp_GetBodyRegion | ) |
Definition at line 472 of file Ops.capi.test.cpp.inc.
| TEST_F | ( | FunctionOperationLinkTests | , |
| llzk_FuncDefOp_GetCallableRegion | ) |
This test ensures llzkFunction_FuncDefOpGetCallableRegion links properly.
Definition at line 654 of file Ops.capi.test.cpp.inc.
| TEST_F | ( | FunctionOperationLinkTests | , |
| llzk_FuncDefOp_GetFullyQualifiedName | ) |
This test ensures llzkFunction_FuncDefOpGetFullyQualifiedName links properly.
Definition at line 741 of file Ops.capi.test.cpp.inc.
| TEST_F | ( | FunctionOperationLinkTests | , |
| llzk_FuncDefOp_GetFunctionTypeAttr | ) |
Definition at line 412 of file Ops.capi.test.cpp.inc.
| TEST_F | ( | FunctionOperationLinkTests | , |
| llzk_FuncDefOp_GetResAttrsAttr | ) |
Definition at line 452 of file Ops.capi.test.cpp.inc.
| TEST_F | ( | FunctionOperationLinkTests | , |
| llzk_FuncDefOp_GetSelfValueFromCompute | ) |
This test ensures llzkFunction_FuncDefOpGetSelfValueFromCompute links properly.
Definition at line 716 of file Ops.capi.test.cpp.inc.
| TEST_F | ( | FunctionOperationLinkTests | , |
| llzk_FuncDefOp_GetSelfValueFromConstrain | ) |
This test ensures llzkFunction_FuncDefOpGetSelfValueFromConstrain links properly.
Definition at line 630 of file Ops.capi.test.cpp.inc.
| TEST_F | ( | FunctionOperationLinkTests | , |
| llzk_FuncDefOp_GetSingleResultTypeOfCompute | ) |
This test ensures llzkFunction_FuncDefOpGetSingleResultTypeOfCompute links properly.
Definition at line 618 of file Ops.capi.test.cpp.inc.
| TEST_F | ( | FunctionOperationLinkTests | , |
| llzk_FuncDefOp_GetSymNameAttr | ) |
Definition at line 392 of file Ops.capi.test.cpp.inc.
| TEST_F | ( | FunctionOperationLinkTests | , |
| llzk_FuncDefOp_HasAllowConstraintAttr | ) |
This test ensures llzkFunction_FuncDefOpHasAllowConstraintAttr links properly.
Definition at line 679 of file Ops.capi.test.cpp.inc.
| TEST_F | ( | FunctionOperationLinkTests | , |
| llzk_FuncDefOp_HasAllowNonNativeFieldOpsAttr | ) |
This test ensures llzkFunction_FuncDefOpHasAllowNonNativeFieldOpsAttr links properly.
Definition at line 508 of file Ops.capi.test.cpp.inc.
| TEST_F | ( | FunctionOperationLinkTests | , |
| llzk_FuncDefOp_HasAllowWitnessAttr | ) |
This test ensures llzkFunction_FuncDefOpHasAllowWitnessAttr links properly.
Definition at line 557 of file Ops.capi.test.cpp.inc.
| TEST_F | ( | FunctionOperationLinkTests | , |
| llzk_FuncDefOp_HasArgName | ) |
This test ensures llzkFunction_FuncDefOpHasArgName links properly.
Definition at line 728 of file Ops.capi.test.cpp.inc.
| TEST_F | ( | FunctionOperationLinkTests | , |
| llzk_FuncDefOp_HasArgPublicAttr | ) |
This test ensures llzkFunction_FuncDefOpHasArgPublicAttr links properly.
Definition at line 532 of file Ops.capi.test.cpp.inc.
| TEST_F | ( | FunctionOperationLinkTests | , |
| llzk_FuncDefOp_HasResName | ) |
This test ensures llzkFunction_FuncDefOpHasResName links properly.
Definition at line 569 of file Ops.capi.test.cpp.inc.
| TEST_F | ( | FunctionOperationLinkTests | , |
| llzk_FuncDefOp_IsDeclaration | ) |
This test ensures llzkFunction_FuncDefOpIsDeclaration links properly.
Definition at line 606 of file Ops.capi.test.cpp.inc.
| TEST_F | ( | FunctionOperationLinkTests | , |
| llzk_FuncDefOp_IsInStruct | ) |
This test ensures llzkFunction_FuncDefOpIsInStruct links properly.
Definition at line 691 of file Ops.capi.test.cpp.inc.
| TEST_F | ( | FunctionOperationLinkTests | , |
| llzk_FuncDefOp_IsStructCompute | ) |
This test ensures llzkFunction_FuncDefOpIsStructCompute links properly.
Definition at line 496 of file Ops.capi.test.cpp.inc.
| TEST_F | ( | FunctionOperationLinkTests | , |
| llzk_FuncDefOp_IsStructConstrain | ) |
This test ensures llzkFunction_FuncDefOpIsStructConstrain links properly.
Definition at line 582 of file Ops.capi.test.cpp.inc.
| TEST_F | ( | FunctionOperationLinkTests | , |
| llzk_FuncDefOp_IsStructProduct | ) |
This test ensures llzkFunction_FuncDefOpIsStructProduct links properly.
Definition at line 545 of file Ops.capi.test.cpp.inc.
| TEST_F | ( | FunctionOperationLinkTests | , |
| llzk_FuncDefOp_NameIsCompute | ) |
This test ensures llzkFunction_FuncDefOpNameIsCompute links properly.
Definition at line 594 of file Ops.capi.test.cpp.inc.
| TEST_F | ( | FunctionOperationLinkTests | , |
| llzk_FuncDefOp_NameIsConstrain | ) |
This test ensures llzkFunction_FuncDefOpNameIsConstrain links properly.
Definition at line 642 of file Ops.capi.test.cpp.inc.
| TEST_F | ( | FunctionOperationLinkTests | , |
| llzk_FuncDefOp_NameIsProduct | ) |
This test ensures llzkFunction_FuncDefOpNameIsProduct links properly.
Definition at line 520 of file Ops.capi.test.cpp.inc.
| TEST_F | ( | FunctionOperationLinkTests | , |
| llzk_FuncDefOp_SetAllowConstraintAttr | ) |
This test ensures llzkFunction_FuncDefOpSetAllowConstraintAttr links properly.
Definition at line 666 of file Ops.capi.test.cpp.inc.
| TEST_F | ( | FunctionOperationLinkTests | , |
| llzk_FuncDefOp_SetAllowNonNativeFieldOpsAttr | ) |
This test ensures llzkFunction_FuncDefOpSetAllowNonNativeFieldOpsAttr links properly.
Definition at line 483 of file Ops.capi.test.cpp.inc.
| TEST_F | ( | FunctionOperationLinkTests | , |
| llzk_FuncDefOp_SetAllowWitnessAttr | ) |
This test ensures llzkFunction_FuncDefOpSetAllowWitnessAttr links properly.
Definition at line 703 of file Ops.capi.test.cpp.inc.
| TEST_F | ( | FunctionOperationLinkTests | , |
| llzk_FuncDefOp_SetArgAttrsAttr | ) |
Definition at line 442 of file Ops.capi.test.cpp.inc.
| TEST_F | ( | FunctionOperationLinkTests | , |
| llzk_FuncDefOp_SetFunctionTypeAttr | ) |
Definition at line 422 of file Ops.capi.test.cpp.inc.
| TEST_F | ( | FunctionOperationLinkTests | , |
| llzk_FuncDefOp_SetResAttrsAttr | ) |
Definition at line 462 of file Ops.capi.test.cpp.inc.
| TEST_F | ( | FunctionOperationLinkTests | , |
| llzk_FuncDefOp_SetSymNameAttr | ) |
Definition at line 402 of file Ops.capi.test.cpp.inc.
| TEST_F | ( | FunctionOperationLinkTests | , |
| llzk_ReturnOp_Build | ) |
This test ensures llzkFunction_ReturnOpBuild links properly.
Definition at line 764 of file Ops.capi.test.cpp.inc.
| TEST_F | ( | FunctionOperationLinkTests | , |
| llzk_ReturnOp_GetOperandsAt | ) |
Definition at line 809 of file Ops.capi.test.cpp.inc.
| TEST_F | ( | FunctionOperationLinkTests | , |
| llzk_ReturnOp_GetOperandsCount | ) |
Definition at line 799 of file Ops.capi.test.cpp.inc.
| TEST_F | ( | FunctionOperationLinkTests | , |
| llzk_ReturnOp_SetOperands_Variadic | ) |
Definition at line 819 of file Ops.capi.test.cpp.inc.