Searched refs:iexpr (Results 1 – 4 of 4) sorted by relevance
52 static struct iexpr { struct54 struct iexpr *next; /* next entry in hash bucket */ argument233 iexpr(struct node *np) in iexpr() function236 struct iexpr *bucketp = Cache[idx]; in iexpr()237 struct iexpr *cp; in iexpr()264 struct iexpr *cp; in iexpr_free()265 struct iexpr *prevcp = NULL; in iexpr_free()292 struct iexpr *cp = Cache[iexpr_hash(np) % IEXPRSZ]; in iexpr_cached()313 struct iexpr *cp; in iexpr_fini()314 struct iexpr *ncp; in iexpr_fini()
39 struct node *iexpr(struct node *np);
39 fme.c iexpr.c io.c ipath.c itree.c lut.c literals.c out.c platform.c \
1953 (void) itree_add_constraint(ap, iexpr(newc)); in itree_set_arrow_traits()