Searched refs:BENIGN_VALUE_LANGOPT (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | LangOptions.def | 31 // BENIGN_VALUE_LANGOPT, COMPATIBLE_VALUE_LANGOPT: combinations of the above. 80 #ifndef BENIGN_VALUE_LANGOPT 81 # define BENIGN_VALUE_LANGOPT(Name, Bits, Default, Description) \ 508 BENIGN_VALUE_LANGOPT(MaxBitIntWidth, 32, 128, "Maximum width of a _BitInt") 536 #undef BENIGN_VALUE_LANGOPT
|
/freebsd/contrib/llvm-project/clang/lib/Serialization/ |
H A D | ASTReader.cpp | 329 #define BENIGN_VALUE_LANGOPT(Name, Bits, Default, Description) in checkLanguageOptions() macro
|