Home
last modified time | relevance | path

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

/scripts/
Dasn1_compiler.c851 static struct element *parse_compound(struct token **_cursor, struct token *end,
1031 element->children = parse_compound(&cursor, end, 1); in parse_type()
1047 element->children = parse_compound(&cursor, end, 0); in parse_type()
1064 element->children = parse_compound(&cursor, end, 1); in parse_type()
1151 static struct element *parse_compound(struct token **_cursor, struct token *end, in parse_compound() function