Searched refs:type_tbl1 (Results 1 – 1 of 1) sorted by relevance
3070 static struct type_tbl_s type_tbl1[] = { variable3116 for (i = 0; i < ARRAY_SIZE(type_tbl1); i++) { in parse_builtin_type()3117 if (first[0] == type_tbl1[i].code) { in parse_builtin_type()3118 nadd_l(db, type_tbl1[i].name, 0); in parse_builtin_type()