Searched refs:parse_btype (Results 1 – 1 of 1) sorted by relevance
/external/valgrind/perf/ |
D | tinycc.c | 5444 static int parse_btype(CType *type, AttributeDef *ad); 12191 parse_btype(&btype, &ad); in struct_decl() 12307 static int parse_btype(CType *type, AttributeDef *ad) in parse_btype() function 12506 if (!parse_btype(&pt, &ad1)) { in post_type() 12721 if (parse_btype(type, &ad)) { in parse_expr_type() 12734 if (!parse_btype(type, &ad)) { in parse_type() 12830 if (parse_btype(&type, &ad)) { in unary() 14197 if (!parse_btype(&type1, &ad1)) in decl_initializer() 14510 if (!parse_btype(&btype, &ad)) in func_decl_list() 14638 if (!parse_btype(&btype, &ad)) { in decl()
|