Home
last modified time | relevance | path

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

/external/bcc/src/cc/frontends/b/
Dscope.h85 typedef Scope<FuncDeclStmtNode> FuncScope; typedef
92 top_func_scope_(new FuncScope(nullptr, 1)) {} in Scopes()
166 FuncScope* top_func() const { return top_func_scope_; } in top_func()
181 FuncScope* top_func_scope_;