Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGObjC.cpp2068 llvm::Value *CodeGenFunction::EmitARCStoreStrong(LValue dst, in EmitARCStoreStrong() function in CodeGenFunction
2771 CodeGenFunction::EmitARCStoreStrong(const BinaryOperator *e, in EmitARCStoreStrong() function in CodeGenFunction
2795 value = EmitARCStoreStrong(lvalue, value, ignored); in EmitARCStoreStrong()
DCodeGenFunction.h2568 llvm::Value *EmitARCStoreStrong(LValue lvalue, llvm::Value *value,
2585 EmitARCStoreStrong(const BinaryOperator *e, bool ignored);
DCGExpr.cpp1507 EmitARCStoreStrong(Dst, Src.getScalarVal(), /*ignore*/ true); in EmitStoreThroughLValue()
3195 return EmitARCStoreStrong(E, /*ignored*/ false).first; in EmitBinaryOperatorLValue()
DCGExprScalar.cpp2990 std::tie(LHS, RHS) = CGF.EmitARCStoreStrong(E, Ignore); in VisitBinAssign()