HomeSort by relevance Sort by last modified time
    Searched refs:__has_warning (Results 1 - 9 of 9) 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")
27 #if __has_warning "not valid"
30 // Macro expansion does not occur in the parameter to __has_warning
    [all...]
  /external/conscrypt/src/main/native/
macros.h 36 #if defined(__clang__) && __cplusplus >= 201103L && defined(__has_warning)
37 #if __has_feature(cxx_attributes) && __has_warning("-Wimplicit-fallthrough")
  /external/vixl/src/vixl/
globals.h 116 #ifndef __has_warning
117 #define __has_warning(x) 0 macro
122 #if __has_warning("-Wimplicit-fallthrough") && __cplusplus >= 201103L
  /system/core/base/include/base/
macros.h 176 #if defined(__clang__) && __cplusplus >= 201103L && defined(__has_warning)
177 #if __has_feature(cxx_attributes) && __has_warning("-Wimplicit-fallthrough")
  /art/runtime/base/
macros.h 228 #if defined(__clang__) && __cplusplus >= 201103L && defined(__has_warning)
229 #if __has_feature(cxx_attributes) && __has_warning("-Wimplicit-fallthrough")
  /external/clang/test/SemaCXX/
switch-implicit-fallthrough-macro.cpp 14 #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 927 milliseconds