Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjC.cpp3635 CodeGenFunction::EmitARCStoreAutoreleasing(const BinaryOperator *e) { in EmitARCStoreAutoreleasing() function in CodeGenFunction
H A DCodeGenFunction.h4464 EmitARCStoreAutoreleasing(const BinaryOperator *e);
H A DCGExprScalar.cpp4489 std::tie(LHS, RHS) = CGF.EmitARCStoreAutoreleasing(E); in VisitBinAssign()
H A DCGExpr.cpp5562 return EmitARCStoreAutoreleasing(E).first; in EmitBinaryOperatorLValue()