Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGValue.h483 enum NeedsGCBarriers_t { DoesNotNeedGCBarriers, NeedsGCBarriers }; enum
505 NeedsGCBarriers_t needsGC,
526 NeedsGCBarriers_t needsGC,
554 NeedsGCBarriers_t requiresGCollection() const { in requiresGCollection()
555 return NeedsGCBarriers_t(ObjCGCFlag); in requiresGCollection()
DCGExprAgg.cpp90 AggValueSlot::NeedsGCBarriers_t needsGC(QualType T) { in needsGC()