Searched refs:FEM_UnsetOnCommandLine (Results 1 – 7 of 7) sorted by relevance
194 LangOptions::FPEvalMethodKind::FEM_UnsetOnCommandLine;202 LangOptions::FPEvalMethodKind::FEM_UnsetOnCommandLine;2317 assert(CurrentFPEvalMethod != LangOptions::FEM_UnsetOnCommandLine && in getCurrentFPEvalMethod()2333 assert(Val != LangOptions::FEM_UnsetOnCommandLine && in setCurrentFPEvalMethod()2343 assert(Val != LangOptions::FEM_UnsetOnCommandLine && in setTUFPEvalMethod()
308 FEM_UnsetOnCommandLine = 3 enumerator
332 BENIGN_ENUM_LANGOPT(FPEvalMethod, FPEvalMethodKind, 2, FEM_UnsetOnCommandLine, "FP type used for fl…
208 if (getLangOpts().getFPEvalMethod() == LangOptions::FEM_UnsetOnCommandLine) in Initialize()
1294 if (getLangOpts().getFPEvalMethod() != LangOptions::FEM_UnsetOnCommandLine) in ActOnPragmaFPValueChangingOption()
380 LangOptions::FPEvalMethodKind::FEM_UnsetOnCommandLine && in DiagnoseUseOfDecl()802 LangOptions::FPEvalMethodKind::FEM_UnsetOnCommandLine || in UsualUnaryConversions()808 case LangOptions::FEM_UnsetOnCommandLine: in UsualUnaryConversions()
2122 MarshallingInfoEnum<LangOpts<"FPEvalMethod">, "FEM_UnsetOnCommandLine">;