Searched refs:get_next (Results 1 - 7 of 7) sorted by relevance

/external/mesa3d/src/glsl/
H A Dlower_jumps.cpp291 while (!ir->get_next()->is_tail_sentinel()) {
292 ((ir_instruction *)ir->get_next())->remove();
299 while (!ir->get_next()->is_tail_sentinel()) {
300 ir_instruction *move_ir = (ir_instruction *)ir->get_next();
474 if(ir->get_next()->is_tail_sentinel() && (this->loop.nesting_depth == 0
482 if(this->function.nesting_depth == 0 && ir->get_next()->is_tail_sentinel())
514 if(this->loop.nesting_depth == 0 && ir->get_next()->is_tail_sentinel())
761 exec_node* next = ir->get_next();
794 for(ir_after = (ir_instruction*)ir->get_next(); !ir_after->is_tail_sentinel();)
800 ir_instruction* ir_next = (ir_instruction*)ir_after->get_next();
[all...]
H A Dloop_unroll.cpp178 while (!ir_if->get_next()->is_tail_sentinel()) {
179 ir_instruction *move_ir = (ir_instruction *) ir_if->get_next();
H A Dlist.h103 const exec_node *get_next() const function in struct:exec_node
108 exec_node *get_next() function in struct:exec_node
/external/chromium-trace/trace-viewer/third_party/six/
H A Dtest_six.py551 def get_next(tb): function in function:test_reraise
567 assert tb is get_next(tb2)
581 assert get_next(tb3) is tb2
589 assert tb is get_next(tb2)
/external/libxml2/python/
H A Dlibxml.py307 def get_next(self): member in class:xmlCore
393 next = property(get_next, None, None, "Next sibling node")
/external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rcssmin/_setup/py2/
H A Dshell.py136 j = _tempfile._counter.get_next() # pylint: disable = E1101, W0212
/external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rjsmin/_setup/py2/
H A Dshell.py136 j = _tempfile._counter.get_next() # pylint: disable = E1101, W0212

Completed in 213 milliseconds