Searched refs:forPrototypePlus (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/CodeGen/ |
| H A D | CGFunctionInfo.h | 443 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 D | CGExprCXX.cpp | 59 RequiredArgs required = RequiredArgs::forPrototypePlus(FPT, Args.size(), MD); in commonEmitCXXMemberOrOperatorCall() 458 RequiredArgs::forPrototypePlus(FPT, 1, /*FD=*/nullptr); in EmitCXXMemberPointerCallExpr()
|
| H A D | CGVTables.cpp | 330 CallArgs, FPT, RequiredArgs::forPrototypePlus(FPT, 1, MD), PrefixArgs); in EmitCallAndReturnForThunk()
|
| H A D | CGCall.cpp | 176 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()
|