Home
last modified time | relevance | path

Searched refs:forPrototypePlus (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h515 static RequiredArgs forPrototypePlus(const FunctionProtoType *prototype, in forPrototypePlus() function
529 static RequiredArgs forPrototypePlus(CanQual<FunctionProtoType> prototype, in forPrototypePlus() function
531 return forPrototypePlus(prototype.getTypePtr(), additional); in forPrototypePlus()
535 return forPrototypePlus(prototype, 0); in forPrototype()
539 return forPrototypePlus(prototype.getTypePtr(), 0); in forPrototype()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprCXX.cpp58 RequiredArgs required = RequiredArgs::forPrototypePlus(FPT, Args.size()); in commonEmitCXXMemberOrOperatorCall()
485 RequiredArgs required = RequiredArgs::forPrototypePlus(FPT, 1); in EmitCXXMemberPointerCallExpr()
H A DCGVTables.cpp360 CallArgs, FPT, RequiredArgs::forPrototypePlus(FPT, 1), PrefixArgs); in EmitCallAndReturnForThunk()
H A DCGCall.cpp234 RequiredArgs Required = RequiredArgs::forPrototypePlus(FTP, prefix.size()); in arrangeLLVMFunctionInfo()
496 ? RequiredArgs::forPrototypePlus( in arrangeCXXConstructorCall()
671 required = RequiredArgs::forPrototypePlus(proto, numExtraRequiredArgs); in arrangeFreeFunctionLikeCall()
724 RequiredArgs::forPrototypePlus(proto, 1)); in arrangeBlockFunctionDeclaration()
H A DItaniumCXXABI.cpp3420 RequiredArgs Required = RequiredArgs::forPrototypePlus(FPT, /*this*/ 1); in getOrCreateVirtualFunctionPointerThunk()