Searched refs:FEM_UnsetOnCommandLine (Results 1 – 7 of 7) sorted by relevance
204 LangOptions::FPEvalMethodKind::FEM_UnsetOnCommandLine;212 LangOptions::FPEvalMethodKind::FEM_UnsetOnCommandLine;2349 assert(CurrentFPEvalMethod != LangOptions::FEM_UnsetOnCommandLine && in getCurrentFPEvalMethod()2365 assert(Val != LangOptions::FEM_UnsetOnCommandLine && in setCurrentFPEvalMethod()2375 assert(Val != LangOptions::FEM_UnsetOnCommandLine && in setTUFPEvalMethod()
302 FEM_UnsetOnCommandLine = 3 enumerator
349 BENIGN_ENUM_LANGOPT(FPEvalMethod, FPEvalMethodKind, 2, FEM_UnsetOnCommandLine, "FP type used for fl…
212 if (getLangOpts().getFPEvalMethod() == LangOptions::FEM_UnsetOnCommandLine) in Initialize()
1290 if (getLangOpts().getFPEvalMethod() != LangOptions::FEM_UnsetOnCommandLine) in ActOnPragmaFPValueChangingOption()
374 LangOptions::FPEvalMethodKind::FEM_UnsetOnCommandLine && in DiagnoseUseOfDecl()792 LangOptions::FPEvalMethodKind::FEM_UnsetOnCommandLine || in UsualUnaryConversions()798 case LangOptions::FEM_UnsetOnCommandLine: in UsualUnaryConversions()
2239 MarshallingInfoEnum<LangOpts<"FPEvalMethod">, "FEM_UnsetOnCommandLine">;