Home
last modified time | relevance | path

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

12

/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A 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,
H A DCGObjCRuntime.h172 const CallArgList &CallArgs,
186 const CallArgList& Args,
206 const CallArgList &CallArgs,
339 CallArgList &callArgs);
H A DTargetInfo.h38 class CallArgList; variable
72 const CallArgList &Args) const {} in checkFunctionCallABI()
237 virtual bool isNoProtoCallVariadic(const CodeGen::CallArgList &args,
H A DCGGPUBuiltin.cpp79 CallArgList Args; in EmitNVPTXDevicePrintfCallExpr()
133 CallArgList CallArgs; in EmitAMDGPUDevicePrintfCallExpr()
H A DCGCall.h264 class CallArgList : public SmallVector<CallArg, 8> {
266 CallArgList() : StackBase(nullptr) {} in CallArgList() function
297 void addFrom(const CallArgList &other) { in addFrom()
H A DCGExprCXX.cpp39 CallArgList &Args, CallArgList *RtlArgs) { in commonEmitCXXMemberOrOperatorCall()
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()
1339 CallArgList Args; in EmitBuiltinNewDeleteCall()
1440 CallArgList DeleteArgs; in Emit()
1586 CallArgList allocatorArgs; in EmitCXXNewExpr()
[all …]
H A DCGObjC.cpp83 CallArgList Args; in EmitObjCBoxedExpr()
200 CallArgList Args; in EmitObjCCollectionLiteral()
661 CallArgList Args; in EmitObjCMessageExpr()
733 CallArgList args; in Emit()
825 CallArgList args; in emitStructGetterCall()
1088 CallArgList args; in emitCPPObjectAtomicGetterCall()
1294 CallArgList args; in emitStructSetterCall()
1340 CallArgList args; in emitCPPObjectAtomicSetterCall()
1770 CallArgList Args; in EmitObjCForCollectionStmt()
2702 CallArgList Args; in EmitObjCMRRAutoreleasePoolPush()
[all …]
H A DCGCall.cpp360 getArgTypesForCall(ASTContext &ctx, const CallArgList &args) { in getArgTypesForCall()
569 const CallArgList &args, in arrangeFreeFunctionLikeCall()
615 CodeGenTypes::arrangeFreeFunctionCall(const CallArgList &args, in arrangeFreeFunctionCall()
625 CodeGenTypes::arrangeBlockFunctionCall(const CallArgList &args, in arrangeBlockFunctionCall()
679 CodeGenTypes::arrangeCXXMethodCall(const CallArgList &args, in arrangeCXXMethodCall()
707 const CallArgList &args) { in arrangeCall()
3682 void CodeGenFunction::EmitDelegateCallArg(CallArgList &args, in EmitDelegateCallArg()
3807 const CallArgList &args) { in emitWritebacks()
3814 ArrayRef<CallArgList::CallArgCleanup> Cleanups = in deactivateArgCleanupsBeforeCall()
4065 CallArgList &Args, PrototypeWrapper Prototype, in EmitCallArgs()
[all …]
H A 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()
H A DCGCXXABI.h404 bool Delegating, CallArgList &Args);
472 CallArgList &CallArgs) {} in adjustCallArgsForDestructorThunk()
H A 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 …]
H A 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()
H A DCGObjCMac.cpp1073 const CallArgList &CallArgs,
1322 const CallArgList &CallArgs,
1488 const CallArgList &CallArgs,
1611 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()
2171 const CallArgList &CallArgs, in EmitMessageSend()
2188 CallArgList ActualArgs; in EmitMessageSend()
4118 CallArgList Args; in GenerateDirectMethodPrologue()
[all …]
H A DCGCXXABI.cpp299 bool ForVirtualBase, bool Delegating, CallArgList &Args) { in addImplicitConstructorArgs()
H A DCGObjCRuntime.cpp363 CallArgList &callArgs) { in getMessageSendInfo()
H A 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()
H A DCodeGenModule.h87 class CallArgList; variable
H A DCGVTables.cpp325 CallArgList CallArgs; in EmitCallAndReturnForThunk()
H A DCGCUDANV.cpp385 CallArgList LaunchKernelArgs; in emitDeviceStubBodyNew()
H A DCGExprComplex.cpp630 CallArgList Args; in EmitComplexBinOpLibCall()
H A 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()
H A DCGException.cpp1706 CallArgList Args; in Emit()
H A DMicrosoftCXXABI.cpp318 CallArgList &CallArgs) override { in adjustCallArgsForDestructorThunk()
4032 CallArgList Args; in getAddrOfCXXCtorClosure()
H A DCGDecl.cpp607 CallArgList Args; in Emit()
H A DCGBlocks.cpp1186 CallArgList Args; in EmitBlockCallExpr()

12