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

  /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"))

Completed in 164 milliseconds