Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGValue.h384 enum NeedsGCBarriers_t { DoesNotNeedGCBarriers, NeedsGCBarriers }; enum
407 NeedsGCBarriers_t needsGC,
426 NeedsGCBarriers_t needsGC,
457 NeedsGCBarriers_t requiresGCollection() const { in requiresGCollection()
458 return NeedsGCBarriers_t(ObjCGCFlag); in requiresGCollection()
DCGExprAgg.cpp98 AggValueSlot::NeedsGCBarriers_t needsGC(QualType T) { in needsGC()