Home
last modified time | relevance | path

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

12

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DCheckSecuritySyntaxOnly.cpp353 const FunctionProtoType *FPT = FD->getType()->getAs<FunctionProtoType>(); in checkCall_bcmp() local
395 const FunctionProtoType *FPT = FD->getType()->getAs<FunctionProtoType>(); in checkCall_bcopy() local
438 const FunctionProtoType *FPT = FD->getType()->getAs<FunctionProtoType>(); in checkCall_bzero() local
480 const FunctionProtoType *FPT = FD->getType()->getAs<FunctionProtoType>(); in checkCall_gets() local
516 const FunctionProtoType *FPT = FD->getType()->getAs<FunctionProtoType>(); in checkCall_getpw() local
560 const FunctionProtoType *FPT = FD->getType()->getAs<FunctionProtoType>(); in checkCall_mktemp() local
826 const FunctionProtoType *FPT = FD->getType()->getAs<FunctionProtoType>(); in checkCall_strCommon() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenTypes.cpp244 if (const FunctionProtoType *FPT = dyn_cast<FunctionProtoType>(FT)) in isFuncTypeConvertible() local
339 if (const FunctionProtoType *FPT = dyn_cast<FunctionProtoType>(FT)) in ConvertFunctionTypeInternal() local
361 if (const FunctionProtoType *FPT = dyn_cast<FunctionProtoType>(FT)) { in ConvertFunctionTypeInternal() local
H A DCGExprCXX.cpp55 const FunctionProtoType *FPT = MD->getType()->castAs<FunctionProtoType>(); in commonEmitCXXMemberOrOperatorCall() local
83 const FunctionProtoType *FPT = MD->getType()->castAs<FunctionProtoType>(); in EmitCXXMemberOrOperatorCall() local
439 const auto *FPT = MPT->getPointeeType()->castAs<FunctionProtoType>(); in EmitCXXMemberPointerCallExpr() local
1362 const FunctionProtoType *FPT = FD->getType()->castAs<FunctionProtoType>(); in getUsualDeleteParams() local
1436 const auto *FPT = OperatorDelete->getType()->castAs<FunctionProtoType>(); in Emit() local
H A DCGVTables.cpp161 const FunctionProtoType *FPT = MD->getType()->castAs<FunctionProtoType>(); in GenerateVarArgsThunk() local
339 const FunctionProtoType *FPT = MD->getType()->castAs<FunctionProtoType>(); in EmitCallAndReturnForThunk() local
H A DCGCXXABI.cpp48 const FunctionProtoType *FPT = in EmitLoadOfMemberFunctionPointer() local
H A DMicrosoftCXXABI.cpp1312 const FunctionProtoType *FPT = CD->getType()->castAs<FunctionProtoType>(); in buildStructorSignature() local
1502 const FunctionProtoType *FPT = MD->getType()->castAs<FunctionProtoType>(); in addImplicitStructorParams() local
1595 const FunctionProtoType *FPT = D->getType()->castAs<FunctionProtoType>(); in getImplicitConstructorArgs() local
2851 const FunctionProtoType *FPT = MD->getType()->castAs<FunctionProtoType>(); in EmitMemberFunctionPointer() local
3405 const FunctionProtoType *FPT = in EmitLoadOfMemberFunctionPointer() local
4051 const auto *FPT = CD->getType()->castAs<FunctionProtoType>(); in getAddrOfCXXCtorClosure() local
H A DCGCall.cpp148 CanQual<FunctionProtoType> FPT) { in appendParameterTypes()
407 CanQual<FunctionProtoType> FPT = GetFormalType(D); in arrangeCXXConstructorCall() local
1716 const FunctionProtoType *FPT = MD->getType()->getAs<FunctionProtoType>(); in GetFunctionTypeForVTable() local
1726 const FunctionProtoType *FPT) { in AddAttributesFromFunctionProtoType()
4084 const auto *FPT = Prototype.P.get<const FunctionProtoType *>(); in EmitCallArgs() local
H A DCGClass.cpp2092 const FunctionProtoType *FPT = D->getType()->castAs<FunctionProtoType>(); in EmitCXXConstructorCall() local
2329 const FunctionProtoType *FPT = D->getType()->castAs<FunctionProtoType>(); in EmitSynthesizedCXXCopyCtorCall() local
2877 const FunctionProtoType *FPT = in EmitForwardingCallToLambda() local
H A DCGDebugInfo.cpp1333 else if (const auto *FPT = dyn_cast<FunctionProtoType>(Ty)) { in CreateType() local
3028 const FunctionProtoType *FPT = in CreateType() local
3842 else if (auto *FPT = dyn_cast<FunctionProtoType>(FnType)) in getOrCreateFunctionType() local
3869 if (const auto *FPT = dyn_cast<FunctionProtoType>(FnType)) in getOrCreateFunctionType() local
H A DItaniumCXXABI.cpp628 const FunctionProtoType *FPT = in EmitLoadOfMemberFunctionPointer() local
1066 const FunctionProtoType *FPT = MD->getType()->castAs<FunctionProtoType>(); in BuildMemberPointer() local
/netbsd-src/sys/external/bsd/compiler_rt/dist/test/profile/Inputs/
H A Dinstrprof-value-prof-real.c27 typedef void (*FPT)(void); typedef
/netbsd-src/lib/libc/stdio/
H A Dvsnprintf_ss.c90 #define FPT 0x800 /* Floating point number */ in __weak_alias() macro
H A Dvfwprintf.c608 #define FPT 0x100 /* Floating point number */ macro
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSema.cpp1964 auto *FPT = DD->getType()->getAs<FunctionProtoType>(); in checkEscapingByref() local
2300 if (const FunctionProtoType *FPT = in tryExprAsCall() local
H A DSemaExceptionSpec.cpp205 Sema::ResolveExceptionSpec(SourceLocation Loc, const FunctionProtoType *FPT) { in ResolveExceptionSpec()
H A DSemaLambda.cpp373 const FunctionProtoType *FPT = MethodType->castAs<FunctionProtoType>(); in startLambdaDefinition() local
H A DSemaDecl.cpp9177 const FunctionProtoType *FPT = in ActOnFunctionDeclarator() local
9323 const FunctionProtoType *FPT = R->getAs<FunctionProtoType>(); in ActOnFunctionDeclarator() local
10835 const FunctionProtoType *FPT = in CheckFunctionDeclaration() local
11046 if (auto *FPT = T->getAs<FunctionProtoType>()) in CheckFunctionDeclaration() local
11052 auto *FPT = NewFD->getType()->castAs<FunctionProtoType>(); in CheckFunctionDeclaration() local
14274 if (const FunctionProtoType *FPT = FD->getType()->getAs<FunctionProtoType>()) in ActOnStartOfFunctionDef() local
15088 const auto *FPT = FD->getType()->getAs<FunctionProtoType>(); in AddKnownFunctionAttributes() local
H A DSemaExprMember.cpp924 if (auto *FPT = Ty->getAs<FunctionProtoType>()) { in BuildMemberExpr() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DDeclCXX.cpp2451 static QualType getThisObjectType(ASTContext &C, const FunctionProtoType *FPT, in getThisObjectType()
2457 QualType CXXMethodDecl::getThisType(const FunctionProtoType *FPT, in getThisType()
2464 QualType CXXMethodDecl::getThisObjectType(const FunctionProtoType *FPT, in getThisObjectType()
H A DASTContext.cpp3043 const auto *FPT = cast<FunctionProtoType>(T); in adjustFunctionType() local
3056 const auto *FPT = FD->getType()->castAs<FunctionProtoType>(); in adjustDeducedFunctionResultType() local
4260 if (FunctionProtoType *FPT = in getFunctionTypeInternal() local
7619 if (const auto *FPT = dyn_cast<FunctionProtoType>(FT)) { in getObjCEncodingForTypeImpl() local
10035 if (const auto *FPT = cast<FunctionProtoType>(F)) { in mergeObjCGCQualifiers() local
H A DType.cpp3890 const auto *FPT = cast<FunctionProtoType>(T); in computeCachedProperties() local
3979 const auto *FPT = cast<FunctionProtoType>(T); in computeTypeLinkageInfo() local
H A DTextNodeDumper.cpp1605 if (const auto *FPT = D->getType()->getAs<FunctionProtoType>()) { in VisitFunctionDecl() local
/netbsd-src/sys/kern/
H A Dsubr_prf.c1203 #define FPT 0x800 /* Floating point number */ macro
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReaderDecl.cpp3620 auto *FPT = FD->getType()->getAs<FunctionProtoType>(); in attachPreviousDeclImpl() local
4627 auto *FPT = FD->getType()->castAs<FunctionProtoType>(); in UpdateDecl() local
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDecl.h2030 const auto *FPT = getType()->getAs<FunctionProtoType>(); in getEllipsisLoc() local
2533 const auto *FPT = T->getAs<FunctionProtoType>(); in getExceptionSpecType() local

12