Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSema.cpp2730 Sema::FPFeaturesStateRAII::FPFeaturesStateRAII(Sema &S) in FPFeaturesStateRAII() function in Sema::FPFeaturesStateRAII
2736 Sema::FPFeaturesStateRAII::~FPFeaturesStateRAII() { in ~FPFeaturesStateRAII()
H A DTreeTransform.h7818 Sema::FPFeaturesStateRAII FPSave(getSema()); in TransformCompoundStmt()
12305 Sema::FPFeaturesStateRAII FPFeaturesState(getSema()); in TransformCallExpr()
12429 Sema::FPFeaturesStateRAII FPFeaturesState(getSema()); in TransformBinaryOperator()
12496 Sema::FPFeaturesStateRAII FPFeaturesState(getSema()); in TransformCompoundAssignOperator()
12968 Sema::FPFeaturesStateRAII FPFeaturesState(getSema()); in TransformCXXOperatorCallExpr()
H A DSemaTemplateInstantiateDecl.cpp5159 FPFeaturesStateRAII SavedFPFeatures(*this); in InstantiateFunctionDefinition()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseCXXInlineMethods.cpp623 Sema::FPFeaturesStateRAII SaveFPFeatures(Actions); in ParseLexedMethodDef()
H A DParser.cpp1444 Sema::FPFeaturesStateRAII SaveFPFeatures(Actions); in ParseFunctionDefinition()
H A DParseStmt.cpp1187 Sema::FPFeaturesStateRAII SaveFPFeatures(Actions); in ParseCompoundStatementBody()
H A DParseObjc.cpp3738 Sema::FPFeaturesStateRAII SaveFPFeatures(Actions); in ParseLexedObjCMethodDefs()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h13543 class FPFeaturesStateRAII {
13545 FPFeaturesStateRAII(Sema &S);
13546 ~FPFeaturesStateRAII();