Searched refs:pop_head (Results 1 – 5 of 5) sorted by relevance
87 ir_instruction *const ir = (ir_instruction *) instructions.pop_head(); in TEST_F()120 ir_instruction *const ir = (ir_instruction *) instructions.pop_head(); in TEST_F()153 ir_instruction *const ir = (ir_instruction *) instructions.pop_head(); in TEST_F()186 ir_instruction *const ir = (ir_instruction *) instructions.pop_head(); in TEST_F()
153 ir = (ir_instruction *) instructions->pop_head(); in check_instructions()163 ir = (ir_instruction *) instructions->pop_head(); in check_instructions()172 ir = (ir_instruction *) instructions->pop_head(); in check_instructions()178 ir = (ir_instruction *) instructions->pop_head(); in check_instructions()431 ir = (ir_instruction *) instructions.pop_head(); in TEST_F()438 ir = (ir_instruction *) instructions.pop_head(); in TEST_F()
255 struct call_node *n = (struct call_node *) f->callers.pop_head(); in remove_unlinked_functions()260 struct call_node *n = (struct call_node *) f->callees.pop_head(); in remove_unlinked_functions()
51 while ((n = ivre->assign_list.pop_head()) != NULL) { in free_entry()
330 exec_node *pop_head();651 inline exec_node *exec_list::pop_head() in pop_head() function