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

/external/clang/lib/CodeGen/
H A DCGValue.h394 /// \param needsGC - true if the slot is potentially located
398 NeedsGCBarriers_t needsGC,
405 AV.ObjCGCFlag = needsGC;
412 NeedsGCBarriers_t needsGC,
416 isDestructed, needsGC, isAliased, isZeroed);
396 forAddr(llvm::Value *addr, Qualifiers quals, IsDestructed_t isDestructed, NeedsGCBarriers_t needsGC, IsAliased_t isAliased, IsZeroed_t isZeroed = IsNotZeroed) argument
411 forLValue(LValue LV, IsDestructed_t isDestructed, NeedsGCBarriers_t needsGC, IsAliased_t isAliased, IsZeroed_t isZeroed = IsNotZeroed) argument
H A DCGExprAgg.cpp81 AggValueSlot::NeedsGCBarriers_t needsGC(QualType T) { function in class:__anon2819::AggExprEmitter
451 needsGC(E->getLHS()->getType()),
477 needsGC(E->getLHS()->getType()),

Completed in 36 milliseconds