Searched defs:needsGC (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGExprAgg.cpp90 AggValueSlot::NeedsGCBarriers_t needsGC(QualType T) { function in class:__anon1209::AggExprEmitter
286 needsGC(type), AggValueSlot::IsAliased);
890 needsGC(E->getLHS()->getType()),
911 needsGC(E->getLHS()->getType()),
H A DCGValue.h500 /// \param needsGC - true if the slot is potentially located
505 NeedsGCBarriers_t needsGC,
518 AV.ObjCGCFlag = needsGC;
526 NeedsGCBarriers_t needsGC,
530 LV.getQuals(), isDestructed, needsGC, isAliased, isZeroed);
502 forAddr(Address addr, Qualifiers quals, IsDestructed_t isDestructed, NeedsGCBarriers_t needsGC, IsAliased_t isAliased, IsZeroed_t isZeroed = IsNotZeroed) argument
524 forLValue(const LValue &LV, IsDestructed_t isDestructed, NeedsGCBarriers_t needsGC, IsAliased_t isAliased, IsZeroed_t isZeroed = IsNotZeroed) argument

Completed in 84 milliseconds