Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGObjC.cpp2119 llvm::Value *CodeGenFunction::EmitARCStoreStrong(LValue dst, in EmitARCStoreStrong() function in CodeGenFunction
3078 CodeGenFunction::EmitARCStoreStrong(const BinaryOperator *e, in EmitARCStoreStrong() function in CodeGenFunction
3102 value = EmitARCStoreStrong(lvalue, value, ignored); in EmitARCStoreStrong()
DCodeGenFunction.h2972 llvm::Value *EmitARCStoreStrong(LValue lvalue, llvm::Value *value,
2990 EmitARCStoreStrong(const BinaryOperator *e, bool ignored);
DCGExpr.cpp1630 EmitARCStoreStrong(Dst, Src.getScalarVal(), /*ignore*/ true); in EmitStoreThroughLValue()
3832 return EmitARCStoreStrong(E, /*ignored*/ false).first; in EmitBinaryOperatorLValue()
DCGExprScalar.cpp2979 std::tie(LHS, RHS) = CGF.EmitARCStoreStrong(E, Ignore); in VisitBinAssign()