Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCGObjC.cpp3489 CodeGenFunction::EmitARCRetainAutoreleaseScalarExpr(const Expr *e) { in EmitARCRetainAutoreleaseScalarExpr() function in CodeGenFunction
3493 return EmitARCRetainAutoreleaseScalarExpr(cleanups->getSubExpr()); in EmitARCRetainAutoreleaseScalarExpr()
3528 return EmitARCRetainAutoreleaseScalarExpr(expr); in EmitObjCThrowOperand()
3661 llvm::Value *value = EmitARCRetainAutoreleaseScalarExpr(e->getRHS()); in EmitARCStoreAutoreleasing()
H A DCGDecl.cpp874 value = EmitARCRetainAutoreleaseScalarExpr(init); in EmitScalarInit()
H A DCodeGenFunction.h4347 llvm::Value *EmitARCRetainAutoreleaseScalarExpr(const Expr *expr);