Home
last modified time | relevance | path

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

/external/bcc/src/cc/frontends/b/
Dscope.h35 class TableDeclStmtNode; variable
84 typedef Scope<TableDeclStmtNode> TableScope;
Dcodegen_llvm.h121 map<TableDeclStmtNode *, llvm::GlobalVariable *> tables_;
122 map<TableDeclStmtNode *, int> table_fds_;
Dnode.h87 EXPAND(TableDeclStmtNode, table_decl_stmt_node) \
363 TableDeclStmtNode *table_;
583 class TableDeclStmtNode : public StmtNode {
585 DECLARE(TableDeclStmtNode)
597 TableDeclStmtNode(IdentExprNode::Ptr table_type, IdentExprNodeList&& templates, in TableDeclStmtNode() function
Dparser.h53 bool table_exists(TableDeclStmtNode *decl, bool search_local = true);
Dparser.cc128 bool Parser::table_exists(TableDeclStmtNode *decl, bool search_local) { in table_exists()
137 auto table = new TableDeclStmtNode(IdentExprNode::Ptr(type), in table_add()
Dcodegen_llvm.cc574 TableDeclStmtNode* table = scopes_->top_table()->lookup(n->id_->name_); in emit_table_lookup()
617 TableDeclStmtNode* table = scopes_->top_table()->lookup(n->id_->name_); in emit_table_update()
648 TableDeclStmtNode* table = scopes_->top_table()->lookup(n->id_->name_); in emit_table_delete()
1080 StatusTuple CodegenLLVM::visit_table_decl_stmt_node(TableDeclStmtNode *n) { in visit_table_decl_stmt_node()
1292 TableDeclStmtNode *table = scopes_->top_table()->lookup(name); in get_table_fd()
Dprinter.cc304 StatusTuple Printer::visit_table_decl_stmt_node(TableDeclStmtNode* n) { in visit_table_decl_stmt_node()
Dtype_check.cc512 StatusTuple TypeCheck::visit_table_decl_stmt_node(TableDeclStmtNode *n) { in visit_table_decl_stmt_node()