Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGObjC.cpp2466 llvm::Value *CodeGenFunction::EmitARCStoreStrong(LValue dst, in EmitARCStoreStrong() function in CodeGenFunction
3573 CodeGenFunction::EmitARCStoreStrong(const BinaryOperator *e, in EmitARCStoreStrong() function in CodeGenFunction
3597 value = EmitARCStoreStrong(lvalue, value, ignored); in EmitARCStoreStrong()
H A DCGNonTrivialStruct.cpp755 CGF->EmitARCStoreStrong(CGF->MakeAddrLValue(Addrs[DstIdx], QT), SrcVal, in visitARCStrong()
H A DCodeGenFunction.h4227 llvm::Value *EmitARCStoreStrong(LValue lvalue, llvm::Value *value,
4250 EmitARCStoreStrong(const BinaryOperator *e, bool ignored);
H A DCGExpr.cpp2110 EmitARCStoreStrong(Dst, Src.getScalarVal(), /*ignore*/ true); in EmitStoreThroughLValue()
4972 return EmitARCStoreStrong(E, /*ignored*/ false).first; in EmitBinaryOperatorLValue()
H A DCGExprScalar.cpp4188 std::tie(LHS, RHS) = CGF.EmitARCStoreStrong(E, Ignore); in VisitBinAssign()