LLZK 2.1.1
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_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_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_IsStructProduct)
 This test ensures llzkFunction_FuncDefOpIsStructProduct links properly.
 TEST_F (FunctionOperationLinkTests, llzk_FuncDefOp_SetAllowNonNativeFieldOpsAttr)
 This test ensures llzkFunction_FuncDefOpSetAllowNonNativeFieldOpsAttr 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_HasAllowWitnessAttr)
 This test ensures llzkFunction_FuncDefOpHasAllowWitnessAttr 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_IsStructCompute)
 This test ensures llzkFunction_FuncDefOpIsStructCompute 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, 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/67]

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 366 of file Ops.capi.test.cpp.inc.

◆ TEST_F() [2/67]

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 760 of file Ops.capi.test.cpp.inc.

◆ TEST_F() [3/67]

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/67]

TEST_F ( FunctionOperationLinkTests ,
IsA_Function_FuncDefOp  )

This test ensures llzkOperationIsA_Function_FuncDefOp links properly.

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

◆ TEST_F() [5/67]

TEST_F ( FunctionOperationLinkTests ,
IsA_Function_ReturnOp  )

This test ensures llzkOperationIsA_Function_ReturnOp links properly.

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

◆ TEST_F() [6/67]

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

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() [8/67]

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() [9/67]

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() [10/67]

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() [11/67]

TEST_F ( FunctionOperationLinkTests ,
llzk_CallOp_GetArgOperandsAt  )

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

◆ TEST_F() [12/67]

TEST_F ( FunctionOperationLinkTests ,
llzk_CallOp_GetArgOperandsCount  )

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

◆ TEST_F() [13/67]

TEST_F ( FunctionOperationLinkTests ,
llzk_CallOp_GetCalleeAttr  )

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

◆ TEST_F() [14/67]

TEST_F ( FunctionOperationLinkTests ,
llzk_CallOp_GetMapOperandsAt  )

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

◆ TEST_F() [15/67]

TEST_F ( FunctionOperationLinkTests ,
llzk_CallOp_GetMapOperandsCount  )

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

◆ TEST_F() [16/67]

TEST_F ( FunctionOperationLinkTests ,
llzk_CallOp_GetMapOpGroupSizesAttr  )

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

◆ TEST_F() [17/67]

TEST_F ( FunctionOperationLinkTests ,
llzk_CallOp_GetNumDimsPerMapAttr  )

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

◆ TEST_F() [18/67]

TEST_F ( FunctionOperationLinkTests ,
llzk_CallOp_GetResult0At  )

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

◆ TEST_F() [19/67]

TEST_F ( FunctionOperationLinkTests ,
llzk_CallOp_GetResult0Count  )

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

◆ TEST_F() [20/67]

TEST_F ( FunctionOperationLinkTests ,
llzk_CallOp_GetSelfValueFromCompute  )

This test ensures llzkFunction_CallOpGetSelfValueFromCompute links properly.

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

◆ TEST_F() [21/67]

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() [22/67]

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() [23/67]

TEST_F ( FunctionOperationLinkTests ,
llzk_CallOp_GetSingleResultTypeOfWitnessGen  )

This test ensures llzkFunction_CallOpGetSingleResultTypeOfWitnessGen links properly.

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

◆ TEST_F() [24/67]

TEST_F ( FunctionOperationLinkTests ,
llzk_CallOp_GetTemplateParamsAttr  )

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

◆ TEST_F() [25/67]

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() [26/67]

TEST_F ( FunctionOperationLinkTests ,
llzk_CallOp_ResolveCallable  )

This test ensures llzkFunction_CallOpResolveCallable links properly.

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

◆ TEST_F() [27/67]

TEST_F ( FunctionOperationLinkTests ,
llzk_CallOp_SetArgOperands_Variadic  )

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

◆ TEST_F() [28/67]

TEST_F ( FunctionOperationLinkTests ,
llzk_CallOp_SetCalleeAttr  )

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

◆ TEST_F() [29/67]

TEST_F ( FunctionOperationLinkTests ,
llzk_CallOp_SetMapOperands_VariadicOfVariadic  )

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

◆ TEST_F() [30/67]

TEST_F ( FunctionOperationLinkTests ,
llzk_CallOp_SetMapOpGroupSizesAttr  )

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

◆ TEST_F() [31/67]

TEST_F ( FunctionOperationLinkTests ,
llzk_CallOp_SetNumDimsPerMapAttr  )

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

◆ TEST_F() [32/67]

TEST_F ( FunctionOperationLinkTests ,
llzk_CallOp_SetTemplateParamsAttr  )

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

◆ TEST_F() [33/67]

TEST_F ( FunctionOperationLinkTests ,
llzk_FuncDefOp_Build  )

This test ensures llzkFunction_FuncDefOpBuild links properly.

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

◆ TEST_F() [34/67]

TEST_F ( FunctionOperationLinkTests ,
llzk_FuncDefOp_GetArgAttrsAttr  )

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

◆ TEST_F() [35/67]

TEST_F ( FunctionOperationLinkTests ,
llzk_FuncDefOp_GetBodyRegion  )

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

◆ TEST_F() [36/67]

TEST_F ( FunctionOperationLinkTests ,
llzk_FuncDefOp_GetCallableRegion  )

This test ensures llzkFunction_FuncDefOpGetCallableRegion links properly.

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

◆ TEST_F() [37/67]

TEST_F ( FunctionOperationLinkTests ,
llzk_FuncDefOp_GetFullyQualifiedName  )

This test ensures llzkFunction_FuncDefOpGetFullyQualifiedName links properly.

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

◆ TEST_F() [38/67]

TEST_F ( FunctionOperationLinkTests ,
llzk_FuncDefOp_GetFunctionTypeAttr  )

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

◆ TEST_F() [39/67]

TEST_F ( FunctionOperationLinkTests ,
llzk_FuncDefOp_GetResAttrsAttr  )

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

◆ TEST_F() [40/67]

TEST_F ( FunctionOperationLinkTests ,
llzk_FuncDefOp_GetSelfValueFromCompute  )

This test ensures llzkFunction_FuncDefOpGetSelfValueFromCompute links properly.

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

◆ TEST_F() [41/67]

TEST_F ( FunctionOperationLinkTests ,
llzk_FuncDefOp_GetSelfValueFromConstrain  )

This test ensures llzkFunction_FuncDefOpGetSelfValueFromConstrain links properly.

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

◆ TEST_F() [42/67]

TEST_F ( FunctionOperationLinkTests ,
llzk_FuncDefOp_GetSingleResultTypeOfCompute  )

This test ensures llzkFunction_FuncDefOpGetSingleResultTypeOfCompute links properly.

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

◆ TEST_F() [43/67]

TEST_F ( FunctionOperationLinkTests ,
llzk_FuncDefOp_GetSymNameAttr  )

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

◆ TEST_F() [44/67]

TEST_F ( FunctionOperationLinkTests ,
llzk_FuncDefOp_HasAllowConstraintAttr  )

This test ensures llzkFunction_FuncDefOpHasAllowConstraintAttr links properly.

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

◆ TEST_F() [45/67]

TEST_F ( FunctionOperationLinkTests ,
llzk_FuncDefOp_HasAllowNonNativeFieldOpsAttr  )

This test ensures llzkFunction_FuncDefOpHasAllowNonNativeFieldOpsAttr links properly.

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

◆ TEST_F() [46/67]

TEST_F ( FunctionOperationLinkTests ,
llzk_FuncDefOp_HasAllowWitnessAttr  )

This test ensures llzkFunction_FuncDefOpHasAllowWitnessAttr links properly.

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

◆ TEST_F() [47/67]

TEST_F ( FunctionOperationLinkTests ,
llzk_FuncDefOp_HasArgName  )

This test ensures llzkFunction_FuncDefOpHasArgName links properly.

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

◆ TEST_F() [48/67]

TEST_F ( FunctionOperationLinkTests ,
llzk_FuncDefOp_HasArgPublicAttr  )

This test ensures llzkFunction_FuncDefOpHasArgPublicAttr links properly.

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

◆ TEST_F() [49/67]

TEST_F ( FunctionOperationLinkTests ,
llzk_FuncDefOp_IsDeclaration  )

This test ensures llzkFunction_FuncDefOpIsDeclaration links properly.

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

◆ TEST_F() [50/67]

TEST_F ( FunctionOperationLinkTests ,
llzk_FuncDefOp_IsInStruct  )

This test ensures llzkFunction_FuncDefOpIsInStruct links properly.

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

◆ TEST_F() [51/67]

TEST_F ( FunctionOperationLinkTests ,
llzk_FuncDefOp_IsStructCompute  )

This test ensures llzkFunction_FuncDefOpIsStructCompute links properly.

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

◆ TEST_F() [52/67]

TEST_F ( FunctionOperationLinkTests ,
llzk_FuncDefOp_IsStructConstrain  )

This test ensures llzkFunction_FuncDefOpIsStructConstrain links properly.

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

◆ TEST_F() [53/67]

TEST_F ( FunctionOperationLinkTests ,
llzk_FuncDefOp_IsStructProduct  )

This test ensures llzkFunction_FuncDefOpIsStructProduct links properly.

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

◆ TEST_F() [54/67]

TEST_F ( FunctionOperationLinkTests ,
llzk_FuncDefOp_NameIsCompute  )

This test ensures llzkFunction_FuncDefOpNameIsCompute links properly.

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

◆ TEST_F() [55/67]

TEST_F ( FunctionOperationLinkTests ,
llzk_FuncDefOp_NameIsConstrain  )

This test ensures llzkFunction_FuncDefOpNameIsConstrain links properly.

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

◆ TEST_F() [56/67]

TEST_F ( FunctionOperationLinkTests ,
llzk_FuncDefOp_NameIsProduct  )

This test ensures llzkFunction_FuncDefOpNameIsProduct links properly.

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

◆ TEST_F() [57/67]

TEST_F ( FunctionOperationLinkTests ,
llzk_FuncDefOp_SetAllowConstraintAttr  )

This test ensures llzkFunction_FuncDefOpSetAllowConstraintAttr links properly.

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

◆ TEST_F() [58/67]

TEST_F ( FunctionOperationLinkTests ,
llzk_FuncDefOp_SetAllowNonNativeFieldOpsAttr  )

This test ensures llzkFunction_FuncDefOpSetAllowNonNativeFieldOpsAttr links properly.

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

◆ TEST_F() [59/67]

TEST_F ( FunctionOperationLinkTests ,
llzk_FuncDefOp_SetAllowWitnessAttr  )

This test ensures llzkFunction_FuncDefOpSetAllowWitnessAttr links properly.

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

◆ TEST_F() [60/67]

TEST_F ( FunctionOperationLinkTests ,
llzk_FuncDefOp_SetArgAttrsAttr  )

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

◆ TEST_F() [61/67]

TEST_F ( FunctionOperationLinkTests ,
llzk_FuncDefOp_SetFunctionTypeAttr  )

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

◆ TEST_F() [62/67]

TEST_F ( FunctionOperationLinkTests ,
llzk_FuncDefOp_SetResAttrsAttr  )

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

◆ TEST_F() [63/67]

TEST_F ( FunctionOperationLinkTests ,
llzk_FuncDefOp_SetSymNameAttr  )

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

◆ TEST_F() [64/67]

TEST_F ( FunctionOperationLinkTests ,
llzk_ReturnOp_Build  )

This test ensures llzkFunction_ReturnOpBuild links properly.

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

◆ TEST_F() [65/67]

TEST_F ( FunctionOperationLinkTests ,
llzk_ReturnOp_GetOperandsAt  )

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

◆ TEST_F() [66/67]

TEST_F ( FunctionOperationLinkTests ,
llzk_ReturnOp_GetOperandsCount  )

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

◆ TEST_F() [67/67]

TEST_F ( FunctionOperationLinkTests ,
llzk_ReturnOp_SetOperands_Variadic  )

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