Home
last modified time | relevance | path

Searched refs:CallArgList (Results 1 – 25 of 27) sorted by relevance

12

/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
DCodeGenTypes.h197 const CallArgList &args);
202 const CGFunctionInfo &arrangeFreeFunctionCall(const CallArgList &Args,
221 const CallArgList &args);
229 const CallArgList &args);
235 const CGFunctionInfo &arrangeBlockFunctionCall(const CallArgList &args,
241 const CGFunctionInfo &arrangeCXXConstructorCall(const CallArgList &Args,
248 const CGFunctionInfo &arrangeCXXMethodCall(const CallArgList &args,
DCGObjCRuntime.h172 const CallArgList &CallArgs,
186 const CallArgList& Args,
206 const CallArgList &CallArgs,
339 CallArgList &callArgs);
DTargetInfo.h38 class CallArgList; variable
72 const CallArgList &Args) const {} in checkFunctionCallABI()
237 virtual bool isNoProtoCallVariadic(const CodeGen::CallArgList &args,
DCGGPUBuiltin.cpp79 CallArgList Args; in EmitNVPTXDevicePrintfCallExpr()
133 CallArgList CallArgs; in EmitAMDGPUDevicePrintfCallExpr()
DCGExprCXX.cpp39 CallArgList &Args, CallArgList *RtlArgs) { in commonEmitCXXMemberOrOperatorCall()
82 const CallExpr *CE, CallArgList *RtlArgs) { in EmitCXXMemberOrOperatorCall()
84 CallArgList Args; in EmitCXXMemberOrOperatorCall()
112 CallArgList Args; in EmitCXXDestructorCall()
255 CallArgList RtlArgStorage; in EmitCXXMemberOrOperatorMemberCallExpr()
256 CallArgList *RtlArgs = nullptr; in EmitCXXMemberOrOperatorMemberCallExpr()
286 CallArgList Args; in EmitCXXMemberOrOperatorMemberCallExpr()
462 CallArgList Args; in EmitCXXMemberPointerCallExpr()
1312 const CallArgList &Args) { in EmitNewDeleteCall()
1339 CallArgList Args; in EmitBuiltinNewDeleteCall()
[all …]
DCGCall.h264 class CallArgList : public SmallVector<CallArg, 8> {
266 CallArgList() : StackBase(nullptr) {} in CallArgList() function
297 void addFrom(const CallArgList &other) { in addFrom()
DCGObjC.cpp83 CallArgList Args; in EmitObjCBoxedExpr()
200 CallArgList Args; in EmitObjCCollectionLiteral()
376 const CallArgList& Args, Selector Sel, in tryGenerateSpecializedMessageSend()
438 Selector Sel, llvm::Value *Receiver, const CallArgList &Args, in GeneratePossiblySpecializedMessageSend()
661 CallArgList Args; in EmitObjCMessageExpr()
733 CallArgList args; in Emit()
825 CallArgList args; in emitStructGetterCall()
1088 CallArgList args; in emitCPPObjectAtomicGetterCall()
1197 CallArgList args; in generateObjCGetterBody()
1294 CallArgList args; in emitStructSetterCall()
[all …]
DCGCall.cpp361 getArgTypesForCall(ASTContext &ctx, const CallArgList &args) { in getArgTypesForCall()
395 CodeGenTypes::arrangeCXXConstructorCall(const CallArgList &args, in arrangeCXXConstructorCall()
508 const CallArgList &args) { in arrangeUnprototypedObjCMessageSend()
570 const CallArgList &args, in arrangeFreeFunctionLikeCall()
616 CodeGenTypes::arrangeFreeFunctionCall(const CallArgList &args, in arrangeFreeFunctionCall()
626 CodeGenTypes::arrangeBlockFunctionCall(const CallArgList &args, in arrangeBlockFunctionCall()
646 const CallArgList &args) { in arrangeBuiltinFunctionCall()
680 CodeGenTypes::arrangeCXXMethodCall(const CallArgList &args, in arrangeCXXMethodCall()
708 const CallArgList &args) { in arrangeCall()
3692 void CodeGenFunction::EmitDelegateCallArg(CallArgList &args, in EmitDelegateCallArg()
[all …]
DCGClass.cpp2057 CallArgList Args; in EmitCXXConstructorCall()
2104 CXXCtorType Type, CallArgList &Args) { in canEmitDelegateCallArgs()
2131 CallArgList &Args, in EmitCXXConstructorCall()
2206 CallArgList Args; in EmitInheritedCXXConstructorCall()
2252 bool Delegating, CallArgList &Args) { in EmitInlinedInheritingCXXConstructorCall()
2329 CallArgList Args; in EmitSynthesizedCXXCopyCtorCall()
2355 CallArgList DelegateArgs; in EmitDelegateCXXConstructorCall()
2868 CallArgList &callArgs) { in EmitForwardingCallToLambda()
2921 CallArgList CallArgs; in EmitLambdaBlockInvokeBody()
2940 CallArgList CallArgs; in EmitLambdaDelegatingInvokeBody()
DCGCXXABI.h404 bool Delegating, CallArgList &Args);
472 CallArgList &CallArgs) {} in adjustCallArgsForDestructorThunk()
DCodeGenFunction.h1675 CallArgList OldCXXInheritedCtorInitExprArgs;
1860 CallArgList CXXInheritedCtorInitExprArgs;
2163 CallArgList &CallArgs);
2811 CallArgList &Args);
2827 Address This, CallArgList &Args,
3942 ReturnValueSlot ReturnValue, const CallArgList &Args,
3946 ReturnValueSlot ReturnValue, const CallArgList &Args,
4024 CallArgList *RtlArgs);
4579 void EmitCallArg(CallArgList &args, const Expr *E, QualType ArgType);
4584 void EmitDelegateCallArg(CallArgList &args, const VarDecl *param,
[all …]
DCGAtomic.cpp306 CallArgList &args) { in emitAtomicLibcall()
761 AddDirectArgument(CodeGenFunction &CGF, CallArgList &Args, in AddDirectArgument()
1030 CallArgList Args; in EmitAtomicExpr()
1513 CallArgList Args; in EmitAtomicLoadLibcall()
1710 CallArgList Args; in EmitAtomicCompareExchangeLibcall()
2017 CallArgList args; in EmitAtomicStore()
DCGObjCMac.cpp1073 const CallArgList &CallArgs,
1322 const CallArgList &CallArgs,
1331 bool IsClassMessage, const CallArgList &CallArgs,
1488 const CallArgList &CallArgs,
1611 const CallArgList &CallArgs,
1620 bool IsClassMessage, const CallArgList &CallArgs,
1738 const CallArgList &CallArgs, in complete()
1759 CallArgList::const_iterator I = CallArgs.begin(); in complete()
2086 const CodeGen::CallArgList &CallArgs, in GenerateMessageSendSuper()
2146 const CallArgList &CallArgs, in GenerateMessageSend()
[all …]
DCGCXXABI.cpp299 bool ForVirtualBase, bool Delegating, CallArgList &Args) { in addImplicitConstructorArgs()
DCGObjCRuntime.cpp363 CallArgList &callArgs) { in getMessageSendInfo()
DCGObjCGNU.cpp573 llvm::Value *Receiver, const CallArgList &CallArgs,
581 bool IsClassMessage, const CallArgList &CallArgs,
2521 const CallArgList &CallArgs, in GenerateMessageSendSuper()
2535 CallArgList ActualArgs; in GenerateMessageSendSuper()
2638 const CallArgList &CallArgs, in GenerateMessageSend()
2699 CallArgList ActualArgs; in GenerateMessageSend()
DCodeGenModule.h87 class CallArgList; variable
DCGCUDANV.cpp385 CallArgList LaunchKernelArgs; in emitDeviceStubBodyNew()
DCGVTables.cpp325 CallArgList CallArgs; in EmitCallAndReturnForThunk()
DCGExprComplex.cpp630 CallArgList Args; in EmitComplexBinOpLibCall()
DTargetInfo.cpp421 bool TargetCodeGenInfo::isNoProtoCallVariadic(const CallArgList &args, in isNoProtoCallVariadic()
2455 bool isNoProtoCallVariadic(const CallArgList &args, in isNoProtoCallVariadic()
2465 for (CallArgList::const_iterator in isNoProtoCallVariadic()
2506 const CallArgList &Args) const override;
2564 const FunctionDecl *Callee, const CallArgList &Args) const { in checkFunctionCallABI()
11019 bool isNoProtoCallVariadic(const CallArgList &args, in isNoProtoCallVariadic()
DCGException.cpp1706 CallArgList Args; in Emit()
DMicrosoftCXXABI.cpp318 CallArgList &CallArgs) override { in adjustCallArgsForDestructorThunk()
4032 CallArgList Args; in getAddrOfCXXCtorClosure()
DCGDecl.cpp607 CallArgList Args; in Emit()
DCGBlocks.cpp1186 CallArgList Args; in EmitBlockCallExpr()

12