Searched refs:__THROW (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/diff/lib/
H A Dgetopt.h37 #ifndef __THROW
42 # define __THROW throw () macro
44 # define __THROW macro
152 __THROW;
161 __THROW;
165 __THROW;
/freebsd-11-stable/sys/contrib/octeon-sdk/cvmx-malloc/
H A Dmalloc.h77 # define __THROW throw () macro
79 # define __THROW macro
81 # define __MALLOC_P(args) args __THROW
88 # define __THROW macro
/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A D__clang_cuda_runtime_wrapper.h35 // while some required macros (like __THROW) are in a weird state.
42 #pragma push_macro("__THROW")
151 // __THROW is redefined to be empty by device_functions_decls.h in CUDA. Clang's
154 #undef __THROW macro
155 #define __THROW macro
326 // Restore state of __CUDA_ARCH__ and __THROW we had on entry.
328 #pragma pop_macro("__THROW")
/freebsd-11-stable/contrib/ofed/libibverbs/
H A Dneigh.c34 extern unsigned int if_nametoindex(__const char *__ifname) __THROW;

Completed in 72 milliseconds