Searched refs:BENIGN_ENUM_LANGOPT (Results 1 – 5 of 5) sorted by relevance
/openbsd/gnu/llvm/clang/include/clang/Basic/ |
H A D | LangOptions.def | 30 // BENIGN_ENUM_LANGOPT, COMPATIBLE_ENUM_LANGOPT, 65 #ifndef BENIGN_ENUM_LANGOPT 66 # define BENIGN_ENUM_LANGOPT(Name, Type, Bits, Default, Description) \ 176 BENIGN_ENUM_LANGOPT(CompilingModule, CompilingModuleKind, 3, CMK_None, 296 BENIGN_ENUM_LANGOPT(DefaultVisibilityExportMapping, DefaultVisiblityExportMapping, 2, DefaultVisibl… 315 BENIGN_ENUM_LANGOPT(DefaultFPContractMode, FPModeKind, 2, FPM_Off, "FP contraction type") 318 BENIGN_ENUM_LANGOPT(FPExceptionMode, FPExceptionModeKind, 2, FPE_Default, "FP Exception Behavior Mo… 319 BENIGN_ENUM_LANGOPT(FPEvalMethod, FPEvalMethodKind, 2, FEM_UnsetOnCommandLine, "FP type used for fl… 473 #undef BENIGN_ENUM_LANGOPT
|
/openbsd/gnu/llvm/clang/lib/Basic/ |
H A D | LangOptions.cpp | 28 #define BENIGN_ENUM_LANGOPT(Name, Type, Bits, Default, Description) \ in resetNonModularOptions() macro
|
/openbsd/gnu/llvm/clang/lib/Frontend/ |
H A D | FrontendActions.cpp | 592 #define BENIGN_ENUM_LANGOPT(Name, Type, Bits, Default, Description) in ReadLanguageOptions() macro
|
H A D | CompilerInvocation.cpp | 4615 #define BENIGN_ENUM_LANGOPT(Name, Type, Bits, Default, Description) in getModuleHash() macro
|
/openbsd/gnu/llvm/clang/lib/Serialization/ |
H A D | ASTReader.cpp | 317 #define BENIGN_ENUM_LANGOPT(Name, Type, Bits, Default, Description) in checkLanguageOptions() macro
|