Home
last modified time | relevance | path

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

/linux-6.1.9/scripts/
Dasn1_compiler.c847 static struct element *parse_compound(struct token **_cursor, struct token *end,
1027 element->children = parse_compound(&cursor, end, 1); in parse_type()
1043 element->children = parse_compound(&cursor, end, 0); in parse_type()
1060 element->children = parse_compound(&cursor, end, 1); in parse_type()
1147 static struct element *parse_compound(struct token **_cursor, struct token *end, in parse_compound() function