Searched refs:BENIGN_ENUM_LANGOPT (Results 1 – 10 of 10) sorted by relevance
/external/llvm-project/clang/include/clang/Basic/ |
D | LangOptions.def | 26 // BENIGN_ENUM_LANGOPT, COMPATIBLE_ENUM_LANGOPT, 61 #ifndef BENIGN_ENUM_LANGOPT 62 # define BENIGN_ENUM_LANGOPT(Name, Type, Bits, Default, Description) \ 164 BENIGN_ENUM_LANGOPT(CompilingModule, CompilingModuleKind, 2, CMK_None, 284 BENIGN_ENUM_LANGOPT(DefaultFPContractMode, FPModeKind, 2, FPM_Off, "FP contraction type") 286 BENIGN_ENUM_LANGOPT(FPRoundingMode, RoundingMode, 3, RoundingMode::NearestTiesToEven, "FP Rounding … 287 BENIGN_ENUM_LANGOPT(FPExceptionMode, FPExceptionModeKind, 2, FPE_Ignore, "FP Exception Behavior Mod… 413 #undef BENIGN_ENUM_LANGOPT
|
/external/clang/lib/Basic/ |
D | LangOptions.cpp | 27 #define BENIGN_ENUM_LANGOPT(Name, Type, Bits, Default, Description) \ in resetNonModularOptions() macro
|
/external/llvm-project/clang/lib/Basic/ |
D | LangOptions.cpp | 26 #define BENIGN_ENUM_LANGOPT(Name, Type, Bits, Default, Description) \ in resetNonModularOptions() macro
|
/external/clang/include/clang/Basic/ |
D | LangOptions.def | 27 // BENIGN_ENUM_LANGOPT, COMPATIBLE_ENUM_LANGOPT, 62 #ifndef BENIGN_ENUM_LANGOPT 63 # define BENIGN_ENUM_LANGOPT(Name, Type, Bits, Default, Description) \ 263 #undef BENIGN_ENUM_LANGOPT
|
/external/clang/lib/Frontend/ |
D | FrontendActions.cpp | 486 #define BENIGN_ENUM_LANGOPT(Name, Type, Bits, Default, Description) in ReadLanguageOptions() macro
|
D | CompilerInvocation.cpp | 2418 #define BENIGN_ENUM_LANGOPT(Name, Type, Bits, Default, Description) in getModuleHash() macro
|
/external/llvm-project/clang/lib/Frontend/ |
D | FrontendActions.cpp | 557 #define BENIGN_ENUM_LANGOPT(Name, Type, Bits, Default, Description) in ReadLanguageOptions() macro
|
D | CompilerInvocation.cpp | 3957 #define BENIGN_ENUM_LANGOPT(Name, Type, Bits, Default, Description) in getModuleHash() macro
|
/external/clang/lib/Serialization/ |
D | ASTReader.cpp | 225 #define BENIGN_ENUM_LANGOPT(Name, Type, Bits, Default, Description) in checkLanguageOptions() macro
|
/external/llvm-project/clang/lib/Serialization/ |
D | ASTReader.cpp | 313 #define BENIGN_ENUM_LANGOPT(Name, Type, Bits, Default, Description) in checkLanguageOptions() macro
|