Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGExprComplex.cpp409 return CGF.EmitCallExpr(E).getComplexVal(); in VisitCallExpr()
H A DCGExprAgg.cpp870 return CGF.EmitCallExpr(E, Slot); in VisitCallExpr()
H A DCGExpr.cpp4351 RValue CodeGenFunction::EmitCallExpr(const CallExpr *E, in EmitCallExpr() function in CodeGenFunction
4501 RValue RV = EmitCallExpr(E); in EmitCallExprLValue()
H A DCodeGenFunction.h3592 RValue EmitCallExpr(const CallExpr *E,
H A DCGExprScalar.cpp560 Value *V = CGF.EmitCallExpr(E).getScalarVal(); in VisitCallExpr()