Searched refs:forPrototypePlus (Results 1 – 4 of 4) sorted by relevance
/openbsd/gnu/llvm/clang/include/clang/CodeGen/ |
H A D | CGFunctionInfo.h | 497 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()
|
/openbsd/gnu/llvm/clang/lib/CodeGen/ |
H A D | CGExprCXX.cpp | 58 RequiredArgs required = RequiredArgs::forPrototypePlus(FPT, Args.size()); in commonEmitCXXMemberOrOperatorCall() 473 RequiredArgs required = RequiredArgs::forPrototypePlus(FPT, 1); in EmitCXXMemberPointerCallExpr()
|
H A D | CGVTables.cpp | 347 CallArgs, FPT, RequiredArgs::forPrototypePlus(FPT, 1), PrefixArgs); in EmitCallAndReturnForThunk()
|
H A D | CGCall.cpp | 187 RequiredArgs Required = RequiredArgs::forPrototypePlus(FTP, prefix.size()); in arrangeLLVMFunctionInfo() 422 ? RequiredArgs::forPrototypePlus( in arrangeCXXConstructorCall() 599 required = RequiredArgs::forPrototypePlus(proto, numExtraRequiredArgs); in arrangeFreeFunctionLikeCall() 655 RequiredArgs::forPrototypePlus(proto, 1)); in arrangeBlockFunctionDeclaration()
|