Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGValue.h403 enum NeedsGCBarriers_t { DoesNotNeedGCBarriers, NeedsGCBarriers }; enum
425 NeedsGCBarriers_t needsGC,
441 NeedsGCBarriers_t needsGC,
469 NeedsGCBarriers_t requiresGCollection() const { in requiresGCollection()
470 return NeedsGCBarriers_t(ObjCGCFlag); in requiresGCollection()
DCGExprAgg.cpp89 AggValueSlot::NeedsGCBarriers_t needsGC(QualType T) { in needsGC()