Home
last modified time | relevance | path

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

/external/clang/include/clang/Basic/
DLangOptions.def28 // BENIGN_VALUE_LANGOPT, COMPATIBLE_VALUE_LANGOPT: combinations of the above.
72 #ifndef COMPATIBLE_VALUE_LANGOPT
73 # define COMPATIBLE_VALUE_LANGOPT(Name, Bits, Default, Description) \
79 COMPATIBLE_VALUE_LANGOPT(Name, Bits, Default, Description)
160 COMPATIBLE_VALUE_LANGOPT(PICLevel , 2, 0, "__PIC__ level")
161 COMPATIBLE_VALUE_LANGOPT(PIE , 1, 0, "is pie")
265 #undef COMPATIBLE_VALUE_LANGOPT
/external/clang/lib/Serialization/
DASTReader.cpp220 #define COMPATIBLE_VALUE_LANGOPT(Name, Bits, Default, Description) \ in checkLanguageOptions() macro