| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | CodeGenTypes.h | 258 const CallArgList &args); 263 const CGFunctionInfo &arrangeFreeFunctionCall(const CallArgList &Args, 283 const CallArgList &args); 291 const CallArgList &args); 297 const CGFunctionInfo &arrangeBlockFunctionCall(const CallArgList &args, 304 const CGFunctionInfo &arrangeCXXConstructorCall(const CallArgList &Args, 311 const CGFunctionInfo &arrangeCXXMethodCall(const CallArgList &args,
|
| H A D | CGObjCRuntime.h | 170 const CallArgList &CallArgs, 189 const CallArgList &CallArgs, 301 CallArgList &callArgs);
|
| H A D | CGCall.h | 260 class CallArgList : 263 CallArgList() : StackBase(nullptr) {} in CallArgList() function 294 void addFrom(const CallArgList &other) { in addFrom()
|
| H A D | TargetInfo.h | 38 class CallArgList; variable 209 virtual bool isNoProtoCallVariadic(const CodeGen::CallArgList &args,
|
| H A D | CGExprCXX.cpp | 40 CallArgList &Args, CallArgList *RtlArgs) { in commonEmitCXXMemberOrOperatorCall() 85 const CallExpr *CE, CallArgList *RtlArgs) { in EmitCXXMemberOrOperatorCall() 87 CallArgList Args; in EmitCXXMemberOrOperatorCall() 100 CallArgList Args; in EmitCXXDestructorCall() 235 CallArgList RtlArgStorage; in EmitCXXMemberOrOperatorMemberCallExpr() 236 CallArgList *RtlArgs = nullptr; in EmitCXXMemberOrOperatorMemberCallExpr() 449 CallArgList Args; in EmitCXXMemberPointerCallExpr() 1329 CallArgList Args; in EmitBuiltinNewDeleteCall() 1431 CallArgList DeleteArgs; in Emit() 1577 CallArgList allocatorArgs; in EmitCXXNewExpr() [all …]
|
| H A D | CGObjC.cpp | 76 CallArgList Args; in EmitObjCBoxedExpr() 196 CallArgList Args; in EmitObjCCollectionLiteral() 518 CallArgList Args; in EmitObjCMessageExpr() 597 CallArgList args; in Emit() 675 CallArgList args; in emitStructGetterCall() 937 CallArgList args; in emitCPPObjectAtomicGetterCall() 1143 CallArgList args; in emitStructSetterCall() 1189 CallArgList args; in emitCPPObjectAtomicSetterCall() 1624 CallArgList Args; in EmitObjCForCollectionStmt() 2475 CallArgList Args; in EmitObjCMRRAutoreleasePoolPush() [all …]
|
| H A D | CGCall.cpp | 362 getArgTypesForCall(ASTContext &ctx, const CallArgList &args) { in getArgTypesForCall() 396 CodeGenTypes::arrangeCXXConstructorCall(const CallArgList &args, in arrangeCXXConstructorCall() 570 const CallArgList &args, in arrangeFreeFunctionLikeCall() 616 CodeGenTypes::arrangeFreeFunctionCall(const CallArgList &args, in arrangeFreeFunctionCall() 626 CodeGenTypes::arrangeBlockFunctionCall(const CallArgList &args, in arrangeBlockFunctionCall() 681 CodeGenTypes::arrangeCXXMethodCall(const CallArgList &args, in arrangeCXXMethodCall() 709 const CallArgList &args) { in arrangeCall() 3080 void CodeGenFunction::EmitDelegateCallArg(CallArgList &args, in EmitDelegateCallArg() 3205 const CallArgList &args) { in emitWritebacks() 3212 ArrayRef<CallArgList::CallArgCleanup> Cleanups = in deactivateArgCleanupsBeforeCall() [all …]
|
| H A D | CGGPUBuiltin.cpp | 79 CallArgList Args; in EmitNVPTXDevicePrintfCallExpr()
|
| H A D | CGClass.cpp | 2014 CallArgList Args; in EmitCXXConstructorCall() 2058 CXXCtorType Type, CallArgList &Args) { in canEmitDelegateCallArgs() 2085 CallArgList &Args, in EmitCXXConstructorCall() 2161 CallArgList Args; in EmitInheritedCXXConstructorCall() 2207 bool Delegating, CallArgList &Args) { in EmitInlinedInheritingCXXConstructorCall() 2284 CallArgList Args; in EmitSynthesizedCXXCopyCtorCall() 2310 CallArgList DelegateArgs; in EmitDelegateCXXConstructorCall() 2801 CallArgList &callArgs) { in EmitForwardingCallToLambda() 2852 CallArgList CallArgs; in EmitLambdaBlockInvokeBody() 2871 CallArgList CallArgs; in EmitLambdaDelegatingInvokeBody()
|
| H A D | CGCXXABI.h | 380 bool Delegating, CallArgList &Args) = 0; 437 CallArgList &CallArgs) {} in adjustCallArgsForDestructorThunk()
|
| H A D | CodeGenFunction.h | 1506 CallArgList OldCXXInheritedCtorInitExprArgs; 1528 CallArgList CXXInheritedCtorInitExprArgs; 1835 CallArgList &CallArgs); 2493 CallArgList &Args); 2511 Address This, CallArgList &Args, 3582 ReturnValueSlot ReturnValue, const CallArgList &Args, 3585 ReturnValueSlot ReturnValue, const CallArgList &Args, 3661 CallArgList *RtlArgs); 4129 void EmitDelegateCallArg(CallArgList &args, const VarDecl *param, 4221 void EmitCallArgs(CallArgList &Args, const T *CallArgTypeInfo, [all …]
|
| H A D | CGAtomic.cpp | 307 CallArgList &args) { in emitAtomicLibcall() 721 AddDirectArgument(CodeGenFunction &CGF, CallArgList &Args, in AddDirectArgument() 960 CallArgList Args; in EmitAtomicExpr() 1429 CallArgList Args; in EmitAtomicLoadLibcall() 1626 CallArgList Args; in EmitAtomicCompareExchangeLibcall() 1938 CallArgList args; in EmitAtomicStore()
|
| H A D | CGObjCMac.cpp | 1047 const CallArgList &CallArgs, 1294 const CallArgList &CallArgs, 1460 const CallArgList &CallArgs, 1564 const CallArgList &CallArgs, 1691 const CallArgList &CallArgs, in complete() 1712 CallArgList::const_iterator I = CallArgs.begin(); in complete() 1998 const CodeGen::CallArgList &CallArgs, in GenerateMessageSendSuper() 2084 const CallArgList &CallArgs, in EmitMessageSend() 2088 CallArgList ActualArgs; in EmitMessageSend() 7048 CallArgList args; in EmitVTableMessageSend() [all …]
|
| H A D | CGObjCRuntime.cpp | 365 CallArgList &callArgs) { in getMessageSendInfo()
|
| H A D | CGObjCGNU.cpp | 582 llvm::Value *Receiver, const CallArgList &CallArgs, 590 bool IsClassMessage, const CallArgList &CallArgs, 2403 const CallArgList &CallArgs, in GenerateMessageSendSuper() 2417 CallArgList ActualArgs; in GenerateMessageSendSuper() 2522 const CallArgList &CallArgs, in GenerateMessageSend() 2583 CallArgList ActualArgs; in GenerateMessageSend()
|
| H A D | CGVTables.cpp | 312 CallArgList CallArgs; in EmitCallAndReturnForThunk()
|
| H A D | CodeGenModule.h | 84 class CallArgList; variable
|
| H A D | MicrosoftCXXABI.cpp | 259 bool Delegating, CallArgList &Args) override; 306 CallArgList &CallArgs) override { in adjustCallArgsForDestructorThunk() 1521 bool ForVirtualBase, bool Delegating, CallArgList &Args) { in addImplicitConstructorArgs() 3929 CallArgList Args; in getAddrOfCXXCtorClosure()
|
| H A D | CGExprComplex.cpp | 605 CallArgList Args; in EmitComplexBinOpLibCall()
|
| H A D | ItaniumCXXABI.cpp | 242 bool Delegating, CallArgList &Args) override; 1541 bool ForVirtualBase, bool Delegating, CallArgList &Args) { in addImplicitConstructorArgs()
|
| H A D | CGException.cpp | 1626 CallArgList Args; in Emit()
|
| H A D | CGDecl.cpp | 584 CallArgList Args; in Emit()
|
| H A D | TargetInfo.cpp | 401 bool TargetCodeGenInfo::isNoProtoCallVariadic(const CallArgList &args, in isNoProtoCallVariadic() 2293 bool isNoProtoCallVariadic(const CallArgList &args, in isNoProtoCallVariadic() 2303 for (CallArgList::const_iterator in isNoProtoCallVariadic()
|
| H A D | CGBlocks.cpp | 1289 CallArgList Args; in EmitBlockCallExpr()
|
| H A D | CGExpr.cpp | 4736 CallArgList Args; in EmitCall()
|