Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenTypes.cpp212 if (const FunctionProtoType *FPT = dyn_cast<FunctionProtoType>(FT)) in isFuncTypeConvertible() local
306 if (const FunctionProtoType *FPT = dyn_cast<FunctionProtoType>(FT)) in ConvertFunctionTypeInternal() local
320 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
450 const auto *FPT = MPT->getPointeeType()->castAs<FunctionProtoType>(); in EmitCXXMemberPointerCallExpr() local
1386 const FunctionProtoType *FPT = FD->getType()->castAs<FunctionProtoType>(); in getUsualDeleteParams() local
1461 const auto *FPT = OperatorDelete->getType()->castAs<FunctionProtoType>(); in Emit() local
H A DCGCXXABI.cpp57 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.cpp1363 const FunctionProtoType *FPT = CD->getType()->castAs<FunctionProtoType>(); in buildStructorSignature() local
1552 const FunctionProtoType *FPT = MD->getType()->castAs<FunctionProtoType>(); in addImplicitStructorParams() local
1637 const FunctionProtoType *FPT = D->getType()->castAs<FunctionProtoType>(); in getImplicitConstructorArgs() local
2979 const FunctionProtoType *FPT = MD->getType()->castAs<FunctionProtoType>(); in EmitMemberFunctionPointer() local
3519 const FunctionProtoType *FPT = in EmitLoadOfMemberFunctionPointer() local
4159 const auto *FPT = CD->getType()->castAs<FunctionProtoType>(); in getAddrOfCXXCtorClosure() local
H A DCGCall.cpp158 CanQual<FunctionProtoType> FPT) { in appendParameterTypes()
433 CanQual<FunctionProtoType> FPT = GetFormalType(D); in arrangeCXXConstructorCall() local
1735 const FunctionProtoType *FPT = MD->getType()->castAs<FunctionProtoType>(); in GetFunctionTypeForVTable() local
1745 const FunctionProtoType *FPT) { in AddAttributesFromFunctionProtoType()
4477 const auto *FPT = Prototype.P.get<const FunctionProtoType *>(); in EmitCallArgs() local
H A DCGClass.cpp2159 const FunctionProtoType *FPT = D->getType()->castAs<FunctionProtoType>(); in EmitCXXConstructorCall() local
2397 const FunctionProtoType *FPT = D->getType()->castAs<FunctionProtoType>(); in EmitSynthesizedCXXCopyCtorCall() local
2974 const FunctionProtoType *FPT = in EmitForwardingCallToLambda() local
H A DItaniumCXXABI.cpp633 const FunctionProtoType *FPT = in EmitLoadOfMemberFunctionPointer() local
1194 const FunctionProtoType *FPT = MD->getType()->castAs<FunctionProtoType>(); in BuildMemberPointer() local
3386 const FunctionProtoType *FPT = MD->getType()->getAs<FunctionProtoType>(); in getOrCreateVirtualFunctionPointerThunk() local
H A DCGDebugInfo.cpp1572 const auto *FPT = dyn_cast<FunctionProtoType>(Ty); in CreateType() local
3446 const FunctionProtoType *FPT = in CreateType() local
4313 else if (auto *FPT = dyn_cast<FunctionProtoType>(FnType)) in getOrCreateFunctionType() local
4340 if (const auto *FPT = dyn_cast<FunctionProtoType>(FnType)) in getOrCreateFunctionType() local
/freebsd/lib/libc/stdio/
H A Dprintflocal.h45 #define FPT 0x100 /* Floating point number */ macro
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DCodeCompleteConsumer.cpp554 if (const auto *FPT = dyn_cast<FunctionProtoType>(FT)) in getNumParams() local
583 if (const auto *FPT = dyn_cast<FunctionProtoType>(FT)) in getParamType() local
H A DSemaARM.cpp551 if (const auto *FPT = Ty->getAs<FunctionProtoType>()) { in getArmStreamingFnType() local
1220 Sema &S, const ParsedAttr &AL, const FunctionProtoType *FPT, in checkNewAttrMutualExclusion()
1277 if (auto *FPT = dyn_cast<FunctionProtoType>(D->getFunctionType())) { in handleNewAttr() local
H A DSemaExceptionSpec.cpp207 Sema::ResolveExceptionSpec(SourceLocation Loc, const FunctionProtoType *FPT) { in ResolveExceptionSpec()
H A DSema.cpp2232 auto *FPT = DD->getType()->castAs<FunctionProtoType>(); in checkEscapingByref() local
2557 if (const auto *FPT = dyn_cast_if_present<FunctionProtoType>(FunTy)) { in tryExprAsCall() local
H A DSemaDecl.cpp9655 const auto *FPT = FD->getType()->castAs<FunctionProtoType>(); in isStdBuiltin() local
10107 const FunctionProtoType *FPT = R->getAs<FunctionProtoType>(); in ActOnFunctionDeclarator() local
11897 const FunctionProtoType *FPT = in CheckFunctionDeclaration() local
11921 const FunctionProtoType *FPT = in CheckFunctionDeclaration() local
12137 if (auto *FPT = T->getAs<FunctionProtoType>()) in CheckFunctionDeclaration() local
12143 auto *FPT = NewFD->getType()->castAs<FunctionProtoType>(); in CheckFunctionDeclaration() local
12178 if (const auto *FPT = NewFD->getType()->getAs<FunctionProtoType>()) { in CheckFunctionDeclaration() local
15610 if (const FunctionProtoType *FPT = FD->getType()->getAs<FunctionProtoType>()) in ActOnStartOfFunctionDef() local
16602 const auto *FPT = FD->getType()->getAs<FunctionProtoType>(); in AddKnownFunctionAttributes() local
H A DSemaExprMember.cpp951 if (auto *FPT = Ty->getAs<FunctionProtoType>()) { in BuildMemberExpr() local
H A DSemaLambda.cpp374 const FunctionProtoType *FPT = MethodType->castAs<FunctionProtoType>(); in buildTypeForLambdaCallOperator() 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.cpp143 const auto *FPT = MPT ? cast<FunctionProtoType>(MPT->getPointeeType()) in AST_MATCHER() local
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h2156 const auto *FPT = getType()->getAs<FunctionProtoType>(); in getEllipsisLoc() local
2744 const auto *FPT = T->getAs<FunctionProtoType>(); in getExceptionSpecType() local
3010 if (const auto *FPT = in getFunctionEffects() local
4646 if (const auto *FPT = TSI->getType()->getAs<FunctionProtoType>()) in getFunctionEffects() local
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclCXX.cpp2578 static QualType getThisObjectType(ASTContext &C, const FunctionProtoType *FPT, in getThisObjectType()
2584 QualType CXXMethodDecl::getThisType(const FunctionProtoType *FPT, in getThisType()
2619 const FunctionProtoType *FPT = getType()->castAs<FunctionProtoType>(); in getFunctionObjectParameterReferenceType() local
H A DDecl.cpp3375 const auto *FPT = getType()->castAs<FunctionProtoType>(); in isReplaceableGlobalAllocationFunction() local
3685 const auto *FPT = getType()->getAs<FunctionProtoType>(); in getNumParams() local
5759 if (const auto *FPT = Ty->getAs<FunctionProtoType>()) in IsArmStreamingFunction() local
H A DASTContext.cpp3254 if (const auto *FPT = dyn_cast<FunctionProtoType>(FuncType)) { in encodeTypeForFunctionPointerAuth() local
3504 const auto *FPT = cast<FunctionProtoType>(T); in adjustFunctionType() local
3517 const auto *FPT = FD->getType()->castAs<FunctionProtoType>(); in adjustDeducedFunctionResultType() local
4794 if (FunctionProtoType *FPT = in getFunctionTypeInternal() local
8843 if (const auto *FPT = dyn_cast<FunctionProtoType>(FT)) { in getObjCEncodingForTypeImpl() local
11432 if (const auto *FPT = cast<FunctionProtoType>(F)) { in mergeObjCGCQualifiers() local
/freebsd/contrib/llvm-project/clang/lib/Index/
H A DUSRGeneration.cpp280 if (const auto *FPT = CanonicalType->getAs<FunctionProtoType>()) { in VisitFunctionDecl() local

12