Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGExprAgg.cpp45 return !(Dest.requiresGCollection() || Dest.isPotentiallyAliased()); in shouldUseDestForReturnSlot()
295 if (dest.requiresGCollection()) { in EmitCopy()
665 valueDest.requiresGCollection(), in VisitCastExpr()
DCGValue.h554 NeedsGCBarriers_t requiresGCollection() const { in requiresGCollection() function