Home
last modified time | relevance | path

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

/third_party/mesa3d/src/nouveau/codegen/
Dnv50_ir_util.h431 inline int end() const { checkTail(); return tail ? tail->end : -1; } in end()
441 inline void checkTail() const;
575 void Interval::checkTail() const in checkTail() function