Home
last modified time | relevance | path

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

12

/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCheckSecuritySyntaxOnly.cpp351 const FunctionProtoType *FPT = FD->getType()->getAs<FunctionProtoType>(); in checkCall_bcmp() local
393 const FunctionProtoType *FPT = FD->getType()->getAs<FunctionProtoType>(); in checkCall_bcopy() local
436 const FunctionProtoType *FPT = FD->getType()->getAs<FunctionProtoType>(); in checkCall_bzero() local
478 const FunctionProtoType *FPT = FD->getType()->getAs<FunctionProtoType>(); in checkCall_gets() local
514 const FunctionProtoType *FPT = FD->getType()->getAs<FunctionProtoType>(); in checkCall_getpw() local
558 const FunctionProtoType *FPT = FD->getType()->getAs<FunctionProtoType>(); in checkCall_mktemp() local
823 const FunctionProtoType *FPT = FD->getType()->getAs<FunctionProtoType>(); in checkCall_strCommon() local
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenTypes.cpp156 if (const FunctionProtoType *FPT = dyn_cast<FunctionProtoType>(FT)) isFuncTypeConvertible() local
250 if (const FunctionProtoType *FPT = dyn_cast<FunctionProtoType>(FT)) ConvertFunctionTypeInternal() local
264 if (const FunctionProtoType *FPT = dyn_cast<FunctionProtoType>(FT)) { 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
447 const auto *FPT = MPT->getPointeeType()->castAs<FunctionProtoType>(); EmitCXXMemberPointerCallExpr() local
1382 const FunctionProtoType *FPT = FD->getType()->castAs<FunctionProtoType>(); getUsualDeleteParams() local
1456 const auto *FPT = OperatorDelete->getType()->castAs<FunctionProtoType>(); Emit() local
[all...]
H A DCGVTables.cpp164 const FunctionProtoType *FPT = MD->getType()->castAs<FunctionProtoType>(); GenerateVarArgsThunk() local
344 const FunctionProtoType *FPT = MD->getType()->castAs<FunctionProtoType>(); EmitCallAndReturnForThunk() local
H A DCGCXXABI.cpp48 const auto *FPT = MPT->getPointeeType()->castAs<FunctionProtoType>(); EmitLoadOfMemberFunctionPointer() local
H A DMicrosoftCXXABI.cpp1347 const FunctionProtoType *FPT = CD->getType()->castAs<FunctionProtoType>(); buildStructorSignature() local
1536 const FunctionProtoType *FPT = MD->getType()->castAs<FunctionProtoType>(); addImplicitStructorParams() local
1621 const FunctionProtoType *FPT = D->getType()->castAs<FunctionProtoType>(); getImplicitConstructorArgs() local
2966 const FunctionProtoType *FPT = MD->getType()->castAs<FunctionProtoType>(); EmitMemberFunctionPointer() local
3506 const FunctionProtoType *FPT = EmitLoadOfMemberFunctionPointer() local
4146 const auto *FPT = CD->getType()->castAs<FunctionProtoType>(); getAddrOfCXXCtorClosure() local
[all...]
H A DCGCall.cpp154 /// FPT has pass_object_size attrs, then we'll add parameters for those, too. in appendParameterTypes() argument
423 CanQual<FunctionProtoType> FPT = GetFormalType(D); arrangeCXXConstructorCall() local
1757 const FunctionProtoType *FPT = MD->getType()->castAs<FunctionProtoType>(); GetFunctionTypeForVTable() local
1767 AddAttributesFromFunctionProtoType(ASTContext & Ctx,llvm::AttrBuilder & FuncAttrs,const FunctionProtoType * FPT) AddAttributesFromFunctionProtoType() argument
4455 const auto *FPT = Prototype.P.get<const FunctionProtoType *>(); EmitCallArgs() local
[all...]
H A DCGClass.cpp2149 const FunctionProtoType *FPT = D->getType()->castAs<FunctionProtoType>(); EmitCXXConstructorCall() local
2386 const FunctionProtoType *FPT = D->getType()->castAs<FunctionProtoType>(); EmitSynthesizedCXXCopyCtorCall() local
2931 const FunctionProtoType *FPT = EmitForwardingCallToLambda() local
H A DCGDebugInfo.cpp1468 const auto *FPT = dyn_cast<FunctionProtoType>(Ty); CreateType() local
3320 const FunctionProtoType *FPT = CreateType() local
4160 else if (auto *FPT = dyn_cast<FunctionProtoType>(FnType)) getOrCreateFunctionType() local
4187 if (const auto *FPT = dyn_cast<FunctionProtoType>(FnType)) getOrCreateFunctionType() local
[all...]
H A DItaniumCXXABI.cpp628 const FunctionProtoType *FPT = EmitLoadOfMemberFunctionPointer() local
1053 const FunctionProtoType *FPT = MD->getType()->castAs<FunctionProtoType>(); BuildMemberPointer() local
/freebsd-src/lib/libc/stdio/
H A Dprintflocal.h45 #define FPT 0x100 /* Floating point number */ macro
/freebsd-src/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 DSemaExceptionSpec.cpp216 FunctionDecl *SourceDecl = FPT->getExceptionSpecDecl(); in ResolveExceptionSpec() argument
H A DSema.cpp2221 auto *FPT = DD->getType()->getAs<FunctionProtoType>(); checkEscapingByref() local
2566 if (const auto *FPT = dyn_cast_if_present<FunctionProtoType>(FunTy)) { tryExprAsCall() local
H A DSemaDecl.cpp9799 const auto *FPT = FD->getType()->castAs<FunctionProtoType>(); isStdBuiltin() local
10099 const FunctionProtoType *FPT = ActOnFunctionDeclarator() local
10247 const FunctionProtoType *FPT = R->getAs<FunctionProtoType>(); ActOnFunctionDeclarator() local
11967 const FunctionProtoType *FPT = CheckFunctionDeclaration() local
12232 if (auto *FPT = T->getAs<FunctionProtoType>()) CheckFunctionDeclaration() local
12238 auto *FPT = NewFD->getType()->castAs<FunctionProtoType>(); CheckFunctionDeclaration() local
12259 if (const auto *FPT = NewFD->getType()->getAs<FunctionProtoType>()) { CheckFunctionDeclaration() local
15831 if (const FunctionProtoType *FPT = FD->getType()->getAs<FunctionProtoType>()) ActOnStartOfFunctionDef() local
16823 const auto *FPT = FD->getType()->getAs<FunctionProtoType>(); AddKnownFunctionAttributes() local
[all...]
H A DSemaExprMember.cpp960 if (auto *FPT = Ty->getAs<FunctionProtoType>()) { BuildMemberExpr() local
H A DSemaLambda.cpp371 const FunctionProtoType *FPT = MethodType->castAs<FunctionProtoType>(); buildTypeForLambdaCallOperator() local
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DComment.cpp359 if (const auto *FPT = dyn_cast<FunctionProtoType>(FTL.getTypePtr())) in fill() local
H A DDeclCXX.cpp2536 getThisObjectType(ASTContext & C,const FunctionProtoType * FPT,const CXXRecordDecl * Decl) getThisObjectType() argument
2542 getThisType(const FunctionProtoType * FPT,const CXXRecordDecl * Decl) getThisType() argument
2566 const FunctionProtoType *FPT = getType()->castAs<FunctionProtoType>(); getFunctionObjectParameterReferenceType() local
H A DType.cpp4321 const auto *FPT = cast<FunctionProtoType>(T); computeCachedProperties() local
4410 const auto *FPT = cast<FunctionProtoType>(T); computeTypeLinkageInfo() local
/freebsd-src/contrib/sendmail/libsm/
H A Dvfprintf.c156 #define FPT 0x100 /* Floating point number */ macro
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DXCore.cpp571 if (const FunctionProtoType *FPT = FT->getAs<FunctionProtoType>()) { in appendFunctionType() local
/freebsd-src/contrib/llvm-project/clang/lib/Analysis/
H A DExprMutationAnalyzer.cpp143 const auto *FPT = MPT ? cast<FunctionProtoType>(MPT->getPointeeType()) in AST_MATCHER() local
/freebsd-src/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp3651 auto *FPT = FD->getType()->getAs<FunctionProtoType>(); attachPreviousDeclImpl() local
4662 auto *FPT = FD->getType()->castAs<FunctionProtoType>(); UpdateDecl() local
[all...]
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h2168 const auto *FPT = getType()->getAs<FunctionProtoType>(); getEllipsisLoc() local
2741 const auto *FPT = T->getAs<FunctionProtoType>(); getExceptionSpecType() local
[all...]

12