Home
last modified time | relevance | path

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

/external/bcc/src/cc/frontends/b/
Dscope.h90 top_struct_scope_(new StructScope(nullptr, 1)), in Scopes()
95 delete top_struct_scope_; in ~Scopes() local
163 StructScope* top_struct() const { return top_struct_scope_; } in top_struct()
179 StructScope* top_struct_scope_; variable