Home
last modified time | relevance | path

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

/external/mesa3d/src/glsl/
Dir_function_detect_recursion.cpp270 struct call_node *n = (struct call_node *) f->callers.pop_head(); in remove_unlinked_functions()
275 struct call_node *n = (struct call_node *) f->callees.pop_head(); in remove_unlinked_functions()
Dlist.h390 exec_node *pop_head() in pop_head() function
Dloop_analysis.cpp227 (loop_variable_state *) this->state.pop_head(); in visit_leave()