Home
last modified time | relevance | path

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

/external/clang/include/clang/Basic/
DLangOptions.def25 // VALUE_LANGOPT: for options that describe a value rather than a flag.
63 #ifndef VALUE_LANGOPT
64 # define VALUE_LANGOPT(Name, Bits, Default, Description) \
136 VALUE_LANGOPT(PackStruct , 32, 0,
138 VALUE_LANGOPT(MaxTypeAlign , 32, 0,
140 VALUE_LANGOPT(PICLevel , 2, 0, "__PIC__ level")
141 VALUE_LANGOPT(PIELevel , 2, 0, "__PIE__ level")
219 VALUE_LANGOPT(MSCompatibilityVersion, 32, 0, "Microsoft Visual C/C++ Version")
220 VALUE_LANGOPT(VtorDispMode, 2, 1, "How many vtordisps to insert")
236 #undef VALUE_LANGOPT
/external/clang/lib/Frontend/
DFrontendActions.cpp457 #define VALUE_LANGOPT(Name, Bits, Default, Description) \ in ReadLanguageOptions() macro
/external/clang/lib/Serialization/
DASTReader.cpp183 #define VALUE_LANGOPT(Name, Bits, Default, Description) \ in checkLanguageOptions() macro