LLZK 2.0.0
An open-source IR for Zero Knowledge (ZK) circuits
Loading...
Searching...
No Matches
Ops.capi.test.cpp.inc File Reference

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_Variadic)
 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_ResolveCallable)
 This test ensures llzkFunction_CallOpResolveCallable 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, 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_GetFullyQualifiedName)
 This test ensures llzkFunction_FuncDefOpGetFullyQualifiedName links properly.
 TEST_F (FunctionOperationLinkTests, llzk_FuncDefOp_SetAllowNonNativeFieldOpsAttr)
 This test ensures llzkFunction_FuncDefOpSetAllowNonNativeFieldOpsAttr links properly.
 TEST_F (FunctionOperationLinkTests, llzk_FuncDefOp_IsDeclaration)
 This test ensures llzkFunction_FuncDefOpIsDeclaration 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_GetSelfValueFromConstrain)
 This test ensures llzkFunction_FuncDefOpGetSelfValueFromConstrain links properly.
 TEST_F (FunctionOperationLinkTests, llzk_FuncDefOp_GetSingleResultTypeOfCompute)
 This test ensures llzkFunction_FuncDefOpGetSingleResultTypeOfCompute links properly.
 TEST_F (FunctionOperationLinkTests, llzk_FuncDefOp_HasAllowWitnessAttr)
 This test ensures llzkFunction_FuncDefOpHasAllowWitnessAttr 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_GetSelfValueFromCompute)
 This test ensures llzkFunction_FuncDefOpGetSelfValueFromCompute 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_NameIsCompute)
 This test ensures llzkFunction_FuncDefOpNameIsCompute links properly.
 TEST_F (FunctionOperationLinkTests, llzk_FuncDefOp_IsStructConstrain)
 This test ensures llzkFunction_FuncDefOpIsStructConstrain links properly.
 TEST_F (FunctionOperationLinkTests, llzk_FuncDefOp_IsStructCompute)
 This test ensures llzkFunction_FuncDefOpIsStructCompute 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, 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)

Function Documentation

◆ TEST_F() [1/66]

TEST_F ( CAPITest ,
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 364 of file Ops.capi.test.cpp.inc.

◆ TEST_F() [2/66]

TEST_F ( CAPITest ,
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 745 of file Ops.capi.test.cpp.inc.

◆ TEST_F() [3/66]

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() [4/66]

TEST_F ( FunctionOperationLinkTests ,
IsA_Function_FuncDefOp  )

This test ensures llzkOperationIsA_Function_FuncDefOp links properly.

Definition at line 319 of file Ops.capi.test.cpp.inc.

◆ TEST_F() [5/66]

TEST_F ( FunctionOperationLinkTests ,
IsA_Function_ReturnOp  )

This test ensures llzkOperationIsA_Function_ReturnOp links properly.

Definition at line 702 of file Ops.capi.test.cpp.inc.

◆ TEST_F() [6/66]

TEST_F ( FunctionOperationLinkTests ,
llzk_CallOp_CalleeContainsWitnessGen  )

This test ensures llzkFunction_CallOpCalleeContainsWitnessGen links properly.

Definition at line 187 of file Ops.capi.test.cpp.inc.

◆ TEST_F() [7/66]

TEST_F ( FunctionOperationLinkTests ,
llzk_CallOp_CalleeIsCompute  )

This test ensures llzkFunction_CallOpCalleeIsCompute links properly.

Definition at line 259 of file Ops.capi.test.cpp.inc.

◆ TEST_F() [8/66]

TEST_F ( FunctionOperationLinkTests ,
llzk_CallOp_CalleeIsConstrain  )

This test ensures llzkFunction_CallOpCalleeIsConstrain links properly.

Definition at line 271 of file Ops.capi.test.cpp.inc.

◆ TEST_F() [9/66]

TEST_F ( FunctionOperationLinkTests ,
llzk_CallOp_CalleeIsStructCompute  )

This test ensures llzkFunction_CallOpCalleeIsStructCompute links properly.

Definition at line 199 of file Ops.capi.test.cpp.inc.

◆ TEST_F() [10/66]

TEST_F ( FunctionOperationLinkTests ,
llzk_CallOp_CalleeIsStructConstrain  )

This test ensures llzkFunction_CallOpCalleeIsStructConstrain links properly.

Definition at line 223 of file Ops.capi.test.cpp.inc.

◆ TEST_F() [11/66]

TEST_F ( FunctionOperationLinkTests ,
llzk_CallOp_GetArgOperandsAt  )

Definition at line 32 of file Ops.capi.test.cpp.inc.

◆ TEST_F() [12/66]

TEST_F ( FunctionOperationLinkTests ,
llzk_CallOp_GetArgOperandsCount  )

Definition at line 22 of file Ops.capi.test.cpp.inc.

◆ TEST_F() [13/66]

TEST_F ( FunctionOperationLinkTests ,
llzk_CallOp_GetCalleeAttr  )

Definition at line 86 of file Ops.capi.test.cpp.inc.

◆ TEST_F() [14/66]

TEST_F ( FunctionOperationLinkTests ,
llzk_CallOp_GetMapOperandsAt  )

Definition at line 64 of file Ops.capi.test.cpp.inc.

◆ TEST_F() [15/66]

TEST_F ( FunctionOperationLinkTests ,
llzk_CallOp_GetMapOperandsCount  )

Definition at line 54 of file Ops.capi.test.cpp.inc.

◆ TEST_F() [16/66]

TEST_F ( FunctionOperationLinkTests ,
llzk_CallOp_GetMapOpGroupSizesAttr  )

Definition at line 146 of file Ops.capi.test.cpp.inc.

◆ TEST_F() [17/66]

TEST_F ( FunctionOperationLinkTests ,
llzk_CallOp_GetNumDimsPerMapAttr  )

Definition at line 126 of file Ops.capi.test.cpp.inc.

◆ TEST_F() [18/66]

TEST_F ( FunctionOperationLinkTests ,
llzk_CallOp_GetResult0At  )

Definition at line 176 of file Ops.capi.test.cpp.inc.

◆ TEST_F() [19/66]

TEST_F ( FunctionOperationLinkTests ,
llzk_CallOp_GetResult0Count  )

Definition at line 166 of file Ops.capi.test.cpp.inc.

◆ TEST_F() [20/66]

TEST_F ( FunctionOperationLinkTests ,
llzk_CallOp_GetSelfValueFromCompute  )

This test ensures llzkFunction_CallOpGetSelfValueFromCompute links properly.

Definition at line 295 of file Ops.capi.test.cpp.inc.

◆ TEST_F() [21/66]

TEST_F ( FunctionOperationLinkTests ,
llzk_CallOp_GetSelfValueFromConstrain  )

This test ensures llzkFunction_CallOpGetSelfValueFromConstrain links properly.

Definition at line 235 of file Ops.capi.test.cpp.inc.

◆ TEST_F() [22/66]

TEST_F ( FunctionOperationLinkTests ,
llzk_CallOp_GetSingleResultTypeOfCompute  )

This test ensures llzkFunction_CallOpGetSingleResultTypeOfCompute links properly.

Definition at line 211 of file Ops.capi.test.cpp.inc.

◆ TEST_F() [23/66]

TEST_F ( FunctionOperationLinkTests ,
llzk_CallOp_GetSingleResultTypeOfWitnessGen  )

This test ensures llzkFunction_CallOpGetSingleResultTypeOfWitnessGen links properly.

Definition at line 307 of file Ops.capi.test.cpp.inc.

◆ TEST_F() [24/66]

TEST_F ( FunctionOperationLinkTests ,
llzk_CallOp_GetTemplateParamsAttr  )

Definition at line 106 of file Ops.capi.test.cpp.inc.

◆ TEST_F() [25/66]

TEST_F ( FunctionOperationLinkTests ,
llzk_CallOp_GetTypeSignature  )

This test ensures llzkFunction_CallOpGetTypeSignature links properly.

Definition at line 247 of file Ops.capi.test.cpp.inc.

◆ TEST_F() [26/66]

TEST_F ( FunctionOperationLinkTests ,
llzk_CallOp_ResolveCallable  )

This test ensures llzkFunction_CallOpResolveCallable links properly.

Definition at line 283 of file Ops.capi.test.cpp.inc.

◆ TEST_F() [27/66]

TEST_F ( FunctionOperationLinkTests ,
llzk_CallOp_SetArgOperands_Variadic  )

Definition at line 42 of file Ops.capi.test.cpp.inc.

◆ TEST_F() [28/66]

TEST_F ( FunctionOperationLinkTests ,
llzk_CallOp_SetCalleeAttr  )

Definition at line 96 of file Ops.capi.test.cpp.inc.

◆ TEST_F() [29/66]

TEST_F ( FunctionOperationLinkTests ,
llzk_CallOp_SetMapOperands_Variadic  )

Definition at line 74 of file Ops.capi.test.cpp.inc.

◆ TEST_F() [30/66]

TEST_F ( FunctionOperationLinkTests ,
llzk_CallOp_SetMapOpGroupSizesAttr  )

Definition at line 156 of file Ops.capi.test.cpp.inc.

◆ TEST_F() [31/66]

TEST_F ( FunctionOperationLinkTests ,
llzk_CallOp_SetNumDimsPerMapAttr  )

Definition at line 136 of file Ops.capi.test.cpp.inc.

◆ TEST_F() [32/66]

TEST_F ( FunctionOperationLinkTests ,
llzk_CallOp_SetTemplateParamsAttr  )

Definition at line 116 of file Ops.capi.test.cpp.inc.

◆ TEST_F() [33/66]

TEST_F ( FunctionOperationLinkTests ,
llzk_FuncDefOp_Build  )

This test ensures llzkFunction_FuncDefOpBuild links properly.

Definition at line 329 of file Ops.capi.test.cpp.inc.

◆ TEST_F() [34/66]

TEST_F ( FunctionOperationLinkTests ,
llzk_FuncDefOp_GetArgAttrsAttr  )

Definition at line 406 of file Ops.capi.test.cpp.inc.

◆ TEST_F() [35/66]

TEST_F ( FunctionOperationLinkTests ,
llzk_FuncDefOp_GetBodyRegion  )

Definition at line 446 of file Ops.capi.test.cpp.inc.

◆ TEST_F() [36/66]

TEST_F ( FunctionOperationLinkTests ,
llzk_FuncDefOp_GetCallableRegion  )

This test ensures llzkFunction_FuncDefOpGetCallableRegion links properly.

Definition at line 592 of file Ops.capi.test.cpp.inc.

◆ TEST_F() [37/66]

TEST_F ( FunctionOperationLinkTests ,
llzk_FuncDefOp_GetFullyQualifiedName  )

This test ensures llzkFunction_FuncDefOpGetFullyQualifiedName links properly.

Definition at line 457 of file Ops.capi.test.cpp.inc.

◆ TEST_F() [38/66]

TEST_F ( FunctionOperationLinkTests ,
llzk_FuncDefOp_GetFunctionTypeAttr  )

Definition at line 386 of file Ops.capi.test.cpp.inc.

◆ TEST_F() [39/66]

TEST_F ( FunctionOperationLinkTests ,
llzk_FuncDefOp_GetResAttrsAttr  )

Definition at line 426 of file Ops.capi.test.cpp.inc.

◆ TEST_F() [40/66]

TEST_F ( FunctionOperationLinkTests ,
llzk_FuncDefOp_GetSelfValueFromCompute  )

This test ensures llzkFunction_FuncDefOpGetSelfValueFromCompute links properly.

Definition at line 617 of file Ops.capi.test.cpp.inc.

◆ TEST_F() [41/66]

TEST_F ( FunctionOperationLinkTests ,
llzk_FuncDefOp_GetSelfValueFromConstrain  )

This test ensures llzkFunction_FuncDefOpGetSelfValueFromConstrain links properly.

Definition at line 544 of file Ops.capi.test.cpp.inc.

◆ TEST_F() [42/66]

TEST_F ( FunctionOperationLinkTests ,
llzk_FuncDefOp_GetSingleResultTypeOfCompute  )

This test ensures llzkFunction_FuncDefOpGetSingleResultTypeOfCompute links properly.

Definition at line 556 of file Ops.capi.test.cpp.inc.

◆ TEST_F() [43/66]

TEST_F ( FunctionOperationLinkTests ,
llzk_FuncDefOp_GetSymNameAttr  )

Definition at line 366 of file Ops.capi.test.cpp.inc.

◆ TEST_F() [44/66]

TEST_F ( FunctionOperationLinkTests ,
llzk_FuncDefOp_HasAllowConstraintAttr  )

This test ensures llzkFunction_FuncDefOpHasAllowConstraintAttr links properly.

Definition at line 629 of file Ops.capi.test.cpp.inc.

◆ TEST_F() [45/66]

TEST_F ( FunctionOperationLinkTests ,
llzk_FuncDefOp_HasAllowNonNativeFieldOpsAttr  )

This test ensures llzkFunction_FuncDefOpHasAllowNonNativeFieldOpsAttr links properly.

Definition at line 495 of file Ops.capi.test.cpp.inc.

◆ TEST_F() [46/66]

TEST_F ( FunctionOperationLinkTests ,
llzk_FuncDefOp_HasAllowWitnessAttr  )

This test ensures llzkFunction_FuncDefOpHasAllowWitnessAttr links properly.

Definition at line 568 of file Ops.capi.test.cpp.inc.

◆ TEST_F() [47/66]

TEST_F ( FunctionOperationLinkTests ,
llzk_FuncDefOp_HasArgPublicAttr  )

This test ensures llzkFunction_FuncDefOpHasArgPublicAttr links properly.

Definition at line 519 of file Ops.capi.test.cpp.inc.

◆ TEST_F() [48/66]

TEST_F ( FunctionOperationLinkTests ,
llzk_FuncDefOp_IsDeclaration  )

This test ensures llzkFunction_FuncDefOpIsDeclaration links properly.

Definition at line 483 of file Ops.capi.test.cpp.inc.

◆ TEST_F() [49/66]

TEST_F ( FunctionOperationLinkTests ,
llzk_FuncDefOp_IsInStruct  )

This test ensures llzkFunction_FuncDefOpIsInStruct links properly.

Definition at line 641 of file Ops.capi.test.cpp.inc.

◆ TEST_F() [50/66]

TEST_F ( FunctionOperationLinkTests ,
llzk_FuncDefOp_IsStructCompute  )

This test ensures llzkFunction_FuncDefOpIsStructCompute links properly.

Definition at line 690 of file Ops.capi.test.cpp.inc.

◆ TEST_F() [51/66]

TEST_F ( FunctionOperationLinkTests ,
llzk_FuncDefOp_IsStructConstrain  )

This test ensures llzkFunction_FuncDefOpIsStructConstrain links properly.

Definition at line 678 of file Ops.capi.test.cpp.inc.

◆ TEST_F() [52/66]

TEST_F ( FunctionOperationLinkTests ,
llzk_FuncDefOp_IsStructProduct  )

This test ensures llzkFunction_FuncDefOpIsStructProduct links properly.

Definition at line 532 of file Ops.capi.test.cpp.inc.

◆ TEST_F() [53/66]

TEST_F ( FunctionOperationLinkTests ,
llzk_FuncDefOp_NameIsCompute  )

This test ensures llzkFunction_FuncDefOpNameIsCompute links properly.

Definition at line 666 of file Ops.capi.test.cpp.inc.

◆ TEST_F() [54/66]

TEST_F ( FunctionOperationLinkTests ,
llzk_FuncDefOp_NameIsConstrain  )

This test ensures llzkFunction_FuncDefOpNameIsConstrain links properly.

Definition at line 580 of file Ops.capi.test.cpp.inc.

◆ TEST_F() [55/66]

TEST_F ( FunctionOperationLinkTests ,
llzk_FuncDefOp_NameIsProduct  )

This test ensures llzkFunction_FuncDefOpNameIsProduct links properly.

Definition at line 507 of file Ops.capi.test.cpp.inc.

◆ TEST_F() [56/66]

TEST_F ( FunctionOperationLinkTests ,
llzk_FuncDefOp_SetAllowConstraintAttr  )

This test ensures llzkFunction_FuncDefOpSetAllowConstraintAttr links properly.

Definition at line 604 of file Ops.capi.test.cpp.inc.

◆ TEST_F() [57/66]

TEST_F ( FunctionOperationLinkTests ,
llzk_FuncDefOp_SetAllowNonNativeFieldOpsAttr  )

This test ensures llzkFunction_FuncDefOpSetAllowNonNativeFieldOpsAttr links properly.

Definition at line 470 of file Ops.capi.test.cpp.inc.

◆ TEST_F() [58/66]

TEST_F ( FunctionOperationLinkTests ,
llzk_FuncDefOp_SetAllowWitnessAttr  )

This test ensures llzkFunction_FuncDefOpSetAllowWitnessAttr links properly.

Definition at line 653 of file Ops.capi.test.cpp.inc.

◆ TEST_F() [59/66]

TEST_F ( FunctionOperationLinkTests ,
llzk_FuncDefOp_SetArgAttrsAttr  )

Definition at line 416 of file Ops.capi.test.cpp.inc.

◆ TEST_F() [60/66]

TEST_F ( FunctionOperationLinkTests ,
llzk_FuncDefOp_SetFunctionTypeAttr  )

Definition at line 396 of file Ops.capi.test.cpp.inc.

◆ TEST_F() [61/66]

TEST_F ( FunctionOperationLinkTests ,
llzk_FuncDefOp_SetResAttrsAttr  )

Definition at line 436 of file Ops.capi.test.cpp.inc.

◆ TEST_F() [62/66]

TEST_F ( FunctionOperationLinkTests ,
llzk_FuncDefOp_SetSymNameAttr  )

Definition at line 376 of file Ops.capi.test.cpp.inc.

◆ TEST_F() [63/66]

TEST_F ( FunctionOperationLinkTests ,
llzk_ReturnOp_Build  )

This test ensures llzkFunction_ReturnOpBuild links properly.

Definition at line 712 of file Ops.capi.test.cpp.inc.

◆ TEST_F() [64/66]

TEST_F ( FunctionOperationLinkTests ,
llzk_ReturnOp_GetOperandsAt  )

Definition at line 757 of file Ops.capi.test.cpp.inc.

◆ TEST_F() [65/66]

TEST_F ( FunctionOperationLinkTests ,
llzk_ReturnOp_GetOperandsCount  )

Definition at line 747 of file Ops.capi.test.cpp.inc.

◆ TEST_F() [66/66]

TEST_F ( FunctionOperationLinkTests ,
llzk_ReturnOp_SetOperands_Variadic  )

Definition at line 767 of file Ops.capi.test.cpp.inc.