| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaARM.cpp | 549 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 D | CodeCompleteConsumer.cpp | 550 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 D | SemaFunctionEffects.cpp | 124 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 D | SemaExceptionSpec.cpp | 209 Sema::ResolveExceptionSpec(SourceLocation Loc, const FunctionProtoType *FPT) { in ResolveExceptionSpec()
|
| H A D | Sema.cpp | 2398 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 D | SemaExprMember.cpp | 845 if (auto *FPT = Ty->getAs<FunctionProtoType>()) { in BuildMemberExpr() local
|
| H A D | SemaDecl.cpp | 9868 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 D | SemaType.cpp | 1776 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 D | CodeGenTypes.cpp | 221 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 D | CGExprCXX.cpp | 57 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 D | CGCXXABI.cpp | 56 const FunctionProtoType *FPT = in EmitLoadOfMemberFunctionPointer() local
|
| H A D | CGVTables.cpp | 170 const FunctionProtoType *FPT = MD->getType()->castAs<FunctionProtoType>(); in GenerateVarArgsThunk() local 356 const FunctionProtoType *FPT = MD->getType()->castAs<FunctionProtoType>(); in EmitCallAndReturnForThunk() local
|
| H A D | MicrosoftCXXABI.cpp | 1360 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 D | CGCall.cpp | 197 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 D | CGClass.cpp | 2168 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 D | ItaniumCXXABI.cpp | 629 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 D | printflocal.h | 45 #define FPT 0x100 /* Floating point number */ macro
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | Comment.cpp | 366 if (const auto *FPT = dyn_cast<FunctionProtoType>(FTL.getTypePtr())) in fill() local
|
| H A D | MicrosoftMangle.cpp | 3001 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 D | DeclCXX.cpp | 2777 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 D | vfprintf.c | 156 #define FPT 0x100 /* Floating point number */ macro
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/ |
| H A D | XCore.cpp | 571 if (const FunctionProtoType *FPT = FT->getAs<FunctionProtoType>()) { in appendFunctionType() local
|
| /freebsd/contrib/llvm-project/clang/lib/Analysis/ |
| H A D | ExprMutationAnalyzer.cpp | 199 const auto *FPT = MPT ? cast<FunctionProtoType>(MPT->getPointeeType()) in AST_MATCHER() local
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | Decl.h | 2203 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 D | USRGeneration.cpp | 275 if (const auto *FPT = CanonicalType->getAs<FunctionProtoType>()) { in VisitFunctionDecl() local
|