Home
last modified time | relevance | path

Searched defs:HAS_FEATURE (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/clang/test/Preprocessor/
Dfeature_tests.c69 #define HAS_FEATURE(X) __has_feature(X) macro
/external/clang/test/Preprocessor/
Dfeature_tests.c51 #define HAS_FEATURE(X) __has_feature(X) macro
/external/pdfium/third_party/base/
Dcompiler_specific.h171 #define HAS_FEATURE(FEATURE) __has_feature(FEATURE) macro
173 #define HAS_FEATURE(FEATURE) 0 macro
/external/llvm-project/llvm/lib/Target/PowerPC/
DPPCMacroFusion.cpp28 #define FUSION_FEATURE(KIND, HAS_FEATURE, DEP_OP_IDX, OPSET1, OPSET2) \ argument
154 #define FUSION_FEATURE(KIND, HAS_FEATURE, DEP_OP_IDX, OPSET1, OPSET2) { \ in shouldScheduleAdjacent() argument
/external/libchrome/base/
Dcompiler_specific.h224 #define HAS_FEATURE(FEATURE) __has_feature(FEATURE) macro
226 #define HAS_FEATURE(FEATURE) 0 macro