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

/freebsd-10.2-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenFunction.h2205 llvm::Value *EmitARCStoreStrong(LValue lvalue, llvm::Value *value,
2222 EmitARCStoreStrong(const BinaryOperator *e, bool ignored);
H A DCGObjC.cpp2065 llvm::Value *CodeGenFunction::EmitARCStoreStrong(LValue dst, function in class:CodeGenFunction
2768 CodeGenFunction::EmitARCStoreStrong(const BinaryOperator *e, function in class:CodeGenFunction
2792 value = EmitARCStoreStrong(lvalue, value, ignored);
H A DCGExpr.cpp1387 EmitARCStoreStrong(Dst, Src.getScalarVal(), /*ignore*/ true);
2975 return EmitARCStoreStrong(E, /*ignored*/ false).first;
H A DCGExprScalar.cpp2821 llvm::tie(LHS, RHS) = CGF.EmitARCStoreStrong(E, Ignore);

Completed in 137 milliseconds