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

  /external/skia/legacy/include/core/
SkPostConfig.h 59 #if !defined(SK_HAS_COMPILER_FEATURE)
61 #define SK_HAS_COMPILER_FEATURE(x) __has_feature(x)
63 #define SK_HAS_COMPILER_FEATURE(x) 0
75 #if SK_HAS_COMPILER_FEATURE(attribute_analyzer_noreturn)
  /external/skia/include/core/
SkPostConfig.h 58 #if !defined(SK_HAS_COMPILER_FEATURE)
60 #define SK_HAS_COMPILER_FEATURE(x) __has_feature(x)
62 #define SK_HAS_COMPILER_FEATURE(x) 0
78 #if SK_HAS_COMPILER_FEATURE(attribute_analyzer_noreturn)

Completed in 58 milliseconds