HomeSort by relevance Sort by last modified time
    Searched refs:__has_warning (Results 1 - 10 of 10) sorted by null

  /external/clang/test/Preprocessor/
invalid-__has_warning2.c 5 int i = __has_warning();
invalid-__has_warning1.c 5 int i = __has_warning(
warning_tests.c 2 #ifndef __has_warning
3 #error Should have __has_warning
6 #if __has_warning("not valid") // expected-warning {{__has_warning expected option name}}
10 #if __has_warning("-Wparentheses")
14 // expected-error@+2 {{expected string literal in '__has_warning'}}
16 #if __has_warning(-Wfoo)
20 #if __has_warning("-Wnot-a-valid-warning-flag-at-all")
25 // expected-error@+1 {{missing '(' after '__has_warning'}}
26 #if __has_warning "not valid
    [all...]
  /external/libtextclassifier/util/base/
macros.h 71 #if defined(__clang__) && defined(__has_warning)
72 #if __has_feature(cxx_attributes) && __has_warning("-Wimplicit-fallthrough")
  /system/core/base/include/android-base/
macros.h 170 #if defined(__clang__) && defined(__has_warning)
171 #if __has_feature(cxx_attributes) && __has_warning("-Wimplicit-fallthrough")
  /external/tensorflow/tensorflow/core/platform/
macros.h 104 #if defined(__clang__) && defined(LANG_CXX11) && defined(__has_warning)
105 #if __has_feature(cxx_attributes) && __has_warning("-Wimplicit-fallthrough")
  /external/vixl/src/
globals-vixl.h 203 #ifndef __has_warning
204 #define __has_warning(x) 0 macro
209 #if __has_warning("-Wimplicit-fallthrough") && __cplusplus >= 201103L
  /external/icu/icu4c/source/common/unicode/
platform.h 443 #ifndef __has_warning
444 # define __has_warning(x) 0 macro
533 (__has_feature(cxx_attributes) && __has_warning("-Wimplicit-fallthrough"))
  /external/conscrypt/common/src/jni/main/include/conscrypt/
macros.h 61 #if defined(__clang__) && __cplusplus >= 201103L && defined(__has_warning)
62 #if __has_feature(cxx_attributes) && __has_warning("-Wimplicit-fallthrough")
  /external/clang/test/Parser/
cxx11-user-defined-literals.cpp 14 #if __has_warning("-Wan-island-to-discover"_bar) // expected-error {{user-defined suffix cannot be used here}}

Completed in 218 milliseconds