Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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)
/netbsd-src/external/gpl3/gcc/dist/libcpp/
H A Dsystem.h425 #ifdef __has_cpp_attribute
426 # if __has_cpp_attribute(likely)
428 # elif __has_cpp_attribute(__likely__)
H A DChangeLog3512 * 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 DCompiler.h48 #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 Dfuture.cc28 #if __has_cpp_attribute(clang::require_constant_initialization)
H A Dcxx11-ios_failure.cc45 #if __has_cpp_attribute(clang::require_constant_initialization)
H A Dsystem_error.cc40 #if __has_cpp_attribute(clang::require_constant_initialization)
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/libsupc++/
H A Deh_globals.cc67 #if __has_cpp_attribute(clang::require_constant_initialization)
/netbsd-src/external/apache2/llvm/dist/libcxx/include/
H A D__config163 #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 Dmemory_resource.cc35 #if __has_cpp_attribute(clang::require_constant_initialization)
/netbsd-src/external/gpl3/gcc/dist/gcc/doc/
H A Dcpp.info2899 * __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 Dcpp.texi3201 * @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 Dcpp.info2864 * __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 Dcpp.texi3166 * @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 DLanguageExtensions.rst123 ``__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 Dtuple76 #if __has_cpp_attribute(__no_unique_address__)
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/
H A DChangeLog8794 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 DSemaExpr.cpp17936 #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 DChangeLog-20204136 * include/std/tuple [__has_cpp_attribute(no_unique_address)]
/netbsd-src/external/gpl3/gcc.old/dist/
H A DNEWS5479 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 DNEWS7353 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 DChangeLog-201933451 __has_cpp_attribute, and __has_include.