Searched refs:forPrototypePlus (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/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()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGExprCXX.cpp | 58 RequiredArgs required = RequiredArgs::forPrototypePlus(FPT, Args.size()); in commonEmitCXXMemberOrOperatorCall() 481 RequiredArgs required = RequiredArgs::forPrototypePlus(FPT, 1); in EmitCXXMemberPointerCallExpr()
|
| H A D | CGVTables.cpp | 360 CallArgs, FPT, RequiredArgs::forPrototypePlus(FPT, 1), PrefixArgs); in EmitCallAndReturnForThunk()
|
| H A D | CGCall.cpp | 192 RequiredArgs Required = RequiredArgs::forPrototypePlus(FTP, prefix.size()); in arrangeLLVMFunctionInfo() 435 ? RequiredArgs::forPrototypePlus( in arrangeCXXConstructorCall() 607 required = RequiredArgs::forPrototypePlus(proto, numExtraRequiredArgs); in arrangeFreeFunctionLikeCall() 663 RequiredArgs::forPrototypePlus(proto, 1)); in arrangeBlockFunctionDeclaration()
|
| H A D | ItaniumCXXABI.cpp | 3387 RequiredArgs Required = RequiredArgs::forPrototypePlus(FPT, /*this*/ 1); in getOrCreateVirtualFunctionPointerThunk()
|