Home
last modified time | relevance | path

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

/external/bcc/src/cc/frontends/b/
Dscope.h91 top_table_scope_(new TableScope(nullptr, 1)), in Scopes()
96 delete top_table_scope_; in ~Scopes() local
165 TableScope* top_table() const { return top_table_scope_; } in top_table()
180 TableScope* top_table_scope_; variable