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

  /external/skia/include/core/
SkPostConfig.h 60 #if !defined(SK_HAS_COMPILER_FEATURE)
62 # define SK_HAS_COMPILER_FEATURE(x) __has_feature(x)
64 # define SK_HAS_COMPILER_FEATURE(x) 0
102 # if SK_HAS_COMPILER_FEATURE(attribute_analyzer_noreturn)
  /external/skqp/include/core/
SkPostConfig.h 60 #if !defined(SK_HAS_COMPILER_FEATURE)
62 # define SK_HAS_COMPILER_FEATURE(x) __has_feature(x)
64 # define SK_HAS_COMPILER_FEATURE(x) 0
102 # if SK_HAS_COMPILER_FEATURE(attribute_analyzer_noreturn)

Completed in 76 milliseconds