Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Headers/openmp_wrappers/
H A Dnew20 #pragma push_macro("OPENMP_NOEXCEPT")
22 #define OPENMP_NOEXCEPT noexcept
24 #define OPENMP_NOEXCEPT
28 const std::nothrow_t &) OPENMP_NOEXCEPT {
36 inline void operator delete(void *ptr, const std::nothrow_t &)OPENMP_NOEXCEPT {
41 const std::nothrow_t &) OPENMP_NOEXCEPT {
45 #pragma pop_macro("OPENMP_NOEXCEPT")
H A D__clang_openmp_device_functions.h72 #define OPENMP_NOEXCEPT noexcept macro
74 #define OPENMP_NOEXCEPT macro
86 inline void operator delete(void *ptr)OPENMP_NOEXCEPT { ::free(ptr); } in delete()
88 inline void operator delete[](void *ptr) OPENMP_NOEXCEPT {
94 inline void operator delete(void *ptr, __SIZE_TYPE__ size)OPENMP_NOEXCEPT { in delete()
97 inline void operator delete[](void *ptr, __SIZE_TYPE__ size) OPENMP_NOEXCEPT {