Home
last modified time | relevance | path

Searched refs:FPFeaturesStateRAII (Results 1 – 5 of 5) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSema.cpp2737 Sema::FPFeaturesStateRAII::FPFeaturesStateRAII(Sema &S) in FPFeaturesStateRAII() function in Sema::FPFeaturesStateRAII
2743 Sema::FPFeaturesStateRAII::~FPFeaturesStateRAII() { in ~FPFeaturesStateRAII()
H A DTreeTransform.h7534 Sema::FPFeaturesStateRAII FPSave(getSema()); in TransformCompoundStmt()
11453 Sema::FPFeaturesStateRAII FPFeaturesState(getSema()); in TransformCallExpr()
11576 Sema::FPFeaturesStateRAII FPFeaturesState(getSema()); in TransformBinaryOperator()
11643 Sema::FPFeaturesStateRAII FPFeaturesState(getSema()); in TransformCompoundAssignOperator()
12115 Sema::FPFeaturesStateRAII FPFeaturesState(getSema()); in TransformCXXOperatorCallExpr()
H A DSemaTemplateInstantiateDecl.cpp5158 FPFeaturesStateRAII SavedFPFeatures(*this); in InstantiateFunctionDefinition()
/freebsd-14.2/contrib/llvm-project/clang/lib/Parse/
H A DParseStmt.cpp1175 Sema::FPFeaturesStateRAII SaveFPFeatures(Actions); in ParseCompoundStatementBody()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h1634 class FPFeaturesStateRAII {
1636 FPFeaturesStateRAII(Sema &S);
1637 ~FPFeaturesStateRAII();