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.
67 #ifndef VALUE_LANGOPT
68 # define VALUE_LANGOPT(Name, Bits, Default, Description) \
74 VALUE_LANGOPT(Name, Bits, Default, Description)
155 VALUE_LANGOPT(PackStruct , 32, 0,
157 VALUE_LANGOPT(MaxTypeAlign , 32, 0,
159 VALUE_LANGOPT(AlignDouble , 1, 0, "Controls if doubles should be aligned to 8 bytes (x86…
247 VALUE_LANGOPT(MSCompatibilityVersion, 32, 0, "Microsoft Visual C/C++ Version")
248 VALUE_LANGOPT(VtorDispMode, 2, 1, "How many vtordisps to insert")
264 #undef VALUE_LANGOPT
/external/clang/lib/Frontend/
DFrontendActions.cpp483 #define VALUE_LANGOPT(Name, Bits, Default, Description) \ in ReadLanguageOptions() macro
/external/clang/lib/Serialization/
DASTReader.cpp196 #define VALUE_LANGOPT(Name, Bits, Default, Description) \ in checkLanguageOptions() macro
222 VALUE_LANGOPT(Name, Bits, Default, Description) in checkLanguageOptions()