Home
last modified time | relevance | path

Searched refs:CurFPFeatures (Results 1 – 8 of 8) sorted by relevance

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaAttr.cpp547 CurFPFeatures = NewFPFeatures.applyOverrides(getLangOpts()); in ActOnPragmaFPEvalMethod()
570 if (CurFPFeatures.getExceptionMode() == LangOptions::FPE_Strict) in ActOnPragmaFloatControl()
572 else if (CurFPFeatures.getAllowFEnvAccess()) in ActOnPragmaFloatControl()
602 CurFPFeatures = NewFPFeatures.applyOverrides(getLangOpts()); in ActOnPragmaFloatControl()
1288 CurFPFeatures = NewFPFeatures.applyOverrides(getLangOpts()); in ActOnPragmaFPContract()
1312 CurFPFeatures = NewFPFeatures.applyOverrides(getLangOpts()); in ActOnPragmaFPReassociate()
1319 CurFPFeatures = NewFPFeatures.applyOverrides(getLangOpts()); in ActOnPragmaFEnvRound()
1327 CurFPFeatures = NewFPFeatures.applyOverrides(getLangOpts()); in setExceptionMode()
1342 CurFPFeatures = NewFPFeatures.applyOverrides(getLangOpts()); in ActOnPragmaFEnvAccess()
H A DSema.cpp190 : ExternalSource(nullptr), CurFPFeatures(pp.getLangOpts()), in Sema()
255 CurFPFeatures.setFPEvalMethod(PP.getCurrentFPEvalMethod()); in Sema()
2692 : S(S), OldFPFeaturesState(S.CurFPFeatures), in FPFeaturesStateRAII()
2698 S.CurFPFeatures = OldFPFeaturesState; in ~FPFeaturesStateRAII()
H A DTreeTransform.h11239 getSema().CurFPFeatures = in TransformCallExpr()
11360 getSema().CurFPFeatures = in TransformBinaryOperator()
11427 getSema().CurFPFeatures = in TransformCompoundAssignOperator()
11909 getSema().CurFPFeatures = in TransformCXXOperatorCallExpr()
H A DSemaExpr.cpp784 LangOptions::FPEvalMethodKind EvalMethod = CurFPFeatures.getFPEvalMethod(); in UsualUnaryConversions()
4167 if (getLangOpts().ProtectParens && CurFPFeatures.getAllowFPReassociate() && in ActOnParenExpr()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCodeGenFunction.cpp75 SanOpts(CGM.getLangOpts().Sanitize), CurFPFeatures(CGM.getLangOpts()), in CodeGenFunction()
83 SetFastMathFlags(CurFPFeatures); in CodeGenFunction()
140 OldFPFeatures = CGF.CurFPFeatures; in ConstructorHelper()
141 CGF.CurFPFeatures = FPFeatures; in ConstructorHelper()
185 CGF.CurFPFeatures = OldFPFeatures; in ~CGFPOptionsRAII()
H A DCodeGenFunction.h729 FPOptions CurFPFeatures;
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DSema.h403 FPOptions CurFPFeatures; variable
1652 FPOptions &getCurFPFeatures() { return CurFPFeatures; } in getCurFPFeatures()
10671 return !CurFPFeatures.getAllowFPReassociate() && in isPreciseFPEnabled()
10672 !CurFPFeatures.getNoSignedZero() && in isPreciseFPEnabled()
10673 !CurFPFeatures.getAllowReciprocal() && in isPreciseFPEnabled()
10674 !CurFPFeatures.getAllowApproxFunc(); in isPreciseFPEnabled()
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTReader.cpp7981 SemaObj->CurFPFeatures = in InitializeSema()