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.cpp2898 Sema::FPFeaturesStateRAII::FPFeaturesStateRAII(Sema &S) in FPFeaturesStateRAII() function in Sema::FPFeaturesStateRAII
2904 Sema::FPFeaturesStateRAII::~FPFeaturesStateRAII() { in ~FPFeaturesStateRAII()
H A DTreeTransform.h8110 Sema::FPFeaturesStateRAII FPSave(getSema()); in TransformCompoundStmt()
13423 Sema::FPFeaturesStateRAII FPFeaturesState(getSema()); in TransformCallExpr()
13547 Sema::FPFeaturesStateRAII FPFeaturesState(getSema()); in TransformBinaryOperator()
13614 Sema::FPFeaturesStateRAII FPFeaturesState(getSema()); in TransformCompoundAssignOperator()
14086 Sema::FPFeaturesStateRAII FPFeaturesState(getSema()); in TransformCXXOperatorCallExpr()
H A DSemaTemplateInstantiateDecl.cpp5820 FPFeaturesStateRAII SavedFPFeatures(*this); in InstantiateFunctionDefinition()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseCXXInlineMethods.cpp602 Sema::FPFeaturesStateRAII SaveFPFeatures(Actions); in ParseLexedMethodDef()
H A DParseStmt.cpp1099 Sema::FPFeaturesStateRAII SaveFPFeatures(Actions); in ParseCompoundStatementBody()
H A DParser.cpp1368 Sema::FPFeaturesStateRAII SaveFPFeatures(Actions); in ParseFunctionDefinition()
H A DParseObjc.cpp3301 Sema::FPFeaturesStateRAII SaveFPFeatures(Actions); in ParseLexedObjCMethodDefs()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h13840 class FPFeaturesStateRAII {
13842 FPFeaturesStateRAII(Sema &S);
13843 ~FPFeaturesStateRAII();