Lines Matching refs:Ice
35 namespace Ice {
1185 struct ilist_traits<Ice::Inst> : public ilist_default_traits<Ice::Inst> {
1186 Ice::Inst *createSentinel() const {
1187 return static_cast<Ice::Inst *>(&Sentinel);
1189 static void destroySentinel(Ice::Inst *) {}
1190 Ice::Inst *provideInitialHead() const { return createSentinel(); }
1191 Ice::Inst *ensureHead(Ice::Inst *) const { return createSentinel(); }
1192 static void noteHead(Ice::Inst *, Ice::Inst *) {}
1193 void deleteNode(Ice::Inst *) {}
1196 mutable ilist_half_node<Ice::Inst> Sentinel;
1202 namespace Ice {