Searched refs:forPrototypePlus (Results 1 – 8 of 8) sorted by relevance
/external/llvm-project/clang/include/clang/CodeGen/ |
D | CGFunctionInfo.h | 478 static RequiredArgs forPrototypePlus(const FunctionProtoType *prototype, in forPrototypePlus() function 492 static RequiredArgs forPrototypePlus(CanQual<FunctionProtoType> prototype, in forPrototypePlus() function 494 return forPrototypePlus(prototype.getTypePtr(), additional); in forPrototypePlus() 498 return forPrototypePlus(prototype, 0); in forPrototype() 502 return forPrototypePlus(prototype.getTypePtr(), 0); in forPrototype()
|
/external/clang/include/clang/CodeGen/ |
D | CGFunctionInfo.h | 398 static RequiredArgs forPrototypePlus(const FunctionProtoType *prototype, in forPrototypePlus() function 412 return forPrototypePlus(prototype, 0, FD); in forPrototype() 420 static RequiredArgs forPrototypePlus(CanQual<FunctionProtoType> prototype, in forPrototypePlus() function 423 return forPrototypePlus(prototype.getTypePtr(), additional, FD); in forPrototypePlus()
|
/external/clang/lib/CodeGen/ |
D | CGExprCXX.cpp | 57 RequiredArgs required = RequiredArgs::forPrototypePlus(FPT, Args.size(), MD); in commonEmitCXXMemberOrOperatorCall() 328 RequiredArgs::forPrototypePlus(FPT, 1, /*FD=*/nullptr); in EmitCXXMemberPointerCallExpr()
|
D | CGVTables.cpp | 294 CallArgs, FPT, RequiredArgs::forPrototypePlus(FPT, 1, MD)); in EmitCallAndReturnForThunk()
|
D | CGCall.cpp | 146 RequiredArgs::forPrototypePlus(FTP, prefix.size(), FD); in arrangeLLVMFunctionInfo() 361 RequiredArgs Required = RequiredArgs::forPrototypePlus(FPT, 1 + ExtraArgs, D); in arrangeCXXConstructorCall() 582 RequiredArgs::forPrototypePlus(proto, 1, nullptr)); in arrangeBlockFunctionDeclaration()
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGExprCXX.cpp | 56 RequiredArgs required = RequiredArgs::forPrototypePlus(FPT, Args.size()); in commonEmitCXXMemberOrOperatorCall() 469 RequiredArgs required = RequiredArgs::forPrototypePlus(FPT, 1); in EmitCXXMemberPointerCallExpr()
|
D | CGVTables.cpp | 343 CallArgs, FPT, RequiredArgs::forPrototypePlus(FPT, 1), PrefixArgs); in EmitCallAndReturnForThunk()
|
D | CGCall.cpp | 181 RequiredArgs Required = RequiredArgs::forPrototypePlus(FTP, prefix.size()); in arrangeLLVMFunctionInfo() 407 ? RequiredArgs::forPrototypePlus( in arrangeCXXConstructorCall() 581 required = RequiredArgs::forPrototypePlus(proto, numExtraRequiredArgs); in arrangeFreeFunctionLikeCall() 637 RequiredArgs::forPrototypePlus(proto, 1)); in arrangeBlockFunctionDeclaration()
|