Home | History | Annotate | Download | only in lint1

Lines Matching defs:tnode_t

287 typedef struct tnode tnode_t;
300 tnode_t *left; /* (left) operand */
301 tnode_t *right; /* right operand */
319 tnode_t *ga_result; /* NULL means error */
450 tnode_t *c_switch_expr;
455 tnode_t *c_for_expr3; /* end of loop expr in for() */
669 constant_is_nonzero(const tnode_t *tn)
677 is_zero(const tnode_t *tn)
683 is_nonzero(const tnode_t *tn)
695 is_binary(const tnode_t *tn)