Searched refs:BENIGN_VALUE_LANGOPT (Results 1 – 2 of 2) sorted by relevance
/openbsd/gnu/llvm/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) \ 461 BENIGN_VALUE_LANGOPT(MaxBitIntWidth, 32, 128, "Maximum width of a _BitInt") 476 #undef BENIGN_VALUE_LANGOPT
|
/openbsd/gnu/llvm/clang/lib/Serialization/ |
H A D | ASTReader.cpp | 318 #define BENIGN_VALUE_LANGOPT(Name, Bits, Default, Description) in checkLanguageOptions() macro
|