Home
last modified time | relevance | path

Searched refs:PipIterator (Results 1 – 2 of 2) sorted by relevance

/dports/devel/nextpnr/nextpnr-48cd407/ice40/
H A Darch.h359 struct PipIterator struct
364 bool operator!=(const PipIterator &other) const { return cursor != other.cursor; } argument
376 PipIterator b, e; argument
377 PipIterator begin() const { return b; } in begin()
378 PipIterator end() const { return e; } in end()
/dports/devel/nextpnr/nextpnr-48cd407/ecp5/
H A Darch.h394 struct PipIterator struct
401 bool operator!=(const PipIterator &other) const { return cursor != other.cursor; } argument
414 PipIterator b, e; argument
415 PipIterator begin() const { return b; } in begin()
416 PipIterator end() const { return e; } in end()