Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGObjC.cpp3433 CodeGenFunction::EmitARCRetainAutoreleaseScalarExpr(const Expr *e) { in EmitARCRetainAutoreleaseScalarExpr() function in CodeGenFunction
3437 return EmitARCRetainAutoreleaseScalarExpr(cleanups->getSubExpr()); in EmitARCRetainAutoreleaseScalarExpr()
3472 return EmitARCRetainAutoreleaseScalarExpr(expr); in EmitObjCThrowOperand()
3605 llvm::Value *value = EmitARCRetainAutoreleaseScalarExpr(e->getRHS()); in EmitARCStoreAutoreleasing()
H A DCGDecl.cpp854 value = EmitARCRetainAutoreleaseScalarExpr(init); in EmitScalarInit()
H A DCodeGenFunction.h4268 llvm::Value *EmitARCRetainAutoreleaseScalarExpr(const Expr *expr);