| /NextBSD/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/ |
| HD | CheckSecuritySyntaxOnly.cpp | 311 const FunctionProtoType *FPT = FD->getType()->getAs<FunctionProtoType>(); in checkCall_gets() local 347 const FunctionProtoType *FPT = FD->getType()->getAs<FunctionProtoType>(); in checkCall_getpw() local 391 const FunctionProtoType *FPT = FD->getType()->getAs<FunctionProtoType>(); in checkCall_mktemp() local 560 const FunctionProtoType *FPT = FD->getType()->getAs<FunctionProtoType>(); in checkCall_strCommon() local
|
| /NextBSD/contrib/llvm/tools/clang/lib/CodeGen/ |
| HD | CodeGenTypes.cpp | 230 if (const FunctionProtoType *FPT = dyn_cast<FunctionProtoType>(FT)) in isFuncTypeConvertible() local 491 if (const FunctionProtoType *FPT = dyn_cast<FunctionProtoType>(FT)) in ConvertType() local 516 if (const FunctionProtoType *FPT = dyn_cast<FunctionProtoType>(FT)) { in ConvertType() local
|
| HD | CGVTables.cpp | 146 const FunctionProtoType *FPT = MD->getType()->getAs<FunctionProtoType>(); in GenerateVarArgsThunk() local 215 const FunctionProtoType *FPT = MD->getType()->getAs<FunctionProtoType>(); in StartThunk() local 276 const FunctionProtoType *FPT = MD->getType()->getAs<FunctionProtoType>(); in EmitCallAndReturnForThunk() local
|
| HD | CGExprCXX.cpp | 55 const FunctionProtoType *FPT = MD->getType()->castAs<FunctionProtoType>(); in commonEmitCXXMemberOrOperatorCall() local 76 const FunctionProtoType *FPT = MD->getType()->castAs<FunctionProtoType>(); in EmitCXXMemberOrOperatorCall() local 295 const FunctionProtoType *FPT = in EmitCXXMemberPointerCallExpr() local 1134 const FunctionProtoType *FPT in Emit() local 1189 const FunctionProtoType *FPT in Emit() local
|
| HD | CGCXXABI.cpp | 80 const FunctionProtoType *FPT = in EmitLoadOfMemberFunctionPointer() local
|
| HD | MicrosoftCXXABI.cpp | 1206 const FunctionProtoType *FPT = CD->getType()->castAs<FunctionProtoType>(); in buildStructorSignature() local 1338 const FunctionProtoType *FPT = MD->getType()->castAs<FunctionProtoType>(); in addImplicitStructorParams() local 1424 const FunctionProtoType *FPT = D->getType()->castAs<FunctionProtoType>(); in addImplicitConstructorArgs() local 2609 const FunctionProtoType *FPT = MD->getType()->castAs<FunctionProtoType>(); in EmitMemberFunctionPointer() local 3145 const FunctionProtoType *FPT = in EmitLoadOfMemberFunctionPointer() local 3805 const auto *FPT = CD->getType()->castAs<FunctionProtoType>(); in getAddrOfCXXCtorClosure() local
|
| HD | CGClass.cpp | 1811 const FunctionProtoType *FPT = D->getType()->castAs<FunctionProtoType>(); in EmitCXXConstructorCall() local 1842 const FunctionProtoType *FPT = D->getType()->castAs<FunctionProtoType>(); in EmitSynthesizedCXXCopyCtorCall() local 2375 const FunctionProtoType *FPT = in EmitForwardingCallToLambda() local
|
| HD | CGCall.cpp | 239 CanQual<FunctionProtoType> FPT = GetFormalType(D); in arrangeCXXConstructorCall() local 447 const FunctionProtoType *FPT, in arrangeCXXMethodCall() 1369 const FunctionProtoType *FPT = MD->getType()->getAs<FunctionProtoType>(); in GetFunctionTypeForVTable() local 1409 const FunctionProtoType *FPT = Fn->getType()->getAs<FunctionProtoType>(); in ConstructAttributeList() local
|
| HD | CGDebugInfo.cpp | 792 else if (const FunctionProtoType *FPT = dyn_cast<FunctionProtoType>(Ty)) { in CreateType() local 1894 const FunctionProtoType *FPT = in CreateType() local 2520 if (const FunctionProtoType *FPT = dyn_cast<FunctionProtoType>(FnType)) in getOrCreateFunctionType() local
|
| HD | ItaniumCXXABI.cpp | 411 const FunctionProtoType *FPT = in EmitLoadOfMemberFunctionPointer() local 701 const FunctionProtoType *FPT = MD->getType()->castAs<FunctionProtoType>(); in BuildMemberPointer() local
|
| HD | CGException.cpp | 1322 const auto *FPT = cast<FunctionProtoType>( in Emit() local
|
| /NextBSD/lib/libc/stdio/ |
| HD | printflocal.h | 45 #define FPT 0x100 /* Floating point number */ macro
|
| /NextBSD/contrib/llvm/tools/clang/lib/Sema/ |
| HD | SemaExceptionSpec.cpp | 141 Sema::ResolveExceptionSpec(SourceLocation Loc, const FunctionProtoType *FPT) { in ResolveExceptionSpec()
|
| HD | Sema.cpp | 1358 if (const FunctionProtoType *FPT = in tryExprAsCall() local
|
| HD | SemaLambda.cpp | 365 const FunctionProtoType *FPT = MethodType->castAs<FunctionProtoType>(); in startLambdaDefinition() local
|
| HD | SemaDecl.cpp | 7403 const FunctionProtoType *FPT = in ActOnFunctionDeclarator() local 7521 const FunctionProtoType *FPT = R->getAs<FunctionProtoType>(); in ActOnFunctionDeclarator() local 8162 const FunctionProtoType *FPT = in CheckFunctionDeclaration() local 10637 if (const FunctionProtoType *FPT = FD->getType()->getAs<FunctionProtoType>()) in ActOnStartOfFunctionDef() local
|
| HD | SemaTemplate.cpp | 6821 const FunctionProtoType *FPT = FT->castAs<FunctionProtoType>(); in CheckFunctionTemplateSpecialization() local 7839 if (auto *FPT = R->getAs<FunctionProtoType>()) in ActOnExplicitInstantiation() local
|
| HD | SemaStmt.cpp | 2774 const FunctionProtoType *FPT = in hasDeducedReturnType() local
|
| /NextBSD/contrib/llvm/tools/clang/lib/AST/ |
| HD | Type.cpp | 3202 const FunctionProtoType *FPT = cast<FunctionProtoType>(T); in computeCachedProperties() local 3286 const FunctionProtoType *FPT = cast<FunctionProtoType>(T); in computeLinkageInfo() local
|
| HD | Decl.cpp | 2508 const FunctionProtoType *FPT = getType()->castAs<FunctionProtoType>(); in isReplaceableGlobalAllocationFunction() local 2652 const FunctionProtoType *FPT = getType()->getAs<FunctionProtoType>(); in getNumParams() local
|
| HD | ASTContext.cpp | 2166 const FunctionProtoType *FPT = cast<FunctionProtoType>(T); in adjustFunctionType() local 2179 const FunctionProtoType *FPT = FD->getType()->castAs<FunctionProtoType>(); in adjustDeducedFunctionResultType() local 5638 if (const FunctionProtoType *FPT = dyn_cast<FunctionProtoType>(FT)) { in getObjCEncodingForTypeImpl() local 7761 if (const FunctionProtoType *FPT = cast<FunctionProtoType>(F)) { in mergeObjCGCQualifiers() local
|
| HD | ASTDumper.cpp | 1105 if (const FunctionProtoType *FPT = D->getType()->getAs<FunctionProtoType>()) { in VisitFunctionDecl() local
|
| HD | MicrosoftMangle.cpp | 1959 if (const FunctionProtoType *FPT = PointeeType->getAs<FunctionProtoType>()) { in mangleType() local
|
| HD | ItaniumMangle.cpp | 2146 if (const FunctionProtoType *FPT = dyn_cast<FunctionProtoType>(PointeeType)) { in mangleType() local
|
| /NextBSD/contrib/llvm/tools/clang/lib/Serialization/ |
| HD | ASTReaderDecl.cpp | 2961 auto *FPT = FD->getType()->getAs<FunctionProtoType>(); in attachPreviousDeclImpl() local 3867 auto *FPT = FD->getType()->castAs<FunctionProtoType>(); in UpdateDecl() local
|