Searched refs:invokable (Results 1 – 17 of 17) sorted by relevance
1 reflection3264_invokable_mismatch.rscript:5:6: error: invokable function 'a' has 2 parameters for 3…2 reflection3264_invokable_mismatch.rscript:10:6: error: 2nd parameter of invokable function 'b' has …3 reflection3264_invokable_mismatch.rscript:10:6: error: 4th parameter of invokable function 'b' has …4 reflection3264_invokable_mismatch.rscript:13:6: error: 3rd invokable function is 'c32' for 32-bit t…
19 // invokable name mismatch above (c32 versus c64)
1 reflection3264_invokable_extra64.rscript:12:6: error: invokable function 'd' is only present for 64…2 reflection3264_invokable_extra64.rscript:14:6: error: invokable function 'e' is only present for 64…
1 error: in file 'reflection3264_invokable_extra32.rscript' invokable function 'd' is only present fo…2 error: in file 'reflection3264_invokable_extra32.rscript' invokable function 'e' is only present fo…
3 kernel_noattr.rscript:11:5: error: invokable non-static functions are required to return void4 kernel_noattr.rscript:15:5: error: invokable non-static functions are required to return void
581 auto &invokable = invokables.CollectNext(); in declareInvokable() local582 invokable.mName = Name; in declareInvokable()583 invokable.mParamCount = ParamCount; in declareInvokable()586 invokable.mParams = new llvm::StringRef[ParamCount]; in declareInvokable()590 invokable.mParams[FieldIdx] = canon(getUniqueTypeName((*I)->getType())); in declareInvokable()609 auto &invokable = invokables.UseNext(); in declareInvokable() local611 if (invokable.mName != Name) { in declareInvokable()617 << invokable.mName in declareInvokable()623 if (invokable.mParamCount != ParamCount) { in declareInvokable()627 << Name << unsigned(invokable.mParamCount) << unsigned(ParamCount); in declareInvokable()[all …]
1 invoke_return.rscript:4:5: error: invokable non-static functions are required to return void
2 error: in file 'reflection3264_multifile_2.rscript' invokable function 'g' is only present for 32-b…
10 // error: invokable is only present for 32-bit targets
3 multi_export_errors.rscript:11:5: error: invokable non-static functions are required to return void
6 // Check that the helper function for unpacking an invokable's arguments
10 // Check that the helper function for unpacking an invokable's arguments
21 // variable "outer", and then calls a verification invokable
23 // variable "outer", and then calls a verification invokable
22 These functions can be called directly or indirectly from an invokable
24 * These functions can be called directly or indirectly from an invokable