Home
last modified time | relevance | path

Searched refs:__has_warning (Results 1 – 15 of 15) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DCompiler.h42 #ifndef __has_warning
43 # define __has_warning(x) 0 macro
717 #if __has_warning("-Wunnecessary-virtual-specifier")
/freebsd/contrib/llvm-project/libcxx/include/__type_traits/
H A Dresult_of.h28 #if __has_warning("-Winvalid-specialization")
H A Denable_if.h24 #if __has_warning("-Winvalid-specialization")
H A Drank.h34 # if __has_warning("-Winvalid-specialization")
H A Dconjunction.h53 # if __has_warning("-Winvalid-specialization")
H A Dconditional.h44 #if __has_warning("-Winvalid-specialization")
H A Dcommon_reference.h122 # if __has_warning("-Winvalid-specialization")
/freebsd/contrib/llvm-project/libcxx/include/
H A Dexecution100 # if __has_warning("-Winvalid-specialization")
130 # if __has_warning("-Winvalid-specialization")
H A D__config254 # ifndef __has_warning
255 # define __has_warning(...) 0
H A Dtuple1004 # if __has_warning("-Winvalid-specialization")
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DConvertUTF.cpp74 #if defined(__clang__) && defined(__has_warning)
75 # if __has_warning("-Wimplicit-fallthrough")
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/
H A D__config185 # ifndef __has_warning
186 # define __has_warning(...) 0
536 # if __has_warning("-Wc++23-extensions")
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnosticLexKinds.td622 ExtWarn<"__has_warning expected option name (e.g. \"-Wundef\")">,
/freebsd/contrib/googletest/googletest/test/
H A Dgtest_unittest.cc582 #if __has_warning("-Wzero-as-null-pointer-constant")
/freebsd/contrib/xz/
H A DChangeLog18128 tuklib_physmem: Check for __has_warning before GCC version.
18155 Revert "tuklib_common: Define __has_warning if it is not defined."
18174 __has_warning and other __has_foo macros are meant to become
18177 This also relied on tuklib_common.h for #defining __has_warning
18300 tuklib_common: Define __has_warning if it is not defined.
18302 clang supports the __has_warning macro to determine if the version of