Searched refs:type_of (Results 1 – 4 of 4) sorted by relevance
101 extern char *type_of(ENTRY *);
793 (q = de_const(type_of(symtab_get_function())))); in collect_prototype()830 q = de_const(type_of(symtab_get_last_arg()))); in collect_prototype()
681 type_of(ENTRY *e) in type_of() function
40 static int type_of(NODE *np);145 flags |= type_of(np); in strassign()344 np->n_flags = type_of(np); in stringnode()1253 (isstring(left->n_flags) && (type_of(left)&FVREAL))) { in arithmetic()1261 (isstring(right->n_flags) && (type_of(right)&FVREAL))) { in arithmetic()1402 tl = type_of(left); in comparison()1404 tr = type_of(right); in comparison()1460 type_of(NODE *np) in type_of() function