Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprComplex.cpp504 return CGF.EmitCallExpr(E).getComplexVal(); in VisitCallExpr()
H A DCGExprAgg.cpp966 return CGF.EmitCallExpr(E, Slot); in VisitCallExpr()
H A DCGExpr.cpp5443 RValue CodeGenFunction::EmitCallExpr(const CallExpr *E, in EmitCallExpr() function in CodeGenFunction
5686 RValue RV = EmitCallExpr(E); in EmitCallExprLValue()
H A DCodeGenFunction.h4388 RValue EmitCallExpr(const CallExpr *E,
H A DCGExprScalar.cpp597 Value *V = CGF.EmitCallExpr(E).getScalarVal(); in VisitCallExpr()