Searched refs:forPrototypePlus (Results 1 – 4 of 4) sorted by relevance
/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()
|