Home
last modified time | relevance | path

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

/third_party/flutter/skia/include/core/
DSkPostConfig.h49 #if !defined(SK_HAS_COMPILER_FEATURE)
51 # define SK_HAS_COMPILER_FEATURE(x) __has_feature(x) macro
53 # define SK_HAS_COMPILER_FEATURE(x) 0 macro
94 # if SK_HAS_COMPILER_FEATURE(attribute_analyzer_noreturn)