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

/external/clang/lib/CodeGen/
H A DCGValue.h420 /// \param needsGC - true if the slot is potentially located
425 NeedsGCBarriers_t needsGC,
433 AV.ObjCGCFlag = needsGC;
441 NeedsGCBarriers_t needsGC,
445 LV.getQuals(), isDestructed, needsGC, isAliased, isZeroed);
422 forAddr(llvm::Value *addr, CharUnits align, Qualifiers quals, IsDestructed_t isDestructed, NeedsGCBarriers_t needsGC, IsAliased_t isAliased, IsZeroed_t isZeroed = IsNotZeroed) argument
439 forLValue(const LValue &LV, IsDestructed_t isDestructed, NeedsGCBarriers_t needsGC, IsAliased_t isAliased, IsZeroed_t isZeroed = IsNotZeroed) argument
H A DCGExprAgg.cpp89 AggValueSlot::NeedsGCBarriers_t needsGC(QualType T) { function in class:__anon17831::AggExprEmitter
279 needsGC(type), AggValueSlot::IsAliased);
870 needsGC(E->getLHS()->getType()),
890 needsGC(E->getLHS()->getType()),

Completed in 85 milliseconds