Home
last modified time | relevance | path

Searched refs:FEM_UnsetOnCommandLine (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/Lex/
H A DPreprocessor.h194 LangOptions::FPEvalMethodKind::FEM_UnsetOnCommandLine;
199 LangOptions::FPEvalMethodKind::FEM_UnsetOnCommandLine;
207 LangOptions::FPEvalMethodKind::FEM_UnsetOnCommandLine;
2172 assert(CurrentFPEvalMethod != LangOptions::FEM_UnsetOnCommandLine && in getCurrentFPEvalMethod()
2196 assert(Val != LangOptions::FEM_UnsetOnCommandLine && in setCurrentFPEvalMethod()
2206 assert(Val != LangOptions::FEM_UnsetOnCommandLine && in setTUFPEvalMethod()
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DLangOptions.h289 FEM_UnsetOnCommandLine = 3 enumerator
H A DLangOptions.def317 BENIGN_ENUM_LANGOPT(FPEvalMethod, FPEvalMethodKind, 2, FEM_UnsetOnCommandLine, "FP type used for fl…
/llvm-project-15.0.7/clang/lib/Lex/
H A DPreprocessor.cpp210 if (getLangOpts().getFPEvalMethod() == LangOptions::FEM_UnsetOnCommandLine) in Initialize()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaAttr.cpp1299 if (getLangOpts().getFPEvalMethod() != LangOptions::FEM_UnsetOnCommandLine) in ActOnPragmaFPReassociate()
H A DSemaExpr.cpp783 LangOptions::FPEvalMethodKind::FEM_UnsetOnCommandLine || in UsualUnaryConversions()
789 case LangOptions::FEM_UnsetOnCommandLine: in UsualUnaryConversions()
/llvm-project-15.0.7/clang/include/clang/Driver/
H A DOptions.td1572 MarshallingInfoEnum<LangOpts<"FPEvalMethod">, "FEM_UnsetOnCommandLine">;