Searched refs:struct_add (Results 1 – 3 of 3) sorted by relevance
50 StmtNode * struct_add(IdentExprNode *type, FormalList *formals);
148 StmtNode * Parser::struct_add(IdentExprNode *type, FormalList *formals) { in struct_add() function in ebpf::cc::Parser
222 { $$ = parser.struct_add($2, $4); delete $4;