Searched refs:TYPE_ABSTRACT (Results 1 – 1 of 1) sorted by relevance
/external/valgrind/perf/ |
D | tinycc.c | 2257 #define TYPE_ABSTRACT 1 /* type without variable */ macro 12517 type_decl(&pt, &ad1, &n, TYPE_DIRECT | TYPE_ABSTRACT); in post_type() 12633 if (!(td & TYPE_ABSTRACT)) in type_decl() 12722 type_decl(type, &ad, &n, TYPE_ABSTRACT); in parse_expr_type() 12737 type_decl(type, &ad, &n, TYPE_ABSTRACT); in parse_type() 12831 type_decl(&type, &ad, &n, TYPE_ABSTRACT); in unary() 14199 type_decl(&type1, &ad1, &n, TYPE_ABSTRACT); in decl_initializer()
|