Home
last modified time | relevance | path

Searched refs:COMPATIBLE_LANGOPT (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DLangOptions.def22 // COMPATIBLE_LANGOPT: for options that affect the construction of the AST in
45 #ifndef COMPATIBLE_LANGOPT
46 # define COMPATIBLE_LANGOPT(Name, Bits, Default, Description) \
52 COMPATIBLE_LANGOPT(Name, Bits, Default, Description)
176 COMPATIBLE_LANGOPT(CPlusPlusModules, 1, 0, "C++ modules syntax")
192 COMPATIBLE_LANGOPT(Optimize , 1, 0, "__OPTIMIZE__ predefined macro")
209 COMPATIBLE_LANGOPT(GNUInline , 1, 0, "GNU inline semantics")
214 COMPATIBLE_LANGOPT(UnsafeFPMath , 1, 0, "Unsafe Floating Point Math")
215 COMPATIBLE_LANGOPT(ProtectParens , 1, 0, "optimizer honors parentheses "
325 COMPATIBLE_LANGOPT(CLUnsafeMath , 1, 0, "Unsafe Floating Point Math")
[all …]
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp310 #define COMPATIBLE_LANGOPT(Name, Bits, Default, Description) \ in checkLanguageOptions() macro