Searched refs:FEnvAccess (Results 1 – 1 of 1) sorted by relevance
192 bool FEnvAccess = false; in PrintFPPragmas() local194 FEnvAccess = FPO.getAllowFEnvAccessOverride(); in PrintFPPragmas()195 Indent() << "#pragma STDC FENV_ACCESS " << (FEnvAccess ? "ON" : "OFF") in PrintFPPragmas()201 if (!FEnvAccess || EM != LangOptions::FPE_Strict) { in PrintFPPragmas()