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