Home
last modified time | relevance | path

Searched refs:__orc_rt_CWrapperFunctionResultEmpty (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/orc/
H A Dc_api.h190 __orc_rt_CWrapperFunctionResultEmpty(const __orc_rt_CWrapperFunctionResult *R) { in __orc_rt_CWrapperFunctionResultEmpty() function
H A Dwrapper_function_utils.h71 bool empty() const { return __orc_rt_CWrapperFunctionResultEmpty(&R); } in empty()