Searched refs:VALUE_LANGOPT (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | LangOptions.def | 28 // 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 D | FrontendActions.cpp | 633 #define VALUE_LANGOPT(Name, Bits, Default, Description) \ in ReadLanguageOptions() macro
|
/freebsd/contrib/llvm-project/clang/lib/Serialization/ |
H A D | ASTReader.cpp | 299 #define VALUE_LANGOPT(Name, Bits, Default, Description) \ in checkLanguageOptions() macro 325 VALUE_LANGOPT(Name, Bits, Default, Description) in checkLanguageOptions()
|