Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Demangle/
HDDemangleConfig.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-11-stable/contrib/llvm-project/lldb/include/lldb/
HDlldb-private-defines.h20 #ifndef __has_cpp_attribute
21 #define __has_cpp_attribute(x) 0 macro
26 #if __has_cpp_attribute(clang::fallthrough)
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
HDCompiler.h48 #if defined(__cplusplus) && defined(__has_cpp_attribute)
49 # define LLVM_HAS_CPP_ATTRIBUTE(x) __has_cpp_attribute(x)
/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
HDkmp_os.h43 #ifndef __has_cpp_attribute
44 #define __has_cpp_attribute(x) 0 macro
325 #if __cplusplus > 201402L && __has_cpp_attribute(fallthrough)
327 #elif __has_cpp_attribute(clang::fallthrough)
/freebsd-11-stable/contrib/llvm-project/libcxx/include/
HD__config153 #ifndef __has_cpp_attribute
154 #define __has_cpp_attribute(__x) 0
1037 #if __has_cpp_attribute(nodiscard) || defined(_LIBCPP_COMPILER_MSVC)
1306 #if __cplusplus > 201402L && __has_cpp_attribute(fallthrough)
1308 #elif __has_cpp_attribute(clang::fallthrough)
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaExpr.cpp16425 #ifdef __has_cpp_attribute in operator TemplateArgumentListInfo*()
16426 #if __has_cpp_attribute(clang::lifetimebound) in operator TemplateArgumentListInfo*()