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

/external/clang/lib/CodeGen/
H A DCGValue.h405 /// \param needsGC - true if the slot is potentially located
410 NeedsGCBarriers_t needsGC,
418 AV.ObjCGCFlag = needsGC;
426 NeedsGCBarriers_t needsGC,
430 LV.getQuals(), isDestructed, needsGC, isAliased, isZeroed);
407 forAddr(llvm::Value *addr, CharUnits align, Qualifiers quals, IsDestructed_t isDestructed, NeedsGCBarriers_t needsGC, IsAliased_t isAliased, IsZeroed_t isZeroed = IsNotZeroed) argument
424 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:__anon15199::AggExprEmitter
279 needsGC(type), AggValueSlot::IsAliased);
852 needsGC(E->getLHS()->getType()),
872 needsGC(E->getLHS()->getType()),

Completed in 63 milliseconds