Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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) \
179 BENIGN_ENUM_LANGOPT(CompilingModule, CompilingModuleKind, 3, CMK_None,
328 BENIGN_ENUM_LANGOPT(DefaultFPContractMode, FPModeKind, 2, FPM_Off, "FP contraction type")
331 BENIGN_ENUM_LANGOPT(FPExceptionMode, FPExceptionModeKind, 2, FPE_Default, "FP Exception Behavior Mo…
332 BENIGN_ENUM_LANGOPT(FPEvalMethod, FPEvalMethodKind, 2, FEM_UnsetOnCommandLine, "FP type used for fl…
359 BENIGN_ENUM_LANGOPT(ValueVisibilityMode, Visibility, 3, DefaultVisibility,
361 BENIGN_ENUM_LANGOPT(TypeVisibilityMode, Visibility, 3, DefaultVisibility,
367 BENIGN_ENUM_LANGOPT(DLLExportVisibility, VisibilityFromDLLStorageClassKinds, 3, VisibilityFromDLLSt…
[all …]
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DLangOptions.cpp28 #define BENIGN_ENUM_LANGOPT(Name, Type, Bits, Default, Description) \ in resetNonModularOptions() macro
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DFrontendActions.cpp606 #define BENIGN_ENUM_LANGOPT(Name, Type, Bits, Default, Description) in ReadLanguageOptions() macro
H A DCompilerInvocation.cpp4724 #define BENIGN_ENUM_LANGOPT(Name, Type, Bits, Default, Description) in getModuleHash() macro
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp323 #define BENIGN_ENUM_LANGOPT(Name, Type, Bits, Default, Description) in checkLanguageOptions() macro