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.cpp1011 getCurFPFeatures().isFPConstrained(), in CreateLambdaCallOperator()
1776 S.getCurFPFeatures().isFPConstrained(), in addFunctionPointerConversion()
1828 S.getCurFPFeatures().isFPConstrained(), in addFunctionPointerConversion()
1898 S.getCurFPFeatures().isFPConstrained(), in addBlockPointerConversion()
H A DSemaRISCV.cpp430 SC_Extern, S.getCurFPFeatures().isFPConstrained(), in CreateRVVIntrinsicDecl()
H A DSemaDecl.cpp2324 getCurFPFeatures().isFPConstrained(), /*isInlineSpecified=*/false, in CreateBuiltin()
9401 SemaRef.getCurFPFeatures().isFPConstrained(), isInline, HasPrototype, in CreateNewFunctionDecl()
9423 TInfo, ExplicitSpecifier, SemaRef.getCurFPFeatures().isFPConstrained(), in CreateNewFunctionDecl()
9434 SemaRef.getCurFPFeatures().isFPConstrained(), isInline, in CreateNewFunctionDecl()
9459 TInfo, SC, SemaRef.getCurFPFeatures().isFPConstrained(), isInline, in CreateNewFunctionDecl()
9477 TInfo, SemaRef.getCurFPFeatures().isFPConstrained(), isInline, in CreateNewFunctionDecl()
9504 TInfo, SC, SemaRef.getCurFPFeatures().isFPConstrained(), isInline, in CreateNewFunctionDecl()
9519 SemaRef.getCurFPFeatures().isFPConstrained(), isInline, in CreateNewFunctionDecl()
H A DSemaStmt.cpp431 if (getCurFPFeatures().isFPConstrained()) { in ActOnAfterCompoundStatementLeadingPragmas()
489 FPOptionsOverride FPDiff = getCurFPFeatures().getChangesFrom(FPO); in ActOnCompoundStmt()
H A DSemaDeclCXX.cpp14146 getCurFPFeatures().isFPConstrained(), in DeclareImplicitDefaultConstructor()
14271 BaseCtor->getExplicitSpecifier(), getCurFPFeatures().isFPConstrained(), in findInheritingConstructor()
14431 getCurFPFeatures().isFPConstrained(), in DeclareImplicitDestructor()
15069 getCurFPFeatures().isFPConstrained(), in DeclareImplicitCopyAssignment()
15421 getCurFPFeatures().isFPConstrained(), in DeclareImplicitMoveAssignment()
15821 ExplicitSpecifier(), getCurFPFeatures().isFPConstrained(), in DeclareImplicitCopyConstructor()
15965 ExplicitSpecifier(), getCurFPFeatures().isFPConstrained(), in DeclareImplicitMoveConstructor()
H A DSema.cpp2478 CompoundScopeInfo(IsStmtExpr, getCurFPFeatures())); in PushCompoundScope()
H A DSemaLookup.cpp883 S.getCurFPFeatures().isFPConstrained(), false, in InsertOCLBuiltinDeclarationsFromTable()
H A DSemaExprCXX.cpp3506 /*TInfo=*/nullptr, SC_None, getCurFPFeatures().isFPConstrained(), false, in DeclareGlobalAllocationFunction()
H A DSemaDeclAttr.cpp8089 getCurFPFeatures().isFPConstrained(), false /*isInlineSpecified*/, in DeclClonePragmaWeak()
H A DSemaExpr.cpp6344 /*TInfo=*/nullptr, SC_Extern, Sema->getCurFPFeatures().isFPConstrained(), in rewriteBuiltinFunctionDecl()
21055 SC_None, S.getCurFPFeatures().isFPConstrained(), in resolveDecl()
H A DSemaTemplate.cpp11376 LPT->FPO = getCurFPFeatures(); in MarkAsLateParsedTemplate()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h904 FPOptions &getCurFPFeatures() { return CurFPFeatures; } in getCurFPFeatures() function