Searched refs:type_of (Results 1 – 4 of 4) sorted by relevance
98 extern char *type_of(ENTRY *);
791 (q = de_const(type_of(symtab_get_function())))); in collect_prototype()828 q = de_const(type_of(symtab_get_last_arg()))); in collect_prototype()
679 type_of(ENTRY *e) in type_of() function
38 static int type_of(NODE *np);143 flags |= type_of(np); in strassign()342 np->n_flags = type_of(np); in stringnode()1250 (isstring(left->n_flags) && (type_of(left)&FVREAL))) { in arithmetic()1258 (isstring(right->n_flags) && (type_of(right)&FVREAL))) { in arithmetic()1399 tl = type_of(left); in comparison()1401 tr = type_of(right); in comparison()1457 type_of(NODE *np) in type_of() function