Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/orc/tests/unit/
H A Dc_api_test.cpp53 EXPECT_FALSE(orc_rt_CWrapperFunctionResultEmpty(&R)); in TEST()
84 EXPECT_FALSE(orc_rt_CWrapperFunctionResultEmpty(&R)); in TEST()
193 EXPECT_FALSE(orc_rt_CWrapperFunctionResultEmpty(&R)); in TEST()
/freebsd/contrib/llvm-project/compiler-rt/include/orc_rt/
H A Dc_api.h184 orc_rt_CWrapperFunctionResultEmpty(const orc_rt_CWrapperFunctionResult *R) { in orc_rt_CWrapperFunctionResultEmpty() function
/freebsd/contrib/llvm-project/compiler-rt/lib/orc/
H A Dwrapper_function_utils.h72 bool empty() const { return orc_rt_CWrapperFunctionResultEmpty(&R); } in empty()