Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DLangOptions.def28 // VALUE_LANGOPT: for options that describe a value rather than a flag.
70 #ifndef VALUE_LANGOPT
71 # define VALUE_LANGOPT(Name, Bits, Default, Description) \
77 VALUE_LANGOPT(Name, Bits, Default, Description)
125 VALUE_LANGOPT(GNUCVersion , 32, 0, "GNU C compatibility version")
209 VALUE_LANGOPT(PackStruct , 32, 0,
211 VALUE_LANGOPT(MaxTypeAlign , 32, 0,
213 VALUE_LANGOPT(AlignDouble , 1, 0, "Controls if doubles should be aligned to 8 bytes (x86…
214 VALUE_LANGOPT(DoubleSize , 32, 0, "width of double")
215 VALUE_LANGOPT(LongDoubleSize , 32, 0, "width of long double")
[all …]
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DFrontendActions.cpp633 #define VALUE_LANGOPT(Name, Bits, Default, Description) \ in ReadLanguageOptions() macro
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp299 #define VALUE_LANGOPT(Name, Bits, Default, Description) \ in checkLanguageOptions() macro
325 VALUE_LANGOPT(Name, Bits, Default, Description) in checkLanguageOptions()