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

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/CodeGen/
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
H A DCGExprAgg.cpp90 AggValueSlot::NeedsGCBarriers_t needsGC(QualType T) { function in class:__anon3784::AggExprEmitter
285 needsGC(type), AggValueSlot::IsAliased);
889 needsGC(E->getLHS()->getType()),
910 needsGC(E->getLHS()->getType()),

Completed in 140 milliseconds