Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGValue.h388 enum NeedsGCBarriers_t { DoesNotNeedGCBarriers, NeedsGCBarriers }; enum
410 NeedsGCBarriers_t needsGC,
426 NeedsGCBarriers_t needsGC,
454 NeedsGCBarriers_t requiresGCollection() const { in requiresGCollection()
455 return NeedsGCBarriers_t(ObjCGCFlag); in requiresGCollection()
DCGExprAgg.cpp89 AggValueSlot::NeedsGCBarriers_t needsGC(QualType T) { in needsGC()