Searched refs:type_tbl2 (Results 1 – 1 of 1) sorted by relevance
3094 static struct type_tbl_s type_tbl2[] = { variable3126 for (i = 0; i < ARRAY_SIZE(type_tbl2); i++) { in parse_builtin_type()3127 if (first[1] == type_tbl2[i].code) { in parse_builtin_type()3128 nadd_l(db, type_tbl2[i].name, 0); in parse_builtin_type()