Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h443 static RequiredArgs forPrototypePlus(const FunctionProtoType *prototype, in forPrototypePlus() function
457 return forPrototypePlus(prototype, 0, FD); in forPrototype()
465 static RequiredArgs forPrototypePlus(CanQual<FunctionProtoType> prototype, in forPrototypePlus() function
468 return forPrototypePlus(prototype.getTypePtr(), additional, FD); in forPrototypePlus()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGExprCXX.cpp59 RequiredArgs required = RequiredArgs::forPrototypePlus(FPT, Args.size(), MD); in commonEmitCXXMemberOrOperatorCall()
458 RequiredArgs::forPrototypePlus(FPT, 1, /*FD=*/nullptr); in EmitCXXMemberPointerCallExpr()
H A DCGVTables.cpp330 CallArgs, FPT, RequiredArgs::forPrototypePlus(FPT, 1, MD), PrefixArgs); in EmitCallAndReturnForThunk()
H A DCGCall.cpp176 RequiredArgs::forPrototypePlus(FTP, prefix.size(), FD); in arrangeLLVMFunctionInfo()
412 RequiredArgs::forPrototypePlus(FPT, TotalPrefixArgs + ExtraSuffixArgs, D); in arrangeCXXConstructorCall()
642 RequiredArgs::forPrototypePlus(proto, 1, nullptr)); in arrangeBlockFunctionDeclaration()