Searched refs:FEM_UnsetOnCommandLine (Results 1 – 7 of 7) sorted by relevance
194 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()
289 FEM_UnsetOnCommandLine = 3 enumerator
317 BENIGN_ENUM_LANGOPT(FPEvalMethod, FPEvalMethodKind, 2, FEM_UnsetOnCommandLine, "FP type used for fl…
210 if (getLangOpts().getFPEvalMethod() == LangOptions::FEM_UnsetOnCommandLine) in Initialize()
1299 if (getLangOpts().getFPEvalMethod() != LangOptions::FEM_UnsetOnCommandLine) in ActOnPragmaFPReassociate()
783 LangOptions::FPEvalMethodKind::FEM_UnsetOnCommandLine || in UsualUnaryConversions()789 case LangOptions::FEM_UnsetOnCommandLine: in UsualUnaryConversions()
1572 MarshallingInfoEnum<LangOpts<"FPEvalMethod">, "FEM_UnsetOnCommandLine">;