Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_util.h435 inline int end() const { checkTail(); return tail ? tail->end : -1; } in end()
445 inline void checkTail() const;
576 void Interval::checkTail() const in checkTail() function