Searched defs:scope_stack (Results 1 - 2 of 2) sorted by relevance
/external/selinux/checkpolicy/ |
H A D | module_compiler.c | 29 typedef struct scope_stack { struct 37 struct scope_stack *parent, *child;
|
/external/v8/src/parsing/ |
H A D | parser-base.h | 256 BlockState(Scope** scope_stack, Scope* scope) argument 257 : scope_stack_(scope_stack), outer_scope_(*scope_stack) { 336 FunctionState(FunctionState** function_state_stack, Scope** scope_stack, 1196 FunctionState** function_state_stack, Scope** scope_stack, Scope* scope, 1207 scope_stack_(scope_stack), 1208 outer_scope_(*scope_stack), 1195 FunctionState( FunctionState** function_state_stack, Scope** scope_stack, Scope* scope, FunctionKind kind, typename Traits::Type::Factory* factory) argument
|
Completed in 91 milliseconds