Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGExprComplex.cpp433 return CGF.EmitCallExpr(E).getComplexVal(); in VisitCallExpr()
H A DCGExprAgg.cpp949 return CGF.EmitCallExpr(E, Slot); in VisitCallExpr()
H A DCGExpr.cpp4971 RValue CodeGenFunction::EmitCallExpr(const CallExpr *E, in EmitCallExpr() function in CodeGenFunction
5177 RValue RV = EmitCallExpr(E); in EmitCallExprLValue()
H A DCodeGenFunction.h4025 RValue EmitCallExpr(const CallExpr *E,
H A DCGExprScalar.cpp580 Value *V = CGF.EmitCallExpr(E).getScalarVal(); in VisitCallExpr()