Home
last modified time | relevance | path

Searched refs:EmitCXXNewExpr (Results 1 – 3 of 3) sorted by relevance

/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCGExprCXX.cpp1555 llvm::Value *CodeGenFunction::EmitCXXNewExpr(const CXXNewExpr *E) { in EmitCXXNewExpr() function in CodeGenFunction
H A DCodeGenFunction.h2935 llvm::Value *EmitCXXNewExpr(const CXXNewExpr *E);
H A DCGExprScalar.cpp671 return CGF.EmitCXXNewExpr(E); in VisitCXXNewExpr()