Home
last modified time | relevance | path

Searched refs:__has_cpp_attribute (Results 1 – 7 of 7) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DDemangleConfig.h22 #ifndef __has_cpp_attribute
23 #define __has_cpp_attribute(x) 0 macro
75 #if __cplusplus > 201402L && __has_cpp_attribute(fallthrough)
77 #elif __has_cpp_attribute(gnu::fallthrough)
83 #elif __has_cpp_attribute(clang::fallthrough)
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-private-defines.h20 #ifndef __has_cpp_attribute
21 #define __has_cpp_attribute(x) 0 macro
26 #if __has_cpp_attribute(clang::fallthrough)
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/orc/
H A Dcompiler.h28 #if defined(__cplusplus) && defined(__has_cpp_attribute)
29 #define ORC_RT_HAS_CPP_ATTRIBUTE(x) __has_cpp_attribute(x)
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/
H A DCompiler.h48 #if defined(__cplusplus) && defined(__has_cpp_attribute)
49 # define LLVM_HAS_CPP_ATTRIBUTE(x) __has_cpp_attribute(x)
/freebsd-13.1/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_os.h43 #ifndef __has_cpp_attribute
44 #define __has_cpp_attribute(x) 0 macro
335 #if __cplusplus > 201402L && __has_cpp_attribute(fallthrough)
337 #elif __has_cpp_attribute(clang::fallthrough)
/freebsd-13.1/contrib/llvm-project/libcxx/include/
H A D__config169 #ifndef __has_cpp_attribute
170 #define __has_cpp_attribute(__x) 0
1072 #if __has_cpp_attribute(nodiscard) || defined(_LIBCPP_COMPILER_MSVC)
1321 #if __cplusplus > 201402L && __has_cpp_attribute(fallthrough)
1323 #elif __has_cpp_attribute(clang::fallthrough)
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp18102 #ifdef __has_cpp_attribute in operator TemplateArgumentListInfo*()
18103 #if __has_cpp_attribute(clang::lifetimebound) in operator TemplateArgumentListInfo*()