Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGObjC.cpp2936 CodeGenFunction::EmitARCRetainAutoreleaseScalarExpr(const Expr *e) { in EmitARCRetainAutoreleaseScalarExpr() function in CodeGenFunction
2941 return EmitARCRetainAutoreleaseScalarExpr(cleanups->getSubExpr()); in EmitARCRetainAutoreleaseScalarExpr()
2976 return EmitARCRetainAutoreleaseScalarExpr(expr); in EmitObjCThrowOperand()
3110 llvm::Value *value = EmitARCRetainAutoreleaseScalarExpr(e->getRHS()); in EmitARCStoreAutoreleasing()
DCGDecl.cpp749 value = EmitARCRetainAutoreleaseScalarExpr(init); in EmitScalarInit()
DCodeGenFunction.h3002 llvm::Value *EmitARCRetainAutoreleaseScalarExpr(const Expr *expr);
/external/llvm-project/clang/lib/CodeGen/
DCGObjC.cpp3384 CodeGenFunction::EmitARCRetainAutoreleaseScalarExpr(const Expr *e) { in EmitARCRetainAutoreleaseScalarExpr() function in CodeGenFunction
3388 return EmitARCRetainAutoreleaseScalarExpr(cleanups->getSubExpr()); in EmitARCRetainAutoreleaseScalarExpr()
3423 return EmitARCRetainAutoreleaseScalarExpr(expr); in EmitObjCThrowOperand()
3556 llvm::Value *value = EmitARCRetainAutoreleaseScalarExpr(e->getRHS()); in EmitARCStoreAutoreleasing()
DCGDecl.cpp851 value = EmitARCRetainAutoreleaseScalarExpr(init); in EmitScalarInit()
DCodeGenFunction.h4199 llvm::Value *EmitARCRetainAutoreleaseScalarExpr(const Expr *expr);