Home
last modified time | relevance | path

Searched refs:SK_HAS_COMPILER_FEATURE (Results 1 – 1 of 1) sorted by relevance

/external/skia/include/core/
DSkPostConfig.h55 #if !defined(SK_HAS_COMPILER_FEATURE)
57 # define SK_HAS_COMPILER_FEATURE(x) __has_feature(x) macro
59 # define SK_HAS_COMPILER_FEATURE(x) 0 macro
92 # if SK_HAS_COMPILER_FEATURE(attribute_analyzer_noreturn)