HomeSort by: relevance | last modified time | path
    Searched defs:tnode_t (Results 1 - 1 of 1) sorted by relevancy

  /src/usr.bin/xlint/lint1/
lint1.h 302 typedef struct tnode tnode_t; typedef in typeref:struct:tnode
315 tnode_t *left; /* (left) operand */
316 tnode_t *right; /* right operand */
334 tnode_t *fallback;
335 tnode_t *matched;
468 tnode_t *c_switch_expr;
473 tnode_t *c_for_expr3; /* end of loop expr in for() */
687 constant_is_nonzero(const tnode_t *tn)
695 is_zero(const tnode_t *tn)
701 is_nonzero(const tnode_t *tn
    [all...]

Completed in 38 milliseconds