Searched refs:TableDeclStmtNode (Results 1 – 8 of 8) sorted by relevance
35 class TableDeclStmtNode; variable84 typedef Scope<TableDeclStmtNode> TableScope;
121 map<TableDeclStmtNode *, llvm::GlobalVariable *> tables_;122 map<TableDeclStmtNode *, int> table_fds_;
87 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
53 bool table_exists(TableDeclStmtNode *decl, bool search_local = true);
128 bool Parser::table_exists(TableDeclStmtNode *decl, bool search_local) { in table_exists()137 auto table = new TableDeclStmtNode(IdentExprNode::Ptr(type), in table_add()
574 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()
304 StatusTuple Printer::visit_table_decl_stmt_node(TableDeclStmtNode* n) { in visit_table_decl_stmt_node()
512 StatusTuple TypeCheck::visit_table_decl_stmt_node(TableDeclStmtNode *n) { in visit_table_decl_stmt_node()