Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprComplex.cpp441 return CGF.EmitCallExpr(E).getComplexVal(); in VisitCallExpr()
H A DCGExprAgg.cpp952 return CGF.EmitCallExpr(E, Slot); in VisitCallExpr()
H A DCGExpr.cpp5383 RValue CodeGenFunction::EmitCallExpr(const CallExpr *E, in EmitCallExpr() function in CodeGenFunction
5592 RValue RV = EmitCallExpr(E); in EmitCallExprLValue()
H A DCodeGenFunction.h4136 RValue EmitCallExpr(const CallExpr *E,
H A DCGExprScalar.cpp580 Value *V = CGF.EmitCallExpr(E).getScalarVal(); in VisitCallExpr()