Home
last modified time | relevance | path

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

/external/bcc/src/cc/frontends/b/
Dparser.cc128 bool Parser::table_exists(TableDeclStmtNode *decl, bool search_local) { in table_exists() function in ebpf::cc::Parser
140 if (table_exists(table, true)) { in table_add()
Dparser.h53 bool table_exists(TableDeclStmtNode *decl, bool search_local = true);