Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaARM.cpp549 if (const auto *FPT = Ty->getAs<FunctionProtoType>()) { in getArmStreamingFnType() local
1212 Sema &S, const ParsedAttr &AL, const FunctionProtoType *FPT, in checkNewAttrMutualExclusion()
1269 if (auto *FPT = dyn_cast<FunctionProtoType>(D->getFunctionType())) { in handleNewAttr() local
1366 if (const auto *FPT = FD->getType()->getAs<FunctionProtoType>()) { in CheckSMEFunctionDefAttributes() local
1385 if (const auto *FPT = FD->getType()->getAs<FunctionProtoType>()) { in CheckSMEFunctionDefAttributes() local
H A DCodeCompleteConsumer.cpp550 if (const auto *FPT = dyn_cast<FunctionProtoType>(FT)) in getNumParams() local
579 if (const auto *FPT = dyn_cast<FunctionProtoType>(FT)) in getParamType() local
H A DSemaFunctionEffects.cpp124 const auto *FPT = FD->getType()->getAs<FunctionProtoType>(); in isNoexcept() local
628 auto *FPT = TSI->getType()->castAs<FunctionProtoType>(); in verifyDecl() local
1003 if (const FunctionProtoType *FPT = TL.getTypePtr()) in run() local
H A DSemaExceptionSpec.cpp209 Sema::ResolveExceptionSpec(SourceLocation Loc, const FunctionProtoType *FPT) { in ResolveExceptionSpec()
H A DSema.cpp2398 auto *FPT = DD->getType()->castAs<FunctionProtoType>(); in checkEscapingByref() local
2725 if (const auto *FPT = dyn_cast_if_present<FunctionProtoType>(FunTy)) { in tryExprAsCall() local
H A DSemaExprMember.cpp845 if (auto *FPT = Ty->getAs<FunctionProtoType>()) { in BuildMemberExpr() local
H A DSemaDecl.cpp9868 const auto *FPT = FD->getType()->castAs<FunctionProtoType>(); in isStdBuiltin() local
10317 const FunctionProtoType *FPT = R->getAs<FunctionProtoType>(); in ActOnFunctionDeclarator() local
12131 const FunctionProtoType *FPT = in CheckFunctionDeclaration() local
12155 const FunctionProtoType *FPT = in CheckFunctionDeclaration() local
12374 if (auto *FPT = T->getAs<FunctionProtoType>()) in CheckFunctionDeclaration() local
12380 auto *FPT = NewFD->getType()->castAs<FunctionProtoType>(); in CheckFunctionDeclaration() local
16046 if (const FunctionProtoType *FPT = FD->getType()->getAs<FunctionProtoType>()) in ActOnStartOfFunctionDef() local
17067 const auto *FPT = FD->getType()->getAs<FunctionProtoType>(); in AddKnownFunctionAttributes() local
H A DSemaType.cpp1776 const FunctionProtoType *FPT = T->getAs<FunctionProtoType>(); in checkQualifiedFunction() local
1788 const FunctionProtoType *FPT = T->getAs<FunctionProtoType>(); in CheckQualifiedFunctionForTypeId() local
7613 auto *FPT = Unwrapped.get()->getAs<FunctionProtoType>(); in handleNonBlockingNonAllocatingTypeAttr() local
7829 const auto *FPT = unwrapped.get()->getAs<FunctionProtoType>(); in handleFunctionTypeAttr() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenTypes.cpp221 if (const FunctionProtoType *FPT = dyn_cast<FunctionProtoType>(FT)) in isFuncTypeConvertible() local
315 if (const FunctionProtoType *FPT = dyn_cast<FunctionProtoType>(FT)) in ConvertFunctionTypeInternal() local
329 if (const FunctionProtoType *FPT = dyn_cast<FunctionProtoType>(FT)) { in 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
454 const auto *FPT = MPT->getPointeeType()->castAs<FunctionProtoType>(); in EmitCXXMemberPointerCallExpr() local
1392 const FunctionProtoType *FPT = FD->getType()->castAs<FunctionProtoType>(); in getUsualDeleteParams() local
1481 const auto *FPT = OperatorDelete->getType()->castAs<FunctionProtoType>(); in Emit() local
H A DCGCXXABI.cpp56 const FunctionProtoType *FPT = in EmitLoadOfMemberFunctionPointer() local
H A DCGVTables.cpp170 const FunctionProtoType *FPT = MD->getType()->castAs<FunctionProtoType>(); in GenerateVarArgsThunk() local
356 const FunctionProtoType *FPT = MD->getType()->castAs<FunctionProtoType>(); in EmitCallAndReturnForThunk() local
H A DMicrosoftCXXABI.cpp1360 const FunctionProtoType *FPT = CD->getType()->castAs<FunctionProtoType>(); in buildStructorSignature() local
1549 const FunctionProtoType *FPT = MD->getType()->castAs<FunctionProtoType>(); in addImplicitStructorParams() local
1634 const FunctionProtoType *FPT = D->getType()->castAs<FunctionProtoType>(); in getImplicitConstructorArgs() local
2971 const FunctionProtoType *FPT = MD->getType()->castAs<FunctionProtoType>(); in EmitMemberFunctionPointer() local
3512 const FunctionProtoType *FPT = in EmitLoadOfMemberFunctionPointer() local
4152 const auto *FPT = CD->getType()->castAs<FunctionProtoType>(); in getAddrOfCXXCtorClosure() local
H A DCGCall.cpp197 CanQual<FunctionProtoType> FPT) { in appendParameterTypes()
494 CanQual<FunctionProtoType> FPT = GetFormalType(D); in arrangeCXXConstructorCall() local
1830 const FunctionProtoType *FPT = MD->getType()->castAs<FunctionProtoType>(); in GetFunctionTypeForVTable() local
1840 const FunctionProtoType *FPT) { in AddAttributesFromFunctionProtoType()
4652 const auto *FPT = cast<const FunctionProtoType *>(Prototype.P); in EmitCallArgs() local
H A DCGClass.cpp2168 const FunctionProtoType *FPT = D->getType()->castAs<FunctionProtoType>(); in EmitCXXConstructorCall() local
2402 const FunctionProtoType *FPT = D->getType()->castAs<FunctionProtoType>(); in EmitSynthesizedCXXCopyCtorCall() local
2996 const FunctionProtoType *FPT = in EmitForwardingCallToLambda() local
H A DItaniumCXXABI.cpp629 const FunctionProtoType *FPT = in EmitLoadOfMemberFunctionPointer() local
1205 const FunctionProtoType *FPT = MD->getType()->castAs<FunctionProtoType>(); in BuildMemberPointer() local
3419 const FunctionProtoType *FPT = MD->getType()->getAs<FunctionProtoType>(); in getOrCreateVirtualFunctionPointerThunk() local
/freebsd/lib/libc/stdio/
H A Dprintflocal.h45 #define FPT 0x100 /* Floating point number */ macro
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DComment.cpp366 if (const auto *FPT = dyn_cast<FunctionProtoType>(FTL.getTypePtr())) in fill() local
H A DMicrosoftMangle.cpp3001 const FunctionProtoType *FPT = D->getPrimaryTemplate() in mangleFunctionType() local
3359 if (const FunctionProtoType *FPT = PointeeType->getAs<FunctionProtoType>()) { in mangleType() local
4357 if (const FunctionProtoType *FPT = PointeeType->getAs<FunctionProtoType>()) { in mangleAutoReturnType() local
4377 if (const FunctionProtoType *FPT = PointeeType->getAs<FunctionProtoType>()) { in mangleAutoReturnType() local
H A DDeclCXX.cpp2777 static QualType getThisObjectType(ASTContext &C, const FunctionProtoType *FPT, in getThisObjectType()
2783 QualType CXXMethodDecl::getThisType(const FunctionProtoType *FPT, in getThisType()
2818 const FunctionProtoType *FPT = getType()->castAs<FunctionProtoType>(); in getFunctionObjectParameterReferenceType() local
/freebsd/contrib/sendmail/libsm/
H A Dvfprintf.c156 #define FPT 0x100 /* Floating point number */ macro
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DXCore.cpp571 if (const FunctionProtoType *FPT = FT->getAs<FunctionProtoType>()) { in appendFunctionType() local
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DExprMutationAnalyzer.cpp199 const auto *FPT = MPT ? cast<FunctionProtoType>(MPT->getPointeeType()) in AST_MATCHER() local
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h2203 const auto *FPT = getType()->getAs<FunctionProtoType>(); in getEllipsisLoc() local
2845 const auto *FPT = T->getAs<FunctionProtoType>(); in getExceptionSpecType() local
3111 if (const auto *FPT = in getFunctionEffects() local
4759 if (const auto *FPT = TSI->getType()->getAs<FunctionProtoType>()) in getFunctionEffects() local
/freebsd/contrib/llvm-project/clang/lib/Index/
H A DUSRGeneration.cpp275 if (const auto *FPT = CanonicalType->getAs<FunctionProtoType>()) { in VisitFunctionDecl() local

12