Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Sema/
DSemaAttr.cpp433 if (CurFPFeatures.getFPExceptionMode() == LangOptions::FPE_Strict) in ActOnPragmaFloatControl()
435 else if (CurFPFeatures.getAllowFEnvAccess()) in ActOnPragmaFloatControl()
465 CurFPFeatures = NewFPFeatures.applyOverrides(getLangOpts()); in ActOnPragmaFloatControl()
973 CurFPFeatures = NewFPFeatures.applyOverrides(getLangOpts()); in ActOnPragmaFPContract()
980 CurFPFeatures = NewFPFeatures.applyOverrides(getLangOpts()); in ActOnPragmaFPReassociate()
987 !CurFPFeatures.getAllowFEnvAccess() && in setRoundingMode()
988 CurFPFeatures.getFPExceptionMode() == LangOptions::FPE_Ignore) in setRoundingMode()
994 CurFPFeatures = NewFPFeatures.applyOverrides(getLangOpts()); in setRoundingMode()
1002 CurFPFeatures = NewFPFeatures.applyOverrides(getLangOpts()); in setExceptionMode()
1024 CurFPFeatures = NewFPFeatures.applyOverrides(LO); in ActOnPragmaFEnvAccess()
DSema.cpp153 CurFPFeatures(pp.getLangOpts()), LangOpts(pp.getLangOpts()), PP(pp), in Sema()
DTreeTransform.h10498 getSema().CurFPFeatures = in TransformCallExpr()
10615 getSema().CurFPFeatures = in TransformBinaryOperator()
10672 getSema().CurFPFeatures = in TransformCompoundAssignOperator()
11150 getSema().CurFPFeatures = in TransformCXXOperatorCallExpr()
/external/llvm-project/clang/lib/CodeGen/
DCodeGenFunction.cpp72 SanOpts(CGM.getLangOpts().Sanitize), CurFPFeatures(CGM.getLangOpts()), in CodeGenFunction()
79 SetFastMathFlags(CurFPFeatures); in CodeGenFunction()
147 OldFPFeatures = CGF.CurFPFeatures; in ConstructorHelper()
148 CGF.CurFPFeatures = FPFeatures; in ConstructorHelper()
192 CGF.CurFPFeatures = OldFPFeatures; in ~CGFPOptionsRAII()
DCodeGenFunction.h642 FPOptions CurFPFeatures;
/external/llvm-project/clang/include/clang/Sema/
DSema.h395 FPOptions CurFPFeatures; variable
1390 FPFeaturesStateRAII(Sema &S) : S(S), OldFPFeaturesState(S.CurFPFeatures) { in FPFeaturesStateRAII()
1394 S.CurFPFeatures = OldFPFeaturesState; in ~FPFeaturesStateRAII()
1421 FPOptions &getCurFPFeatures() { return CurFPFeatures; } in getCurFPFeatures()
9790 return !CurFPFeatures.getAllowFPReassociate() && in isPreciseFPEnabled()
9791 !CurFPFeatures.getNoSignedZero() && in isPreciseFPEnabled()
9792 !CurFPFeatures.getAllowReciprocal() && in isPreciseFPEnabled()
9793 !CurFPFeatures.getAllowApproxFunc(); in isPreciseFPEnabled()
/external/llvm-project/clang/lib/Parse/
DParseDeclCXX.cpp3409 Actions.CurFPFeatures = NewOverrides.applyOverrides(getLangOpts()); in ParseCXXMemberSpecification()
/external/llvm-project/clang/lib/Serialization/
DASTReader.cpp7835 SemaObj->CurFPFeatures = in InitializeSema()