Searched refs:invokable (Results 1 – 11 of 11) sorted by relevance
1 reflection3264_invokable_mismatch.rs:5:6: error: invokable function 'a' has 2 parameters for 32-bit…2 reflection3264_invokable_mismatch.rs:10:6: error: 2nd parameter of invokable function 'b' has type …3 reflection3264_invokable_mismatch.rs:10:6: error: 4th parameter of invokable function 'b' has type …4 reflection3264_invokable_mismatch.rs:13:6: error: 3rd invokable function is 'c32' for 32-bit target…
1 reflection3264_invokable_extra64.rs:12:6: error: invokable function 'd' is only present for 64-bit …2 reflection3264_invokable_extra64.rs:14:6: error: invokable function 'e' is only present for 64-bit …
1 error: in file 'reflection3264_invokable_extra32.rs' invokable function 'd' is only present for 32-…2 error: in file 'reflection3264_invokable_extra32.rs' invokable function 'e' is only present for 32-…
3 kernel_noattr.rs:11:5: error: invokable non-static functions are required to return void4 kernel_noattr.rs:15:5: error: invokable non-static functions are required to return void
580 auto &invokable = invokables.CollectNext(); in declareInvokable() local581 invokable.mName = Name; in declareInvokable()582 invokable.mParamCount = ParamCount; in declareInvokable()585 invokable.mParams = new llvm::StringRef[ParamCount]; in declareInvokable()589 invokable.mParams[FieldIdx] = canon(getUniqueTypeName((*I)->getType())); in declareInvokable()608 auto &invokable = invokables.UseNext(); in declareInvokable() local610 if (invokable.mName != Name) { in declareInvokable()616 << invokable.mName in declareInvokable()622 if (invokable.mParamCount != ParamCount) { in declareInvokable()626 << Name << unsigned(invokable.mParamCount) << unsigned(ParamCount); in declareInvokable()[all …]
1 invoke_return.rs:4:5: error: invokable non-static functions are required to return void
2 error: in file 'reflection3264_multifile_2.rs' invokable function 'g' is only present for 32-bit ta…
3 multi_export_errors.rs:11:5: error: invokable non-static functions are required to return void
94 void assertException(Invokable invokable, Class<? extends Exception> expectedClass) in assertException() argument97 invokable.run(); in assertException()
22 These functions can be called directly or indirectly from an invokable
24 * These functions can be called directly or indirectly from an invokable