Searched refs:FEM_UnsetOnCommandLine (Results 1 – 7 of 7) sorted by relevance
194 LangOptions::FPEvalMethodKind::FEM_UnsetOnCommandLine;202 LangOptions::FPEvalMethodKind::FEM_UnsetOnCommandLine;2319 assert(CurrentFPEvalMethod != LangOptions::FEM_UnsetOnCommandLine && in getCurrentFPEvalMethod()2335 assert(Val != LangOptions::FEM_UnsetOnCommandLine && in setCurrentFPEvalMethod()2345 assert(Val != LangOptions::FEM_UnsetOnCommandLine && in setTUFPEvalMethod()
296 FEM_UnsetOnCommandLine = 3 enumerator
319 BENIGN_ENUM_LANGOPT(FPEvalMethod, FPEvalMethodKind, 2, FEM_UnsetOnCommandLine, "FP type used for fl…
204 if (getLangOpts().getFPEvalMethod() == LangOptions::FEM_UnsetOnCommandLine) in Initialize()
1296 if (getLangOpts().getFPEvalMethod() != LangOptions::FEM_UnsetOnCommandLine) in ActOnPragmaFPReassociate()
787 LangOptions::FPEvalMethodKind::FEM_UnsetOnCommandLine || in UsualUnaryConversions()793 case LangOptions::FEM_UnsetOnCommandLine: in UsualUnaryConversions()
1619 MarshallingInfoEnum<LangOpts<"FPEvalMethod">, "FEM_UnsetOnCommandLine">;