Home
last modified time | relevance | path

Searched refs:__orc_rt_CWrapperFunctionResultGetOutOfBandError (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/compiler-rt/lib/orc/tests/unit/
H A Dc_api_test.cpp24 EXPECT_EQ(__orc_rt_CWrapperFunctionResultGetOutOfBandError(&R), nullptr); in TEST()
47 EXPECT_EQ(__orc_rt_CWrapperFunctionResultGetOutOfBandError(&R), nullptr); in TEST()
54 EXPECT_EQ(__orc_rt_CWrapperFunctionResultGetOutOfBandError(&R), nullptr); in TEST()
78 EXPECT_EQ(__orc_rt_CWrapperFunctionResultGetOutOfBandError(&R), nullptr); in TEST()
85 EXPECT_EQ(__orc_rt_CWrapperFunctionResultGetOutOfBandError(&R), nullptr); in TEST()
194 const char *OOBErrMsg = __orc_rt_CWrapperFunctionResultGetOutOfBandError(&R); in TEST()
/openbsd-src/gnu/llvm/compiler-rt/include/orc_rt/
H A Dc_api.h198 static inline const char *__orc_rt_CWrapperFunctionResultGetOutOfBandError( in __orc_rt_CWrapperFunctionResultGetOutOfBandError() function
/openbsd-src/gnu/llvm/compiler-rt/lib/orc/
H A Dwrapper_function_utils.h120 return __orc_rt_CWrapperFunctionResultGetOutOfBandError(&R); in getOutOfBandError()