Home
last modified time | relevance | path

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

12

/netbsd-src/external/apache2/llvm/dist/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()
230 virtual bool isNoProtoCallVariadic(const CodeGen::CallArgList &args,
H A 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()
1309 const CallArgList &Args) { in EmitNewDeleteCall()
1336 CallArgList Args; in EmitBuiltinNewDeleteCall()
[all …]
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 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()
1087 CallArgList args; in emitCPPObjectAtomicGetterCall()
1196 CallArgList args; in generateObjCGetterBody()
1293 CallArgList args; in emitStructSetterCall()
[all …]
H A DCGCall.cpp359 getArgTypesForCall(ASTContext &ctx, const CallArgList &args) { in getArgTypesForCall()
393 CodeGenTypes::arrangeCXXConstructorCall(const CallArgList &args, in arrangeCXXConstructorCall()
506 const CallArgList &args) { in arrangeUnprototypedObjCMessageSend()
568 const CallArgList &args, in arrangeFreeFunctionLikeCall()
614 CodeGenTypes::arrangeFreeFunctionCall(const CallArgList &args, in arrangeFreeFunctionCall()
624 CodeGenTypes::arrangeBlockFunctionCall(const CallArgList &args, in arrangeBlockFunctionCall()
644 const CallArgList &args) { in arrangeBuiltinFunctionCall()
678 CodeGenTypes::arrangeCXXMethodCall(const CallArgList &args, in arrangeCXXMethodCall()
706 const CallArgList &args) { in arrangeCall()
3675 void CodeGenFunction::EmitDelegateCallArg(CallArgList &args, in EmitDelegateCallArg()
[all …]
H A DCGClass.cpp2059 CallArgList Args; in EmitCXXConstructorCall()
2106 CXXCtorType Type, CallArgList &Args) { in canEmitDelegateCallArgs()
2133 CallArgList &Args, in EmitCXXConstructorCall()
2208 CallArgList Args; in EmitInheritedCXXConstructorCall()
2254 bool Delegating, CallArgList &Args) { in EmitInlinedInheritingCXXConstructorCall()
2331 CallArgList Args; in EmitSynthesizedCXXCopyCtorCall()
2357 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,
3941 ReturnValueSlot ReturnValue, const CallArgList &Args,
3945 ReturnValueSlot ReturnValue, const CallArgList &Args,
4023 CallArgList *RtlArgs);
4573 void EmitCallArg(CallArgList &args, const Expr *E, QualType ArgType);
4578 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()
2022 CallArgList args; in EmitAtomicStore()
H A 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 …]
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,
2518 const CallArgList &CallArgs, in GenerateMessageSendSuper()
2532 CallArgList ActualArgs; in GenerateMessageSendSuper()
2635 const CallArgList &CallArgs, in GenerateMessageSend()
2696 CallArgList ActualArgs; in GenerateMessageSend()
H A DCodeGenModule.h87 class CallArgList; variable
H A DCGCUDANV.cpp377 CallArgList LaunchKernelArgs; in emitDeviceStubBodyNew()
H A DCGVTables.cpp325 CallArgList CallArgs; in EmitCallAndReturnForThunk()
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()
10973 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.cpp602 CallArgList Args; in Emit()
H A DCGBlocks.cpp1186 CallArgList Args; in EmitBlockCallExpr()

12