Home
last modified time | relevance | path

Searched refs:scope_stack (Results 1 – 5 of 5) sorted by relevance

/third_party/libabigail/src/
Dabg-dwarf-reader.cc2320 while (!scope_stack().empty()) in clear_per_translation_unit_data()
2321 scope_stack().pop(); in clear_per_translation_unit_data()
4751 scope_stack() const in scope_stack() function in abigail::dwarf::reader
4755 scope_stack() in scope_stack() function in abigail::dwarf::reader
4761 if (scope_stack().empty()) in current_scope()
4764 scope_stack().push(cur_transl_unit()->get_global_scope().get()); in current_scope()
4766 return scope_stack().top(); in current_scope()
12080 rdr.scope_stack().push(result.get()); in build_namespace_decl_and_add_to_ir()
12091 rdr.scope_stack().pop(); in build_namespace_decl_and_add_to_ir()
12898 rdr.scope_stack().push(scop.get()); in add_or_update_class_type()
[all …]
/third_party/selinux/checkpolicy/
Dmodule_compiler.c29 typedef struct scope_stack { struct
37 struct scope_stack *parent, *child; argument
/third_party/node/deps/v8/src/parsing/
Dparser-base.h328 BlockState(Scope** scope_stack, Scope* scope) in BlockState() argument
329 : scope_stack_(scope_stack), outer_scope_(*scope_stack) { in BlockState()
333 BlockState(Zone* zone, Scope** scope_stack) in BlockState() argument
334 : BlockState(scope_stack, in BlockState()
335 zone->New<Scope>(zone, *scope_stack, BLOCK_SCOPE)) {} in BlockState()
433 FunctionState(FunctionState** function_state_stack, Scope** scope_stack,
1626 FunctionState** function_state_stack, Scope** scope_stack, in FunctionState() argument
1628 : BlockState(scope_stack, scope), in FunctionState()
/third_party/skia/third_party/externals/tint/src/
DBUILD.gn380 "scope_stack.h",
DCMakeLists.txt247 scope_stack.h