Searched refs:emitCallArgs (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/ |
| H A D | CIRGenCXXExpr.cpp | 64 cgf.emitCallArgs(args, fpt, drop_begin(ce->arguments(), argsToSkip), in commonBuildCXXMemberOrOperatorCall() 103 emitCallArgs(*rtlArgs, md->getType()->castAs<FunctionProtoType>(), in emitCXXMemberOrOperatorMemberCallExpr() 318 emitCallArgs(allocatorArgs, allocatorType, e->placement_arguments(), in emitCXXNewExpr()
|
| H A D | CIRGenClass.cpp | 465 emitCallArgs(args, fpt, e->arguments(), e->getConstructor(), in emitCXXConstructorCall()
|
| H A D | CIRGenCall.cpp | 703 void CIRGenFunction::emitCallArgs( in emitCallArgs() function in CIRGenFunction
|
| H A D | CIRGenFunction.h | 805 void emitCallArgs(
|
| H A D | CIRGenExpr.cpp | 1230 emitCallArgs(args, dyn_cast<FunctionProtoType>(fnType), e->arguments(), in emitCall()
|