Home
last modified time | relevance | path

Searched refs:getCurFPFeatures (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaLambda.cpp990 getCurFPFeatures().isFPConstrained(), in CreateLambdaCallOperator()
1752 S.getCurFPFeatures().isFPConstrained(), in addFunctionPointerConversion()
1803 S.getCurFPFeatures().isFPConstrained(), in addFunctionPointerConversion()
1874 S.getCurFPFeatures().isFPConstrained(), in addBlockPointerConversion()
H A DSemaRISCV.cpp440 SC_Extern, S.getCurFPFeatures().isFPConstrained(), in CreateRVVIntrinsicDecl()
H A DSemaDecl.cpp2306 getCurFPFeatures().isFPConstrained(), /*isInlineSpecified=*/false, in CreateBuiltin()
9181 SemaRef.getCurFPFeatures().isFPConstrained(), isInline, HasPrototype, in CreateNewFunctionDecl()
9203 TInfo, ExplicitSpecifier, SemaRef.getCurFPFeatures().isFPConstrained(), in CreateNewFunctionDecl()
9214 SemaRef.getCurFPFeatures().isFPConstrained(), isInline, in CreateNewFunctionDecl()
9239 TInfo, SC, SemaRef.getCurFPFeatures().isFPConstrained(), isInline, in CreateNewFunctionDecl()
9257 TInfo, SemaRef.getCurFPFeatures().isFPConstrained(), isInline, in CreateNewFunctionDecl()
9287 TInfo, SC, SemaRef.getCurFPFeatures().isFPConstrained(), isInline, in CreateNewFunctionDecl()
9302 SemaRef.getCurFPFeatures().isFPConstrained(), isInline, in CreateNewFunctionDecl()
H A DSemaStmt.cpp400 if (getCurFPFeatures().isFPConstrained()) { in ActOnAfterCompoundStatementLeadingPragmas()
458 FPOptionsOverride FPDiff = getCurFPFeatures().getChangesFrom(FPO); in ActOnCompoundStmt()
H A DSemaDeclCXX.cpp13855 getCurFPFeatures().isFPConstrained(), in DeclareImplicitDefaultConstructor()
13980 BaseCtor->getExplicitSpecifier(), getCurFPFeatures().isFPConstrained(), in findInheritingConstructor()
14140 getCurFPFeatures().isFPConstrained(), in DeclareImplicitDestructor()
14780 getCurFPFeatures().isFPConstrained(), in DeclareImplicitCopyAssignment()
15132 getCurFPFeatures().isFPConstrained(), in DeclareImplicitMoveAssignment()
15530 ExplicitSpecifier(), getCurFPFeatures().isFPConstrained(), in DeclareImplicitCopyConstructor()
15675 ExplicitSpecifier(), getCurFPFeatures().isFPConstrained(), in DeclareImplicitMoveConstructor()
H A DSema.cpp2311 CompoundScopeInfo(IsStmtExpr, getCurFPFeatures())); in PushCompoundScope()
H A DSemaLookup.cpp880 S.getCurFPFeatures().isFPConstrained(), false, in InsertOCLBuiltinDeclarationsFromTable()
H A DSemaDeclAttr.cpp7248 getCurFPFeatures().isFPConstrained(), false /*isInlineSpecified*/, in DeclClonePragmaWeak()
H A DSemaExprCXX.cpp3194 /*TInfo=*/nullptr, SC_None, getCurFPFeatures().isFPConstrained(), false, in DeclareGlobalAllocationFunction()
H A DSemaTemplate.cpp10817 LPT->FPO = getCurFPFeatures(); in MarkAsLateParsedTemplate()
H A DSemaExpr.cpp6210 /*TInfo=*/nullptr, SC_Extern, Sema->getCurFPFeatures().isFPConstrained(), in rewriteBuiltinFunctionDecl()
20561 SC_None, S.getCurFPFeatures().isFPConstrained(), in resolveDecl()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h595 FPOptions &getCurFPFeatures() { return CurFPFeatures; } in getCurFPFeatures() function