Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h497 static RequiredArgs forPrototypePlus(const FunctionProtoType *prototype, in forPrototypePlus() function
511 static RequiredArgs forPrototypePlus(CanQual<FunctionProtoType> prototype, in forPrototypePlus() function
513 return forPrototypePlus(prototype.getTypePtr(), additional); in forPrototypePlus()
517 return forPrototypePlus(prototype, 0); in forPrototype()
521 return forPrototypePlus(prototype.getTypePtr(), 0); in forPrototype()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGExprCXX.cpp56 RequiredArgs required = RequiredArgs::forPrototypePlus(FPT, Args.size()); in commonEmitCXXMemberOrOperatorCall()
470 RequiredArgs required = RequiredArgs::forPrototypePlus(FPT, 1); in EmitCXXMemberPointerCallExpr()
H A DCGVTables.cpp343 CallArgs, FPT, RequiredArgs::forPrototypePlus(FPT, 1), PrefixArgs); in EmitCallAndReturnForThunk()
H A DCGCall.cpp182 RequiredArgs Required = RequiredArgs::forPrototypePlus(FTP, prefix.size()); in arrangeLLVMFunctionInfo()
409 ? RequiredArgs::forPrototypePlus( in arrangeCXXConstructorCall()
583 required = RequiredArgs::forPrototypePlus(proto, numExtraRequiredArgs); in arrangeFreeFunctionLikeCall()
639 RequiredArgs::forPrototypePlus(proto, 1)); in arrangeBlockFunctionDeclaration()