Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGExprComplex.cpp414 return CGF.EmitCallExpr(E).getComplexVal(); in VisitCallExpr()
H A DCGExprAgg.cpp924 return CGF.EmitCallExpr(E, Slot); in VisitCallExpr()
H A DCGExpr.cpp4840 RValue CodeGenFunction::EmitCallExpr(const CallExpr *E, in EmitCallExpr() function in CodeGenFunction
5005 RValue RV = EmitCallExpr(E); in EmitCallExprLValue()
H A DCodeGenFunction.h3953 RValue EmitCallExpr(const CallExpr *E,
H A DCGExprScalar.cpp574 Value *V = CGF.EmitCallExpr(E).getScalarVal(); in VisitCallExpr()