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