Home
last modified time | relevance | path

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

/external/bcc/src/cc/frontends/b/
Dparser.h49 …StmtNode * table_add(IdentExprNode *type, IdentExprNodeList *templates, IdentExprNode *id, string …
Dnode.h233 typedef vector<IdentExprNode::Ptr> IdentExprNodeList; typedef
588 IdentExprNodeList templates_;
597 TableDeclStmtNode(IdentExprNode::Ptr table_type, IdentExprNodeList&& templates, in TableDeclStmtNode()
Dparser.cc135 StmtNode *Parser::table_add(IdentExprNode *type, IdentExprNodeList *templates, in table_add()
Dparser.yy64 IdentExprNodeList *ident_args;
241 { $$ = new IdentExprNodeList; $$->push_back(IdentExprNode::Ptr($1)); }