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) \
139 VALUE_LANGOPT(PackStruct , 32, 0,
141 VALUE_LANGOPT(MaxTypeAlign , 32, 0,
143 VALUE_LANGOPT(PICLevel , 2, 0, "__PIC__ level")
144 VALUE_LANGOPT(PIELevel , 2, 0, "__PIE__ level")
227 VALUE_LANGOPT(MSCompatibilityVersion, 32, 0, "Microsoft Visual C/C++ Version")
228 VALUE_LANGOPT(VtorDispMode, 2, 1, "How many vtordisps to insert")
244 #undef VALUE_LANGOPT
/external/clang/lib/Frontend/
DFrontendActions.cpp481 #define VALUE_LANGOPT(Name, Bits, Default, Description) \ in ReadLanguageOptions() macro
/external/clang/lib/Serialization/
DASTReader.cpp195 #define VALUE_LANGOPT(Name, Bits, Default, Description) \ in checkLanguageOptions() macro