Home
last modified time | relevance | path

Searched defs:FPT (Results 1 – 25 of 54) sorted by relevance

123

/llvm-project/compiler-rt/test/profile/
H A Dinstrprof-thinlto-indirect-call-promotion.cpp81 typedef void (*FPT)(); typedef
H A Dinstrprof-value-prof-reset.c25 typedef void (*FPT)(void); typedef
/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCheckSecuritySyntaxOnly.cpp351 const FunctionProtoType *FPT = FD->getType()->getAs<FunctionProtoType>(); in checkCall_bcmp() local
393 const FunctionProtoType *FPT = FD->getType()->getAs<FunctionProtoType>(); in checkCall_bcopy() local
436 const FunctionProtoType *FPT = FD->getType()->getAs<FunctionProtoType>(); in checkCall_bzero() local
478 const FunctionProtoType *FPT = FD->getType()->getAs<FunctionProtoType>(); in checkCall_gets() local
514 const FunctionProtoType *FPT = FD->getType()->getAs<FunctionProtoType>(); in checkCall_getpw() local
558 const FunctionProtoType *FPT = FD->getType()->getAs<FunctionProtoType>(); in checkCall_mktemp() local
823 const FunctionProtoType *FPT = FD->getType()->getAs<FunctionProtoType>(); in checkCall_strCommon() local
/llvm-project/compiler-rt/test/profile/Inputs/
H A Dinstrprof-value-prof-evict.c47 typedef void (*FPT)(void); typedef
H A Dinstrprof-value-prof-real.c27 typedef void (*FPT)(void); typedef
/llvm-project/clang-tools-extra/clang-tidy/misc/
H A DNewDeleteOverloadsCheck.cpp53 const auto *FPT = Node.getType()->castAs<FunctionProtoType>(); in AST_MATCHER() local
/llvm-project/clang/lib/CodeGen/
H A DCodeGenTypes.cpp156 if (const FunctionProtoType *FPT = dyn_cast<FunctionProtoType>(FT)) isFuncTypeConvertible() local
250 if (const FunctionProtoType *FPT = dyn_cast<FunctionProtoType>(FT)) ConvertFunctionTypeInternal() local
264 if (const FunctionProtoType *FPT = dyn_cast<FunctionProtoType>(FT)) { ConvertFunctionTypeInternal() local
H A DCGExprCXX.cpp57 const FunctionProtoType *FPT = MD->getType()->castAs<FunctionProtoType>(); in commonEmitCXXMemberOrOperatorCall() local
90 const FunctionProtoType *FPT = MD->getType()->castAs<FunctionProtoType>(); in EmitCXXMemberOrOperatorCall() local
450 const auto *FPT = MPT->getPointeeType()->castAs<FunctionProtoType>(); EmitCXXMemberPointerCallExpr() local
1386 const FunctionProtoType *FPT = FD->getType()->castAs<FunctionProtoType>(); getUsualDeleteParams() local
1461 const auto *FPT = OperatorDelete->getType()->castAs<FunctionProtoType>(); Emit() local
[all...]
H A DCGCXXABI.cpp57 const FunctionProtoType *FPT = in EmitLoadOfMemberFunctionPointer() local
H A DCGVTables.cpp170 QualType ResultType = FPT->getReturnType(); in GenerateVarArgsThunk() local
356 const FunctionProtoType *FPT = MD->getType()->castAs<FunctionProtoType>(); EmitCallAndReturnForThunk() local
H A DMicrosoftCXXABI.cpp1363 const FunctionProtoType *FPT = CD->getType()->castAs<FunctionProtoType>(); buildStructorSignature() local
1552 const FunctionProtoType *FPT = MD->getType()->castAs<FunctionProtoType>(); addImplicitStructorParams() local
1637 const FunctionProtoType *FPT = D->getType()->castAs<FunctionProtoType>(); getImplicitConstructorArgs() local
2979 const FunctionProtoType *FPT = MD->getType()->castAs<FunctionProtoType>(); EmitMemberFunctionPointer() local
3519 const FunctionProtoType *FPT = EmitLoadOfMemberFunctionPointer() local
4159 const auto *FPT = CD->getType()->castAs<FunctionProtoType>(); getAddrOfCXXCtorClosure() local
[all...]
H A DCGCall.cpp158 CanQual<FunctionProtoType> FPT) { in appendParameterTypes() argument
433 CanQual<FunctionProtoType> FPT = GetFormalType(D); arrangeCXXConstructorCall() local
1761 const FunctionProtoType *FPT = MD->getType()->castAs<FunctionProtoType>(); GetFunctionTypeForVTable() local
1771 AddAttributesFromFunctionProtoType(ASTContext & Ctx,llvm::AttrBuilder & FuncAttrs,const FunctionProtoType * FPT) AddAttributesFromFunctionProtoType() argument
4494 const auto *FPT = Prototype.P.get<const FunctionProtoType *>(); EmitCallArgs() local
[all...]
H A DCGClass.cpp2158 const FunctionProtoType *FPT = D->getType()->castAs<FunctionProtoType>(); in EmitCXXConstructorCall() local
2396 const FunctionProtoType *FPT = D->getType()->castAs<FunctionProtoType>(); EmitSynthesizedCXXCopyCtorCall() local
2973 const FunctionProtoType *FPT = EmitForwardingCallToLambda() local
/llvm-project/clang/lib/Sema/
H A DCodeCompleteConsumer.cpp554 if (const auto *FPT = dyn_cast<FunctionProtoType>(FT)) getNumParams() local
583 if (const auto *FPT = dyn_cast<FunctionProtoType>(FT)) getParamType() local
H A DSemaARM.cpp551 if (const auto *FPT = Ty->getAs<FunctionProtoType>()) { getArmStreamingFnType() local
1220 checkNewAttrMutualExclusion(Sema & S,const ParsedAttr & AL,const FunctionProtoType * FPT,FunctionType::ArmStateValue CurrentState,StringRef StateName) checkNewAttrMutualExclusion() argument
1277 if (auto *FPT = dyn_cast<FunctionProtoType>(D->getFunctionType())) { handleNewAttr() local
[all...]
H A DSemaExceptionSpec.cpp207 if (FPT->getExceptionSpecType() == EST_Unparsed) { in ResolveExceptionSpec() argument
H A DSema.cpp2230 auto *FPT = DD->getType()->castAs<FunctionProtoType>(); checkEscapingByref() local
2555 if (const auto *FPT = dyn_cast_if_present<FunctionProtoType>(FunTy)) { tryExprAsCall() local
/llvm-project/clang/lib/AST/
H A DComment.cpp359 if (const auto *FPT = dyn_cast<FunctionProtoType>(FTL.getTypePtr())) in fill() local
H A DDeclCXX.cpp2539 getThisObjectType(ASTContext & C,const FunctionProtoType * FPT,const CXXRecordDecl * Decl) getThisObjectType() argument
2545 getThisType(const FunctionProtoType * FPT,const CXXRecordDecl * Decl) getThisType() argument
2580 const FunctionProtoType *FPT = getType()->castAs<FunctionProtoType>(); getFunctionObjectParameterReferenceType() local
/llvm-project/clang-tools-extra/clang-tidy/utils/
H A DExceptionAnalyzer.cpp473 if (const auto *FPT = Func->getType()->getAs<FunctionProtoType>()) { throwsException() local
/llvm-project/clang/unittests/AST/
H A DDeclTest.cpp396 const auto *FPT = f->getType()->getAs<FunctionNoProtoType>(); in TEST() local
/llvm-project/clang/lib/CodeGen/Targets/
H A DXCore.cpp571 if (const FunctionProtoType *FPT = FT->getAs<FunctionProtoType>()) { in appendFunctionType() local
/llvm-project/clang/lib/Analysis/
H A DExprMutationAnalyzer.cpp143 const auto *FPT = MPT ? cast<FunctionProtoType>(MPT->getPointeeType()) AST_MATCHER() local
/llvm-project/clang/include/clang/AST/
H A DDecl.h2195 const auto *FPT = getType()->getAs<FunctionProtoType>(); getEllipsisLoc() local
2783 const auto *FPT = T->getAs<FunctionProtoType>(); getExceptionSpecType() local
3049 if (const auto *FPT = getFunctionEffects() local
4685 if (const auto *FPT = TSI->getType()->getAs<FunctionProtoType>()) getFunctionEffects() local
[all...]
/llvm-project/clang-tools-extra/clangd/
H A DInlayHints.cpp503 if (auto *FPT = VisitFunctionDecl() local

123