Searched refs:parse_compound (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/scripts/ |
D | asn1_compiler.c | 821 static struct element *parse_compound(struct token **_cursor, struct token *end, 1004 element->children = parse_compound(&cursor, end, 1); in parse_type() 1020 element->children = parse_compound(&cursor, end, 0); in parse_type() 1037 element->children = parse_compound(&cursor, end, 1); in parse_type() 1129 static struct element *parse_compound(struct token **_cursor, struct token *end, in parse_compound() function
|