Home
last modified time | relevance | path

Searched refs:emitCallArgs (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenCXXExpr.cpp64 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 DCIRGenClass.cpp465 emitCallArgs(args, fpt, e->arguments(), e->getConstructor(), in emitCXXConstructorCall()
H A DCIRGenCall.cpp703 void CIRGenFunction::emitCallArgs( in emitCallArgs() function in CIRGenFunction
H A DCIRGenFunction.h805 void emitCallArgs(
H A DCIRGenExpr.cpp1230 emitCallArgs(args, dyn_cast<FunctionProtoType>(fnType), e->arguments(), in emitCall()