/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Demangle/ |
H A D | DemangleConfig.h | 22 #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)
|
/netbsd-src/external/gpl3/gcc/dist/libcpp/ |
H A D | system.h | 425 #ifdef __has_cpp_attribute 426 # if __has_cpp_attribute(likely) 428 # elif __has_cpp_attribute(__likely__)
|
H A D | ChangeLog | 3512 * init.c (builtin_array): Add __has_attribute and __has_cpp_attribute. 3514 or __has_cpp_attribute if CLK_ASM or pfile->cb.has_attribute is NULL.
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/ |
H A D | Compiler.h | 48 #if defined(__cplusplus) && defined(__has_cpp_attribute) 49 # define LLVM_HAS_CPP_ATTRIBUTE(x) __has_cpp_attribute(x)
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/c++11/ |
H A D | future.cc | 28 #if __has_cpp_attribute(clang::require_constant_initialization)
|
H A D | cxx11-ios_failure.cc | 45 #if __has_cpp_attribute(clang::require_constant_initialization)
|
H A D | system_error.cc | 40 #if __has_cpp_attribute(clang::require_constant_initialization)
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/libsupc++/ |
H A D | eh_globals.cc | 67 #if __has_cpp_attribute(clang::require_constant_initialization)
|
/netbsd-src/external/apache2/llvm/dist/libcxx/include/ |
H A D | __config | 163 #ifndef __has_cpp_attribute 164 #define __has_cpp_attribute(__x) 0 1065 #if __has_cpp_attribute(nodiscard) || defined(_LIBCPP_COMPILER_MSVC) 1320 #if __cplusplus > 201402L && __has_cpp_attribute(fallthrough) 1322 #elif __has_cpp_attribute(clang::fallthrough)
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/c++17/ |
H A D | memory_resource.cc | 35 #if __has_cpp_attribute(clang::require_constant_initialization)
|
/netbsd-src/external/gpl3/gcc/dist/gcc/doc/ |
H A D | cpp.info | 2899 * __has_cpp_attribute:: 3136 File: cpp.info, Node: __has_attribute, Next: __has_cpp_attribute, Prev: Elif, Up: Conditional S… 3172 File: cpp.info, Node: __has_cpp_attribute, Next: __has_c_attribute, Prev: __has_attribute, Up: … 3174 4.2.7 '__has_cpp_attribute' 3177 The special operator '__has_cpp_attribute (OPERAND)' may be used in 3179 referenced by its OPERAND is recognized by GCC. '__has_cpp_attribute 3189 File: cpp.info, Node: __has_c_attribute, Next: __has_builtin, Prev: __has_cpp_attribute, Up: Co… 5402 * __has_cpp_attribute: __has_cpp_attribute. (line 6) 5591 Node: __has_cpp_attribute128339
|
H A D | cpp.texi | 3201 * @code{__has_cpp_attribute}:: 3508 @node @code{__has_cpp_attribute} 3509 @subsection @code{__has_cpp_attribute} 3510 @cindex @code{__has_cpp_attribute} 3512 The special operator @code{__has_cpp_attribute (@var{operand})} may be used 3515 @code{__has_cpp_attribute (@var{operand})} is equivalent to
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/ |
H A D | cpp.info | 2864 * __has_cpp_attribute:: 3100 File: cpp.info, Node: __has_attribute, Next: __has_cpp_attribute, Prev: Elif, Up: Conditional S… 3135 File: cpp.info, Node: __has_cpp_attribute, Next: __has_builtin, Prev: __has_attribute, Up: Cond… 3137 4.2.7 '__has_cpp_attribute' 3140 The special operator '__has_cpp_attribute (OPERAND)' may be used in 3142 referenced by its OPERAND is recognized by GCC. '__has_cpp_attribute 3152 File: cpp.info, Node: __has_builtin, Next: __has_include, Prev: __has_cpp_attribute, Up: Condit… 5345 * __has_cpp_attribute: __has_cpp_attribute. (line 6) 5533 Node: __has_cpp_attribute126820
|
H A D | cpp.texi | 3166 * @code{__has_cpp_attribute}:: 3471 @node @code{__has_cpp_attribute} 3472 @subsection @code{__has_cpp_attribute} 3473 @cindex @code{__has_cpp_attribute} 3475 The special operator @code{__has_cpp_attribute (@var{operand})} may be used 3478 @code{__has_cpp_attribute (@var{operand})} is equivalent to
|
/netbsd-src/external/apache2/llvm/dist/clang/docs/ |
H A D | LanguageExtensions.rst | 123 ``__has_cpp_attribute`` 140 #ifndef __has_cpp_attribute // For backwards compatibility 141 #define __has_cpp_attribute(x) 0 145 #if __has_cpp_attribute(clang::fallthrough)
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/std/ |
H A D | tuple | 76 #if __has_cpp_attribute(__no_unique_address__)
|
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/ |
H A D | ChangeLog | 8794 and __has_cpp_attribute here. 8923 * c-cppbuiltin.c (__has_attribute, __has_cpp_attribute): New macros; 8929 __has_cpp_attribute.
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | SemaExpr.cpp | 17936 #ifdef __has_cpp_attribute in operator TemplateArgumentListInfo*() 17937 #if __has_cpp_attribute(clang::lifetimebound) in operator TemplateArgumentListInfo*()
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/ |
H A D | ChangeLog-2020 | 4136 * include/std/tuple [__has_cpp_attribute(no_unique_address)]
|
/netbsd-src/external/gpl3/gcc.old/dist/ |
H A D | NEWS | 5479 macro __has_cpp_attribute was added to C++ to support 5494 __has_cpp_attribute will add underscores to an attribute name if
|
/netbsd-src/external/gpl3/gcc/dist/ |
H A D | NEWS | 7353 macro __has_cpp_attribute was added to C++ to support 7368 __has_cpp_attribute will add underscores to an attribute name if
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | ChangeLog-2019 | 33451 __has_cpp_attribute, and __has_include.
|