Searched refs:BENIGN_ENUM_LANGOPT (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/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) \ 193 BENIGN_ENUM_LANGOPT(CompilingModule, CompilingModuleKind, 3, CMK_None, 325 BENIGN_ENUM_LANGOPT(DefaultVisibilityExportMapping, DefaultVisiblityExportMapping, 2, DefaultVisibl… 345 BENIGN_ENUM_LANGOPT(DefaultFPContractMode, FPModeKind, 2, FPM_Off, "FP contraction type") 348 BENIGN_ENUM_LANGOPT(FPExceptionMode, FPExceptionModeKind, 2, FPE_Default, "FP Exception Behavior Mo… 349 BENIGN_ENUM_LANGOPT(FPEvalMethod, FPEvalMethodKind, 2, FEM_UnsetOnCommandLine, "FP type used for fl… 376 BENIGN_ENUM_LANGOPT(ValueVisibilityMode, Visibility, 3, DefaultVisibility, 378 BENIGN_ENUM_LANGOPT(TypeVisibilityMode, Visibility, 3, DefaultVisibility, [all …]
|
/freebsd/contrib/llvm-project/clang/lib/Basic/ |
H A D | LangOptions.cpp | 28 #define BENIGN_ENUM_LANGOPT(Name, Type, Bits, Default, Description) \ in resetNonModularOptions() macro
|
/freebsd/contrib/llvm-project/clang/lib/Frontend/ |
H A D | FrontendActions.cpp | 636 #define BENIGN_ENUM_LANGOPT(Name, Type, Bits, Default, Description) in ReadLanguageOptions() macro
|
H A D | CompilerInvocation.cpp | 4933 #define BENIGN_ENUM_LANGOPT(Name, Type, Bits, Default, Description) in getModuleHash() macro
|
/freebsd/contrib/llvm-project/clang/lib/Serialization/ |
H A D | ASTReader.cpp | 328 #define BENIGN_ENUM_LANGOPT(Name, Type, Bits, Default, Description) in checkLanguageOptions() macro
|