Home
last modified time | relevance | path

Searched refs:BENIGN_ENUM_LANGOPT (Results 1 – 5 of 5) sorted by relevance

/openbsd/gnu/llvm/clang/include/clang/Basic/
H A DLangOptions.def30 // 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 DLangOptions.cpp28 #define BENIGN_ENUM_LANGOPT(Name, Type, Bits, Default, Description) \ in resetNonModularOptions() macro
/openbsd/gnu/llvm/clang/lib/Frontend/
H A DFrontendActions.cpp592 #define BENIGN_ENUM_LANGOPT(Name, Type, Bits, Default, Description) in ReadLanguageOptions() macro
H A DCompilerInvocation.cpp4615 #define BENIGN_ENUM_LANGOPT(Name, Type, Bits, Default, Description) in getModuleHash() macro
/openbsd/gnu/llvm/clang/lib/Serialization/
H A DASTReader.cpp317 #define BENIGN_ENUM_LANGOPT(Name, Type, Bits, Default, Description) in checkLanguageOptions() macro