Home
last modified time | relevance | path

Searched defs:scope_stack (Results 1 – 2 of 2) sorted by relevance

/external/selinux/checkpolicy/
Dmodule_compiler.c29 typedef struct scope_stack { struct
37 struct scope_stack *parent, *child; argument
/external/v8/src/parsing/
Dparser-base.h375 BlockState(Scope** scope_stack, Scope* scope) in BlockState()
380 BlockState(Zone* zone, Scope** scope_stack) in BlockState()
1586 FunctionState** function_state_stack, Scope** scope_stack, in FunctionState()