Home
last modified time | relevance | path

Searched refs:EmitARCStoreStrong (Results 1 – 4 of 4) sorted by relevance

/external/clang/lib/CodeGen/
DCGObjC.cpp2108 llvm::Value *CodeGenFunction::EmitARCStoreStrong(LValue dst, in EmitARCStoreStrong() function in CodeGenFunction
2811 CodeGenFunction::EmitARCStoreStrong(const BinaryOperator *e, in EmitARCStoreStrong() function in CodeGenFunction
2835 value = EmitARCStoreStrong(lvalue, value, ignored); in EmitARCStoreStrong()
DCodeGenFunction.h2786 llvm::Value *EmitARCStoreStrong(LValue lvalue, llvm::Value *value,
2803 EmitARCStoreStrong(const BinaryOperator *e, bool ignored);
DCGExpr.cpp1605 EmitARCStoreStrong(Dst, Src.getScalarVal(), /*ignore*/ true); in EmitStoreThroughLValue()
3618 return EmitARCStoreStrong(E, /*ignored*/ false).first; in EmitBinaryOperatorLValue()
DCGExprScalar.cpp2992 std::tie(LHS, RHS) = CGF.EmitARCStoreStrong(E, Ignore); in VisitBinAssign()