Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaRISCVVectorLookup.cpp330 SC_Extern, S.getCurFPFeatures().isFPConstrained(), in CreateRVVIntrinsicDecl()
H A DSemaLambda.cpp393 MethodType, MethodTypeInfo, SC_None, getCurFPFeatures().isFPConstrained(), in startLambdaDefinition()
1449 S.getCurFPFeatures().isFPConstrained(), in addFunctionPointerConversion()
1491 S.getCurFPFeatures().isFPConstrained(), in addFunctionPointerConversion()
1560 S.getCurFPFeatures().isFPConstrained(), in addBlockPointerConversion()
H A DSemaDecl.cpp2314 getCurFPFeatures().isFPConstrained(), in CreateBuiltin()
8945 SemaRef.getCurFPFeatures().isFPConstrained(), isInline, HasPrototype, in CreateNewFunctionDecl()
8983 TInfo, ExplicitSpecifier, SemaRef.getCurFPFeatures().isFPConstrained(), in CreateNewFunctionDecl()
8994 SemaRef.getCurFPFeatures().isFPConstrained(), isInline, in CreateNewFunctionDecl()
9019 TInfo, SC, SemaRef.getCurFPFeatures().isFPConstrained(), isInline, in CreateNewFunctionDecl()
9037 TInfo, SemaRef.getCurFPFeatures().isFPConstrained(), isInline, in CreateNewFunctionDecl()
9067 TInfo, SC, SemaRef.getCurFPFeatures().isFPConstrained(), isInline, in CreateNewFunctionDecl()
9082 SemaRef.getCurFPFeatures().isFPConstrained(), isInline, in CreateNewFunctionDecl()
H A DSemaDeclCXX.cpp13439 getCurFPFeatures().isFPConstrained(), in DeclareImplicitDefaultConstructor()
13560 BaseCtor->getExplicitSpecifier(), getCurFPFeatures().isFPConstrained(), in findInheritingConstructor()
13718 getCurFPFeatures().isFPConstrained(), in DeclareImplicitDestructor()
14357 getCurFPFeatures().isFPConstrained(), in DeclareImplicitCopyAssignment()
14691 getCurFPFeatures().isFPConstrained(), in DeclareImplicitMoveAssignment()
15069 ExplicitSpecifier(), getCurFPFeatures().isFPConstrained(), in DeclareImplicitCopyConstructor()
15208 ExplicitSpecifier(), getCurFPFeatures().isFPConstrained(), in DeclareImplicitMoveConstructor()
H A DSemaStmt.cpp394 if (getCurFPFeatures().isFPConstrained()) { in ActOnAfterCompoundStatementLeadingPragmas()
452 FPOptionsOverride FPDiff = getCurFPFeatures().getChangesFrom(FPO); in ActOnCompoundStmt()
H A DSema.cpp2224 CompoundScopeInfo(IsStmtExpr, getCurFPFeatures())); in PushCompoundScope()
H A DSemaLookup.cpp863 S.getCurFPFeatures().isFPConstrained(), false, in InsertOCLBuiltinDeclarationsFromTable()
H A DSemaExprCXX.cpp3101 /*TInfo=*/nullptr, SC_None, getCurFPFeatures().isFPConstrained(), false, in DeclareGlobalAllocationFunction()
H A DSemaExpr.cpp6448 /*TInfo=*/nullptr, SC_Extern, Sema->getCurFPFeatures().isFPConstrained(), in rewriteBuiltinFunctionDecl()
20429 SC_None, S.getCurFPFeatures().isFPConstrained(), in resolveDecl()
H A DSemaDeclAttr.cpp9252 getCurFPFeatures().isFPConstrained(), false /*isInlineSpecified*/, in DeclClonePragmaWeak()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSema.h1620 FPOptions &getCurFPFeatures() { return CurFPFeatures; } in getCurFPFeatures() function