Home
last modified time | relevance | path

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

12

/aosp_15_r20/external/clang/lib/StaticAnalyzer/Checkers/
H A DCheckSecuritySyntaxOnly.cpp310 const FunctionProtoType *FPT = FD->getType()->getAs<FunctionProtoType>(); in checkCall_gets() local
346 const FunctionProtoType *FPT = FD->getType()->getAs<FunctionProtoType>(); in checkCall_getpw() local
390 const FunctionProtoType *FPT = FD->getType()->getAs<FunctionProtoType>(); in checkCall_mktemp() local
559 const FunctionProtoType *FPT = FD->getType()->getAs<FunctionProtoType>(); in checkCall_strCommon() local
/aosp_15_r20/external/clang/lib/CodeGen/
H A DCodeGenTypes.cpp229 if (const FunctionProtoType *FPT = dyn_cast<FunctionProtoType>(FT)) in isFuncTypeConvertible() local
323 if (const FunctionProtoType *FPT = dyn_cast<FunctionProtoType>(FT)) in ConvertFunctionType() local
345 if (const FunctionProtoType *FPT = dyn_cast<FunctionProtoType>(FT)) { in ConvertFunctionType() local
H A DCGExprCXX.cpp56 const FunctionProtoType *FPT = MD->getType()->castAs<FunctionProtoType>(); in commonEmitCXXMemberOrOperatorCall() local
77 const FunctionProtoType *FPT = MD->getType()->castAs<FunctionProtoType>(); in EmitCXXMemberOrOperatorCall() local
295 const FunctionProtoType *FPT = in EmitCXXMemberPointerCallExpr() local
1191 const FunctionProtoType *FPT in Emit() local
1246 const FunctionProtoType *FPT in Emit() local
H A DCGVTables.cpp148 const FunctionProtoType *FPT = MD->getType()->getAs<FunctionProtoType>(); in GenerateVarArgsThunk() local
217 const FunctionProtoType *FPT = MD->getType()->getAs<FunctionProtoType>(); in StartThunk() local
290 const FunctionProtoType *FPT = MD->getType()->getAs<FunctionProtoType>(); in EmitCallAndReturnForThunk() local
H A DMicrosoftCXXABI.cpp1244 const FunctionProtoType *FPT = CD->getType()->castAs<FunctionProtoType>(); in buildStructorSignature() local
1380 const FunctionProtoType *FPT = MD->getType()->castAs<FunctionProtoType>(); in addImplicitStructorParams() local
1466 const FunctionProtoType *FPT = D->getType()->castAs<FunctionProtoType>(); in addImplicitConstructorArgs() local
2680 const FunctionProtoType *FPT = MD->getType()->castAs<FunctionProtoType>(); in EmitMemberFunctionPointer() local
3230 const FunctionProtoType *FPT = in EmitLoadOfMemberFunctionPointer() local
3877 const auto *FPT = CD->getType()->castAs<FunctionProtoType>(); in getAddrOfCXXCtorClosure() local
H A DCGCXXABI.cpp83 const FunctionProtoType *FPT = in EmitLoadOfMemberFunctionPointer() local
H A DCGCall.cpp107 CanQual<FunctionProtoType> FPT, in appendParameterTypes()
360 CanQual<FunctionProtoType> FPT = GetFormalType(D); in arrangeCXXConstructorCall() local
1595 const FunctionProtoType *FPT = MD->getType()->getAs<FunctionProtoType>(); in GetFunctionTypeForVTable() local
1611 const FunctionProtoType *FPT) { in AddAttributesFromFunctionProtoType()
H A DCGDebugInfo.cpp915 else if (const FunctionProtoType *FPT = dyn_cast<FunctionProtoType>(Ty)) { in CreateType() local
2162 const FunctionProtoType *FPT = in CreateType() local
2829 else if (auto *FPT = dyn_cast<FunctionProtoType>(FnType)) in getOrCreateFunctionType() local
2854 if (const FunctionProtoType *FPT = dyn_cast<FunctionProtoType>(FnType)) in getOrCreateFunctionType() local
H A DCGClass.cpp2071 const FunctionProtoType *FPT = D->getType()->castAs<FunctionProtoType>(); in EmitCXXConstructorCall() local
2293 const FunctionProtoType *FPT = D->getType()->castAs<FunctionProtoType>(); in EmitSynthesizedCXXCopyCtorCall() local
2909 const FunctionProtoType *FPT = in EmitForwardingCallToLambda() local
H A DItaniumCXXABI.cpp525 const FunctionProtoType *FPT = in EmitLoadOfMemberFunctionPointer() local
821 const FunctionProtoType *FPT = MD->getType()->castAs<FunctionProtoType>(); in BuildMemberPointer() local
/aosp_15_r20/external/compiler-rt/test/profile/Inputs/
H A Dinstrprof-value-prof-evict.c47 typedef void (*FPT)(void); typedef
H A Dinstrprof-value-prof-real.c27 typedef void (*FPT)(void); typedef
/aosp_15_r20/bionic/libc/stdio/
H A Dprintf_common.h197 #define FPT 0x0100 /* Floating point number */ macro
/aosp_15_r20/external/clang/lib/Sema/
H A DSemaExceptionSpec.cpp147 Sema::ResolveExceptionSpec(SourceLocation Loc, const FunctionProtoType *FPT) { in ResolveExceptionSpec()
H A DSemaDecl.cpp7873 const FunctionProtoType *FPT = in ActOnFunctionDeclarator() local
7941 if (const FunctionProtoType *FPT = R->getAs<FunctionProtoType>()) { in ActOnFunctionDeclarator() local
8074 const FunctionProtoType *FPT = R->getAs<FunctionProtoType>(); in ActOnFunctionDeclarator() local
8740 const FunctionProtoType *FPT = in CheckFunctionDeclaration() local
11345 if (const FunctionProtoType *FPT = FD->getType()->getAs<FunctionProtoType>()) in ActOnStartOfFunctionDef() local
11895 const auto *FPT = FD->getType()->getAs<FunctionProtoType>(); in AddKnownFunctionAttributes() local
H A DSema.cpp1379 if (const FunctionProtoType *FPT = in tryExprAsCall() local
H A DSemaLambda.cpp367 const FunctionProtoType *FPT = MethodType->castAs<FunctionProtoType>(); in startLambdaDefinition() local
/aosp_15_r20/external/clang/lib/AST/
H A DType.cpp3352 const FunctionProtoType *FPT = cast<FunctionProtoType>(T); in computeCachedProperties() local
3438 const FunctionProtoType *FPT = cast<FunctionProtoType>(T); in computeLinkageInfo() local
H A DASTContext.cpp2234 const FunctionProtoType *FPT = cast<FunctionProtoType>(T); in adjustFunctionType() local
2247 const FunctionProtoType *FPT = FD->getType()->castAs<FunctionProtoType>(); in adjustDeducedFunctionResultType() local
5804 if (const FunctionProtoType *FPT = dyn_cast<FunctionProtoType>(FT)) { in getObjCEncodingForTypeImpl() local
7977 if (const FunctionProtoType *FPT = cast<FunctionProtoType>(F)) { in mergeObjCGCQualifiers() local
H A DDecl.cpp2594 const auto *FPT = getType()->castAs<FunctionProtoType>(); in isReplaceableGlobalAllocationFunction() local
2743 const auto *FPT = getType()->getAs<FunctionProtoType>(); in getNumParams() local
/aosp_15_r20/external/clang/lib/Serialization/
H A DASTReaderDecl.cpp3077 auto *FPT = FD->getType()->getAs<FunctionProtoType>(); in attachPreviousDeclImpl() local
3877 auto *FPT = FD->getType()->castAs<FunctionProtoType>(); in UpdateDecl() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/AST/
DDecl.h2167 const auto *FPT = getType()->getAs<FunctionProtoType>(); in getEllipsisLoc() local
2744 const auto *FPT = T->getAs<FunctionProtoType>(); in getExceptionSpecType() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/AST/
DDecl.h2194 const auto *FPT = getType()->getAs<FunctionProtoType>(); in getEllipsisLoc() local
2782 const auto *FPT = T->getAs<FunctionProtoType>(); in getExceptionSpecType() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/AST/
DDecl.h2168 const auto *FPT = getType()->getAs<FunctionProtoType>(); in getEllipsisLoc() local
2749 const auto *FPT = T->getAs<FunctionProtoType>(); in getExceptionSpecType() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/AST/
DDecl.h2168 const auto *FPT = getType()->getAs<FunctionProtoType>(); in getEllipsisLoc() local
2749 const auto *FPT = T->getAs<FunctionProtoType>(); in getExceptionSpecType() local

12