Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaLambda.cpp948 getCurFPFeatures().isFPConstrained(), in CreateLambdaCallOperator()
1694 S.getCurFPFeatures().isFPConstrained(), in addFunctionPointerConversion()
1745 S.getCurFPFeatures().isFPConstrained(), in addFunctionPointerConversion()
1816 S.getCurFPFeatures().isFPConstrained(), in addBlockPointerConversion()
H A DSemaRISCVVectorLookup.cpp432 SC_Extern, S.getCurFPFeatures().isFPConstrained(), in CreateRVVIntrinsicDecl()
H A DSemaDecl.cpp2442 getCurFPFeatures().isFPConstrained(), in CreateBuiltin()
9316 SemaRef.getCurFPFeatures().isFPConstrained(), isInline, HasPrototype, in CreateNewFunctionDecl()
9347 TInfo, ExplicitSpecifier, SemaRef.getCurFPFeatures().isFPConstrained(), in CreateNewFunctionDecl()
9358 SemaRef.getCurFPFeatures().isFPConstrained(), isInline, in CreateNewFunctionDecl()
9383 TInfo, SC, SemaRef.getCurFPFeatures().isFPConstrained(), isInline, in CreateNewFunctionDecl()
9401 TInfo, SemaRef.getCurFPFeatures().isFPConstrained(), isInline, in CreateNewFunctionDecl()
9431 TInfo, SC, SemaRef.getCurFPFeatures().isFPConstrained(), isInline, in CreateNewFunctionDecl()
9446 SemaRef.getCurFPFeatures().isFPConstrained(), isInline, in CreateNewFunctionDecl()
H A DSemaStmt.cpp395 if (getCurFPFeatures().isFPConstrained()) { in ActOnAfterCompoundStatementLeadingPragmas()
453 FPOptionsOverride FPDiff = getCurFPFeatures().getChangesFrom(FPO); in ActOnCompoundStmt()
H A DSemaDeclCXX.cpp13987 getCurFPFeatures().isFPConstrained(), in DeclareImplicitDefaultConstructor()
14108 BaseCtor->getExplicitSpecifier(), getCurFPFeatures().isFPConstrained(), in findInheritingConstructor()
14266 getCurFPFeatures().isFPConstrained(), in DeclareImplicitDestructor()
14908 getCurFPFeatures().isFPConstrained(), in DeclareImplicitCopyAssignment()
15258 getCurFPFeatures().isFPConstrained(), in DeclareImplicitMoveAssignment()
15654 ExplicitSpecifier(), getCurFPFeatures().isFPConstrained(), in DeclareImplicitCopyConstructor()
15796 ExplicitSpecifier(), getCurFPFeatures().isFPConstrained(), in DeclareImplicitMoveConstructor()
H A DSema.cpp2307 CompoundScopeInfo(IsStmtExpr, getCurFPFeatures())); in PushCompoundScope()
H A DSemaLookup.cpp878 S.getCurFPFeatures().isFPConstrained(), false, in InsertOCLBuiltinDeclarationsFromTable()
H A DSemaExprCXX.cpp3192 /*TInfo=*/nullptr, SC_None, getCurFPFeatures().isFPConstrained(), false, in DeclareGlobalAllocationFunction()
H A DSemaExpr.cpp6992 /*TInfo=*/nullptr, SC_Extern, Sema->getCurFPFeatures().isFPConstrained(), in rewriteBuiltinFunctionDecl()
21561 SC_None, S.getCurFPFeatures().isFPConstrained(), in resolveDecl()
H A DSemaTemplate.cpp11616 LPT->FPO = getCurFPFeatures(); in MarkAsLateParsedTemplate()
H A DSemaDeclAttr.cpp10010 getCurFPFeatures().isFPConstrained(), false /*isInlineSpecified*/, in DeclClonePragmaWeak()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h1689 FPOptions &getCurFPFeatures() { return CurFPFeatures; } in getCurFPFeatures() function