Home
last modified time | relevance | path

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

/external/bcc/src/cc/frontends/b/
Dscope.h89 current_state_scope_(nullptr), top_state_scope_(nullptr), in Scopes()
97 delete top_state_scope_; in ~Scopes() local
115 if (scope == top_state_scope_) in push_state()
121 if (current_state_scope_ == top_state_scope_) in pop_state()
144 if (!top_state_scope_) { in enter_state_scope()
145 top_state_scope_ = current_state_scope_; in enter_state_scope()
161 StateScope* top_state() const { return top_state_scope_; } in top_state()
178 StateScope* top_state_scope_; variable