Home
last modified time | relevance | path

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

12

/external/clang/lib/CodeGen/
DCodeGenTypes.h257 const CallArgList &args);
262 const CGFunctionInfo &arrangeFreeFunctionCall(const CallArgList &Args,
282 const CallArgList &args);
290 const CallArgList &args);
296 const CGFunctionInfo &arrangeBlockFunctionCall(const CallArgList &args,
303 const CGFunctionInfo &arrangeCXXConstructorCall(const CallArgList &Args,
308 const CGFunctionInfo &arrangeCXXMethodCall(const CallArgList &args,
DCGCall.h56 class CallArgList :
59 CallArgList() : StackBase(nullptr) {} in CallArgList() function
85 void addFrom(const CallArgList &other) { in addFrom()
DTargetInfo.h36 class CallArgList; variable
207 virtual bool isNoProtoCallVariadic(const CodeGen::CallArgList &args,
DCGObjCRuntime.h167 const CallArgList &CallArgs,
186 const CallArgList &CallArgs,
297 CallArgList &callArgs);
DCGExprCXX.cpp31 CallArgList &Args) { in commonEmitCXXMemberOrOperatorCall()
78 CallArgList Args; in EmitCXXMemberOrOperatorCall()
89 CallArgList Args; in EmitCXXDestructorCall()
319 CallArgList Args; in EmitCXXMemberPointerCallExpr()
1115 const CallArgList &Args) { in EmitNewDeleteCall()
1148 CallArgList Args; in EmitBuiltinNewDeleteCall()
1196 CallArgList DeleteArgs; in Emit()
1251 CallArgList DeleteArgs; in Emit()
1281 const CallArgList &NewArgs) { in EnterNewDeleteCleanup()
1339 CallArgList allocatorArgs; in EmitCXXNewExpr()
[all …]
DCGObjC.cpp76 CallArgList Args; in EmitObjCBoxedExpr()
182 CallArgList Args; in EmitObjCCollectionLiteral()
429 CallArgList Args; in EmitObjCMessageExpr()
501 CallArgList args; in Emit()
579 CallArgList args; in emitStructGetterCall()
840 CallArgList args; in emitCPPObjectAtomicGetterCall()
946 CallArgList args; in generateObjCGetterBody()
1042 CallArgList args; in emitStructSetterCall()
1086 CallArgList args; in emitCPPObjectAtomicSetterCall()
1233 CallArgList args; in generateObjCSetterBody()
[all …]
DCGCall.cpp304 getArgTypesForCall(ASTContext &ctx, const CallArgList &args) { in getArgTypesForCall()
351 CodeGenTypes::arrangeCXXConstructorCall(const CallArgList &args, in arrangeCXXConstructorCall()
446 const CallArgList &args) { in arrangeUnprototypedObjCMessageSend()
510 const CallArgList &args, in arrangeFreeFunctionLikeCall()
556 CodeGenTypes::arrangeFreeFunctionCall(const CallArgList &args, in arrangeFreeFunctionCall()
566 CodeGenTypes::arrangeBlockFunctionCall(const CallArgList &args, in arrangeBlockFunctionCall()
587 const CallArgList &args) { in arrangeBuiltinFunctionCall()
618 CodeGenTypes::arrangeCXXMethodCall(const CallArgList &args, in arrangeCXXMethodCall()
644 const CallArgList &args) { in arrangeCall()
2881 void CodeGenFunction::EmitDelegateCallArg(CallArgList &args, in EmitDelegateCallArg()
[all …]
DCGCUDABuiltin.cpp80 CallArgList Args; in EmitCUDADevicePrintfCallExpr()
DCGCXXABI.h362 bool Delegating, CallArgList &Args) = 0;
420 CallArgList &CallArgs) {} in adjustCallArgsForDestructorThunk()
DCGClass.cpp2051 CallArgList Args; in EmitCXXConstructorCall()
2079 CXXCtorType Type, CallArgList &Args) { in canEmitDelegateCallArgs()
2106 CallArgList &Args) { in EmitCXXConstructorCall()
2175 CallArgList Args; in EmitInheritedCXXConstructorCall()
2221 bool Delegating, CallArgList &Args) { in EmitInlinedInheritingCXXConstructorCall()
2295 CallArgList Args; in EmitSynthesizedCXXCopyCtorCall()
2318 CallArgList DelegateArgs; in EmitDelegateCXXConstructorCall()
2900 CallArgList &callArgs) { in EmitForwardingCallToLambda()
2939 CallArgList CallArgs; in EmitLambdaBlockInvokeBody()
2969 CallArgList CallArgs; in EmitLambdaDelegatingInvokeBody()
DCodeGenFunction.h1133 CallArgList OldCXXInheritedCtorInitExprArgs;
1151 CallArgList CXXInheritedCtorInitExprArgs;
1398 CallArgList &CallArgs);
1963 CallArgList &Args);
1979 Address This, CallArgList &Args);
2818 ReturnValueSlot ReturnValue, const CallArgList &Args,
3229 void EmitCallArg(CallArgList &args, const Expr *E, QualType ArgType);
3234 void EmitDelegateCallArg(CallArgList &args, const VarDecl *param,
3313 void EmitCallArgs(CallArgList &Args, const T *CallArgTypeInfo,
3359 void EmitCallArgs(CallArgList &Args, ArrayRef<QualType> ArgTypes,
DCGAtomic.cpp306 CallArgList &args) { in emitAtomicLibcall()
637 AddDirectArgument(CodeGenFunction &CGF, CallArgList &Args, in AddDirectArgument()
829 CallArgList Args; in EmitAtomicExpr()
1241 CallArgList Args; in EmitAtomicLoadLibcall()
1437 CallArgList Args; in EmitAtomicCompareExchangeLibcall()
1749 CallArgList args; in EmitAtomicStore()
DCGObjCMac.cpp1029 const CallArgList &CallArgs,
1192 const CallArgList &CallArgs,
1201 bool IsClassMessage, const CallArgList &CallArgs,
1363 const CallArgList &CallArgs,
1461 const CallArgList &CallArgs,
1470 bool IsClassMessage, const CallArgList &CallArgs,
1585 const CallArgList &CallArgs, in complete()
1606 CallArgList::const_iterator I = CallArgs.begin(); in complete()
1787 const CodeGen::CallArgList &CallArgs, in GenerateMessageSendSuper()
1847 const CallArgList &CallArgs, in GenerateMessageSend()
[all …]
DCGObjCRuntime.cpp357 CallArgList &callArgs) { in getMessageSendInfo()
DCGObjCGNU.cpp516 llvm::Value *Receiver, const CallArgList &CallArgs,
524 bool IsClassMessage, const CallArgList &CallArgs,
1269 const CallArgList &CallArgs, in GenerateMessageSendSuper()
1283 CallArgList ActualArgs; in GenerateMessageSendSuper()
1374 const CallArgList &CallArgs, in GenerateMessageSend()
1435 CallArgList ActualArgs; in GenerateMessageSend()
DCodeGenModule.h83 class CallArgList; variable
DCGVTables.cpp279 CallArgList CallArgs; in EmitCallAndReturnForThunk()
DMicrosoftCXXABI.cpp251 CallArgList &Args) override;
298 CallArgList &CallArgs) override { in adjustCallArgsForDestructorThunk()
1458 bool ForVirtualBase, bool Delegating, CallArgList &Args) { in addImplicitConstructorArgs()
3858 CallArgList Args; in getAddrOfCXXCtorClosure()
DCGExprComplex.cpp576 CallArgList Args; in EmitComplexBinOpLibCall()
DCGDecl.cpp526 CallArgList Args; in Emit()
DCGException.cpp1417 CallArgList Args; in Emit()
DItaniumCXXABI.cpp229 CallArgList &Args) override;
1416 bool ForVirtualBase, bool Delegating, CallArgList &Args) { in addImplicitConstructorArgs()
DCGBlocks.cpp977 CallArgList Args; in EmitBlockCallExpr()
DTargetInfo.cpp384 bool TargetCodeGenInfo::isNoProtoCallVariadic(const CallArgList &args, in isNoProtoCallVariadic()
2066 bool isNoProtoCallVariadic(const CallArgList &args, in isNoProtoCallVariadic()
2076 for (CallArgList::const_iterator in isNoProtoCallVariadic()
DCGExpr.cpp4092 CallArgList Args; in EmitCall()

12