Home
last modified time | relevance | path

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

12

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCodeGenTypes.h194 const CallArgList &args);
199 const CGFunctionInfo &arrangeFreeFunctionCall(const CallArgList &Args,
218 const CallArgList &args);
226 const CallArgList &args);
232 const CGFunctionInfo &arrangeBlockFunctionCall(const CallArgList &args,
238 const CGFunctionInfo &arrangeCXXConstructorCall(const CallArgList &Args,
245 const CGFunctionInfo &arrangeCXXMethodCall(const CallArgList &args,
H A DCGObjCRuntime.h173 const CallArgList &CallArgs,
187 const CallArgList& Args,
207 const CallArgList &CallArgs,
340 CallArgList &callArgs);
357 const CallArgList &callArgs);
H A DCGGPUBuiltin.cpp94 packArgsIntoNVPTXFormatBuffer(CodeGenFunction *CGF, const CallArgList &Args) { in packArgsIntoNVPTXFormatBuffer()
128 bool containsNonScalarVarargs(CodeGenFunction *CGF, CallArgList Args) { in containsNonScalarVarargs()
143 CallArgList Args; in EmitDevicePrintfCallExpr()
185 CallArgList CallArgs; in EmitAMDGPUDevicePrintfCallExpr()
H A DTargetInfo.h38 class CallArgList; variable
84 const CallArgList &Args) const {} in checkFunctionCallABI()
249 virtual bool isNoProtoCallVariadic(const CodeGen::CallArgList &args,
H A DCGCall.h259 class CallArgList : public SmallVector<CallArg, 8> {
261 CallArgList() : StackBase(nullptr) {} in CallArgList() function
292 void addFrom(const CallArgList &other) { in addFrom()
H A DCGExprCXX.cpp39 CallArgList &Args, CallArgList *RtlArgs) { in commonEmitCXXMemberOrOperatorCall()
84 const CallExpr *CE, CallArgList *RtlArgs) { in EmitCXXMemberOrOperatorCall()
86 CallArgList Args; in EmitCXXMemberOrOperatorCall()
114 CallArgList Args; in EmitCXXDestructorCall()
257 CallArgList RtlArgStorage; in EmitCXXMemberOrOperatorMemberCallExpr()
258 CallArgList *RtlArgs = nullptr; in EmitCXXMemberOrOperatorMemberCallExpr()
288 CallArgList Args; in EmitCXXMemberOrOperatorMemberCallExpr()
465 CallArgList Args; in EmitCXXMemberPointerCallExpr()
1311 const CallArgList &Args) { in EmitNewDeleteCall()
1337 CallArgList Args; in EmitBuiltinNewDeleteCall()
[all …]
H A DCGObjCRuntime.cpp364 CallArgList &callArgs) { in getMessageSendInfo()
436 const CallArgList &callArgs) { in destroyCalleeDestroyedArguments()
437 CallArgList::const_iterator I = callArgs.begin(); in destroyCalleeDestroyedArguments()
H A DCGObjC.cpp86 CallArgList Args; in EmitObjCBoxedExpr()
204 CallArgList Args; in EmitObjCCollectionLiteral()
379 const CallArgList &Args, Selector Sel, const ObjCMethodDecl *method, in tryGenerateSpecializedMessageSend()
440 Selector Sel, llvm::Value *Receiver, const CallArgList &Args, in GeneratePossiblySpecializedMessageSend()
663 CallArgList Args; in EmitObjCMessageExpr()
735 CallArgList args; in Emit()
828 CallArgList args; in emitStructGetterCall()
1092 CallArgList args; in emitCPPObjectAtomicGetterCall()
1232 CallArgList args; in generateObjCGetterBody()
1329 CallArgList args; in emitStructSetterCall()
[all …]
H A DCGCall.cpp372 getArgTypesForCall(ASTContext &ctx, const CallArgList &args) { in getArgTypesForCall()
406 CodeGenTypes::arrangeCXXConstructorCall(const CallArgList &args, in arrangeCXXConstructorCall()
522 const CallArgList &args) { in arrangeUnprototypedObjCMessageSend()
584 const CallArgList &args, in arrangeFreeFunctionLikeCall()
630 CodeGenTypes::arrangeFreeFunctionCall(const CallArgList &args, in arrangeFreeFunctionCall()
640 CodeGenTypes::arrangeBlockFunctionCall(const CallArgList &args, in arrangeBlockFunctionCall()
660 const CallArgList &args) { in arrangeBuiltinFunctionCall()
694 CodeGenTypes::arrangeCXXMethodCall(const CallArgList &args, in arrangeCXXMethodCall()
722 const CallArgList &args) { in arrangeCall()
3817 void CodeGenFunction::EmitDelegateCallArg(CallArgList &args, in EmitDelegateCallArg()
[all …]
H A DCGClass.cpp2126 CallArgList Args; in EmitCXXConstructorCall()
2173 CXXCtorType Type, CallArgList &Args) { in canEmitDelegateCallArgs()
2200 CallArgList &Args, in EmitCXXConstructorCall()
2275 CallArgList Args; in EmitInheritedCXXConstructorCall()
2321 bool Delegating, CallArgList &Args) { in EmitInlinedInheritingCXXConstructorCall()
2398 CallArgList Args; in EmitSynthesizedCXXCopyCtorCall()
2424 CallArgList DelegateArgs; in EmitDelegateCXXConstructorCall()
2939 CallArgList &callArgs) { in EmitForwardingCallToLambda()
2992 CallArgList CallArgs; in EmitLambdaBlockInvokeBody()
3011 CallArgList CallArgs; in EmitLambdaDelegatingInvokeBody()
H A DCGCXXABI.h429 bool Delegating, CallArgList &Args);
497 CallArgList &CallArgs) {} in adjustCallArgsForDestructorThunk()
H A DCodeGenFunction.h1716 CallArgList OldCXXInheritedCtorInitExprArgs;
1921 CallArgList CXXInheritedCtorInitExprArgs;
2223 CallArgList &CallArgs);
2868 CallArgList &Args);
2884 Address This, CallArgList &Args,
4013 ReturnValueSlot ReturnValue, const CallArgList &Args,
4017 ReturnValueSlot ReturnValue, const CallArgList &Args,
4095 CallArgList *RtlArgs);
4665 void EmitCallArg(CallArgList &args, const Expr *E, QualType ArgType);
4670 void EmitDelegateCallArg(CallArgList &args, const VarDecl *param,
[all …]
H A DCGAtomic.cpp315 CallArgList &args) { in emitAtomicLibcall()
782 AddDirectArgument(CodeGenFunction &CGF, CallArgList &Args, in AddDirectArgument()
1075 CallArgList Args; in EmitAtomicExpr()
1567 CallArgList Args; in EmitAtomicLoadLibcall()
1764 CallArgList Args; in EmitAtomicCompareExchangeLibcall()
2071 CallArgList args; in EmitAtomicStore()
H A DCGCXXABI.cpp343 bool ForVirtualBase, bool Delegating, CallArgList &Args) { in addImplicitConstructorArgs()
H A DCGObjCMac.cpp1077 const CallArgList &CallArgs,
1326 const CallArgList &CallArgs,
1335 bool IsClassMessage, const CallArgList &CallArgs,
1492 const CallArgList &CallArgs,
1615 const CallArgList &CallArgs,
1624 bool IsClassMessage, const CallArgList &CallArgs,
1742 const CallArgList &CallArgs, in complete()
2063 const CodeGen::CallArgList &CallArgs, in GenerateMessageSendSuper()
2123 const CallArgList &CallArgs, in GenerateMessageSend()
2139 const CallArgList &CallArgs, in EmitMessageSend()
[all …]
H A DCGObjCGNU.cpp574 llvm::Value *Receiver, const CallArgList &CallArgs,
582 bool IsClassMessage, const CallArgList &CallArgs,
2530 const CallArgList &CallArgs, in GenerateMessageSendSuper()
2544 CallArgList ActualArgs; in GenerateMessageSendSuper()
2645 const CallArgList &CallArgs, in GenerateMessageSend()
2677 CallArgList ActualArgs; in GenerateMessageSend()
H A DCGVTables.cpp329 CallArgList CallArgs; in EmitCallAndReturnForThunk()
H A DCGCUDANV.cpp406 CallArgList LaunchKernelArgs; in emitDeviceStubBodyNew()
H A DCGExprComplex.cpp686 CallArgList Args; in EmitComplexBinOpLibCall()
H A DTargetInfo.cpp476 bool TargetCodeGenInfo::isNoProtoCallVariadic(const CallArgList &args, in isNoProtoCallVariadic()
2505 bool isNoProtoCallVariadic(const CallArgList &args, in isNoProtoCallVariadic()
2515 for (CallArgList::const_iterator in isNoProtoCallVariadic()
2556 const CallArgList &Args) const override;
2614 const FunctionDecl *Callee, const CallArgList &Args) const { in checkFunctionCallABI()
11498 bool isNoProtoCallVariadic(const CallArgList &args, in isNoProtoCallVariadic()
H A DCGException.cpp1709 CallArgList Args; in Emit()
H A DMicrosoftCXXABI.cpp335 CallArgList &CallArgs) override { in adjustCallArgsForDestructorThunk()
4138 CallArgList Args; in getAddrOfCXXCtorClosure()
H A DCGBlocks.cpp1188 CallArgList Args; in EmitBlockCallExpr()
H A DCGDecl.cpp622 CallArgList Args; in Emit()
H A DCGExpr.cpp5404 CallArgList Args; in EmitCall()

12