reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1412 assert(!ResultSlot.isIgnored()); 1491 if (LVal.isSimple() && !ResultSlot.isIgnored()) { 1508 if (getEvaluationKind() == TEK_Aggregate && ResultSlot.isIgnored())tools/clang/lib/CodeGen/CGExpr.cpp
203 if (!ignoreResult && aggSlot.isIgnored())
tools/clang/lib/CodeGen/CGExprAgg.cpp42 if (!Dest.isIgnored()) return Dest; 46 if (!Dest.isIgnored()) return; 251 Dest.isIgnored() && 323 if (Dest.isIgnored()) 695 if (!Dest.isIgnored()) 702 if (Dest.isIgnored()) { 718 if (Dest.isIgnored()) { 758 if (Dest.isIgnored() || !CGF.CGM.isPaddedAtomicType(atomicType)) { 777 if (!valueDest.isIgnored() && CGF.CGM.isPaddedAtomicType(atomicType)) { 1854 assert((Slot.getAddress().isValid() || Slot.isIgnored()) && 1860 AggExprEmitter(*this, Slot, Slot.isIgnored()).Visit(const_cast<Expr*>(E));tools/clang/lib/CodeGen/CGExprCXX.cpp
568 assert(!Dest.isIgnored() && "Must have a destination!");
tools/clang/lib/CodeGen/CGValue.h 607 if (isIgnored()) {