Searched refs:EmitARCStoreStrong (Results 1 – 4 of 4) sorted by relevance
/external/clang/lib/CodeGen/ |
D | CGObjC.cpp | 2108 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()
|
D | CodeGenFunction.h | 2786 llvm::Value *EmitARCStoreStrong(LValue lvalue, llvm::Value *value, 2803 EmitARCStoreStrong(const BinaryOperator *e, bool ignored);
|
D | CGExpr.cpp | 1605 EmitARCStoreStrong(Dst, Src.getScalarVal(), /*ignore*/ true); in EmitStoreThroughLValue() 3618 return EmitARCStoreStrong(E, /*ignored*/ false).first; in EmitBinaryOperatorLValue()
|
D | CGExprScalar.cpp | 2992 std::tie(LHS, RHS) = CGF.EmitARCStoreStrong(E, Ignore); in VisitBinAssign()
|