Home
last modified time | relevance | path

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

/external/bcc/src/cc/frontends/b/
Dscope.h47 T* lookup(const string &name, bool search_local = true) {
48 return lookup(name, search_local ? SCOPE_LOCAL : SCOPE_GLOBAL);
Dparser.cc128 bool Parser::table_exists(TableDeclStmtNode *decl, bool search_local) { in table_exists() argument
129 if (scopes_->top_table()->lookup(decl->id_->name_, search_local) == NULL) { in table_exists()
Dparser.h53 bool table_exists(TableDeclStmtNode *decl, bool search_local = true);