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

  /src/usr.bin/xlint/lint1/
tree.c 603 ic_expr(const tnode_t *tn) function
611 lc = ic_expr(tn->u.ops.left);
612 rc = ic_expr(tn->u.ops.right);
615 lc = ic_expr(tn->u.ops.left);
616 rc = ic_expr(tn->u.ops.right);
619 lc = ic_expr(tn->u.ops.left);
620 rc = ic_expr(tn->u.ops.right);
623 lc = ic_expr(tn->u.ops.left);
624 rc = ic_expr(tn->u.ops.right);
629 lc = ic_expr(tn->u.ops.left)
    [all...]
tree.c 603 ic_expr(const tnode_t *tn) function
611 lc = ic_expr(tn->u.ops.left);
612 rc = ic_expr(tn->u.ops.right);
615 lc = ic_expr(tn->u.ops.left);
616 rc = ic_expr(tn->u.ops.right);
619 lc = ic_expr(tn->u.ops.left);
620 rc = ic_expr(tn->u.ops.right);
623 lc = ic_expr(tn->u.ops.left);
624 rc = ic_expr(tn->u.ops.right);
629 lc = ic_expr(tn->u.ops.left)
    [all...]

Completed in 90 milliseconds