Searched refs:pop_stack (Results 1 – 5 of 5) sorted by relevance
73 def pop_stack(): function151 previous_token, previous_condition = pop_stack()166 previous_token, previous_condition = pop_stack()170 while pop_stack()[0] != 'if':
40 pop_stack(exec_list *list) in pop_stack() function258 cur_if = pop_stack(&if_stack); in cfg_t()259 cur_else = pop_stack(&else_stack); in cfg_t()396 cur_do = pop_stack(&do_stack); in cfg_t()397 cur_while = pop_stack(&while_stack); in cfg_t()
84 void ra_checker::pop_stack() { in pop_stack() function in r600_sb::ra_checker260 pop_stack(); in run_on()265 pop_stack(); in run_on()
483 void pop_stack();
47 static void pop_stack(void);124 pop_stack(); in define_policy()1334 pop_stack(); in end_optional()1476 static void pop_stack(void) in pop_stack() function