Lines Matching defs:tnode_t
281 typedef struct tnode tnode_t;
294 tnode_t *left; /* (left) operand */
295 tnode_t *right; /* right operand */
313 tnode_t *ga_result; /* NULL means error */
444 tnode_t *c_switch_expr;
449 tnode_t *c_for_expr3; /* end of loop expr in for() */
664 constant_is_nonzero(const tnode_t *tn)
672 is_zero(const tnode_t *tn)
678 is_nonzero(const tnode_t *tn)
690 is_binary(const tnode_t *tn)