Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_fs_cfg.cpp38 pop_stack(exec_list *list) in pop_stack() function
141 cur_if = pop_stack(&if_stack); in fs_cfg()
142 cur_else = pop_stack(&else_stack); in fs_cfg()
143 cur_endif = pop_stack(&endif_stack); in fs_cfg()
198 cur_do = pop_stack(&do_stack); in fs_cfg()
199 cur_while = pop_stack(&while_stack); in fs_cfg()
/external/selinux/checkpolicy/
Dmodule_compiler.c47 static void pop_stack(void);
95 pop_stack(); in define_policy()
1452 pop_stack(); in end_optional()
1594 static void pop_stack(void) in pop_stack() function