| /netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| H A D | CodeGenTypes.h | 197 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 D | CGObjCRuntime.h | 172 const CallArgList &CallArgs, 186 const CallArgList& Args, 206 const CallArgList &CallArgs, 339 CallArgList &callArgs);
|
| H A D | TargetInfo.h | 38 class CallArgList; variable 72 const CallArgList &Args) const {} in checkFunctionCallABI() 230 virtual bool isNoProtoCallVariadic(const CodeGen::CallArgList &args,
|
| H A D | CGExprCXX.cpp | 39 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 D | CGGPUBuiltin.cpp | 79 CallArgList Args; in EmitNVPTXDevicePrintfCallExpr() 133 CallArgList CallArgs; in EmitAMDGPUDevicePrintfCallExpr()
|
| H A D | CGCall.h | 264 class CallArgList : public SmallVector<CallArg, 8> { 266 CallArgList() : StackBase(nullptr) {} in CallArgList() function 297 void addFrom(const CallArgList &other) { in addFrom()
|
| H A D | CGObjC.cpp | 83 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 D | CGCall.cpp | 359 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 D | CGClass.cpp | 2059 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 D | CGCXXABI.h | 404 bool Delegating, CallArgList &Args); 472 CallArgList &CallArgs) {} in adjustCallArgsForDestructorThunk()
|
| H A D | CodeGenFunction.h | 1675 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 D | CGAtomic.cpp | 306 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 D | CGObjCMac.cpp | 1073 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 D | CGCXXABI.cpp | 299 bool ForVirtualBase, bool Delegating, CallArgList &Args) { in addImplicitConstructorArgs()
|
| H A D | CGObjCRuntime.cpp | 363 CallArgList &callArgs) { in getMessageSendInfo()
|
| H A D | CGObjCGNU.cpp | 573 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 D | CodeGenModule.h | 87 class CallArgList; variable
|
| H A D | CGCUDANV.cpp | 377 CallArgList LaunchKernelArgs; in emitDeviceStubBodyNew()
|
| H A D | CGVTables.cpp | 325 CallArgList CallArgs; in EmitCallAndReturnForThunk()
|
| H A D | CGExprComplex.cpp | 630 CallArgList Args; in EmitComplexBinOpLibCall()
|
| H A D | TargetInfo.cpp | 421 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 D | CGException.cpp | 1706 CallArgList Args; in Emit()
|
| H A D | MicrosoftCXXABI.cpp | 318 CallArgList &CallArgs) override { in adjustCallArgsForDestructorThunk() 4032 CallArgList Args; in getAddrOfCXXCtorClosure()
|
| H A D | CGDecl.cpp | 602 CallArgList Args; in Emit()
|
| H A D | CGBlocks.cpp | 1186 CallArgList Args; in EmitBlockCallExpr()
|