OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SK_HAS_COMPILER_FEATURE
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/include/core/
SkPostConfig.h
61
#if !defined(
SK_HAS_COMPILER_FEATURE
)
63
# define
SK_HAS_COMPILER_FEATURE
(x) __has_feature(x)
65
# define
SK_HAS_COMPILER_FEATURE
(x) 0
89
# if
SK_HAS_COMPILER_FEATURE
(attribute_analyzer_noreturn)
/external/skia/include/core/
SkPostConfig.h
61
#if !defined(
SK_HAS_COMPILER_FEATURE
)
63
# define
SK_HAS_COMPILER_FEATURE
(x) __has_feature(x)
65
# define
SK_HAS_COMPILER_FEATURE
(x) 0
89
# if
SK_HAS_COMPILER_FEATURE
(attribute_analyzer_noreturn)
Completed in 27 milliseconds