Home
last modified time | relevance | path

Searched refs: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.h301 BlockState(Scope** scope_stack, Scope* scope) in BlockState() argument
302 : scope_stack_(scope_stack), outer_scope_(*scope_stack) { in BlockState()
306 BlockState(Zone* zone, Scope** scope_stack) in BlockState() argument
307 : BlockState(scope_stack, in BlockState()
308 new (zone) Scope(zone, *scope_stack, BLOCK_SCOPE)) {} in BlockState()
378 FunctionState(FunctionState** function_state_stack, Scope** scope_stack,
1487 FunctionState** function_state_stack, Scope** scope_stack, in FunctionState() argument
1489 : BlockState(scope_stack, scope), in FunctionState()