Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenExprAggregate.cpp305 e, [&](ReturnValueSlot slot) { return cgf.emitCallExpr(e, slot); }); in VisitCallExpr()
H A DCIRGenExprComplex.cpp234 return cgf.emitCallExpr(e).getValue(); in VisitCallExpr()
H A DCIRGenExpr.cpp1057 RValue rv = emitCallExpr(e); in emitCallExprLValue()
1298 RValue CIRGenFunction::emitCallExpr(const clang::CallExpr *e, in emitCallExpr() function in CIRGenFunction
H A DCIRGenFunction.h809 RValue emitCallExpr(const clang::CallExpr *e,
H A DCIRGenExprScalar.cpp1826 auto v = cgf.emitCallExpr(e).getValue(); in VisitCallExpr()