Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/CodeGen/
DCGFunctionInfo.h478 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/
DCGFunctionInfo.h398 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/
DCGExprCXX.cpp57 RequiredArgs required = RequiredArgs::forPrototypePlus(FPT, Args.size(), MD); in commonEmitCXXMemberOrOperatorCall()
328 RequiredArgs::forPrototypePlus(FPT, 1, /*FD=*/nullptr); in EmitCXXMemberPointerCallExpr()
DCGVTables.cpp294 CallArgs, FPT, RequiredArgs::forPrototypePlus(FPT, 1, MD)); in EmitCallAndReturnForThunk()
DCGCall.cpp146 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/
DCGExprCXX.cpp56 RequiredArgs required = RequiredArgs::forPrototypePlus(FPT, Args.size()); in commonEmitCXXMemberOrOperatorCall()
469 RequiredArgs required = RequiredArgs::forPrototypePlus(FPT, 1); in EmitCXXMemberPointerCallExpr()
DCGVTables.cpp343 CallArgs, FPT, RequiredArgs::forPrototypePlus(FPT, 1), PrefixArgs); in EmitCallAndReturnForThunk()
DCGCall.cpp181 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()