Home | History | Annotate | Download | only in src

Lines Matching refs:Sentinel

466 /// RegNumT is for holding target-specific register numbers, plus the sentinel
541 static constexpr int Sentinel = -1;
554 assert(Current != Sentinel);
558 assert(Current != Sentinel);
573 Iterator end() { return Iterator(V, Sentinel); }