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

/freebsd-11-stable/contrib/gcc/
H A Dc-typeck.c7582 unsigned int blocked_vm;
7638 cs->blocked_vm = 0;
7653 && !c_switch_stack->blocked_vm)
7671 else if (c_switch_stack && c_switch_stack->blocked_vm)
8134 if (c_switch_stack && !c_switch_stack->blocked_vm)
8135 c_switch_stack->blocked_vm = scope;
8158 if (c_switch_stack && c_switch_stack->blocked_vm == scope)
8159 c_switch_stack->blocked_vm = 0;
7547 unsigned int blocked_vm; member in struct:c_switch

Completed in 67 milliseconds