Home
last modified time | relevance | path

Searched refs:requiresGCollection (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/CodeGen/
DCGExprAgg.cpp44 return !(Dest.requiresGCollection() || Dest.isPotentiallyAliased()); in shouldUseDestForReturnSlot()
294 if (dest.requiresGCollection()) { in EmitCopy()
653 valueDest.requiresGCollection(), in VisitCastExpr()
DCGValue.h471 NeedsGCBarriers_t requiresGCollection() const { in requiresGCollection() function