Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGExprAgg.cpp45 return !(Dest.requiresGCollection() || Dest.isPotentiallyAliased()); in shouldUseDestForReturnSlot()
296 if (dest.requiresGCollection()) { in EmitCopy()
666 valueDest.requiresGCollection(), in VisitCastExpr()
DCGValue.h554 NeedsGCBarriers_t requiresGCollection() const { in requiresGCollection() function
/external/llvm-project/clang/lib/CodeGen/
DCGValue.h607 NeedsGCBarriers_t requiresGCollection() const { in requiresGCollection() function
DCGExprAgg.cpp266 bool UseTemp = Dest.isPotentiallyAliased() || Dest.requiresGCollection() || in withReturnValueSlot()
365 if (dest.requiresGCollection()) { in EmitCopy()
804 valueDest.requiresGCollection(), in VisitCastExpr()