Searched refs:table_add (Results 1 – 3 of 3) sorted by relevance
49 …StmtNode * table_add(IdentExprNode *type, IdentExprNodeList *templates, IdentExprNode *id, string …
135 StmtNode *Parser::table_add(IdentExprNode *type, IdentExprNodeList *templates, in table_add() function in ebpf::cc::Parser
235 { $$ = parser.table_add($1, $3, $5, $7); delete $3;