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 510 ic_expr(const tnode_t *tn) function in typeref:typename:integer_constraints
518 lc = ic_expr(tn->u.ops.left);
519 rc = ic_expr(tn->u.ops.right);
522 lc = ic_expr(tn->u.ops.left);
523 rc = ic_expr(tn->u.ops.right);
526 lc = ic_expr(tn->u.ops.left);
527 rc = ic_expr(tn->u.ops.right);
530 lc = ic_expr(tn->u.ops.left);
531 rc = ic_expr(tn->u.ops.right);
536 lc = ic_expr(tn->u.ops.left)
    [all...]
tree.c 510 ic_expr(const tnode_t *tn) function in typeref:typename:integer_constraints
518 lc = ic_expr(tn->u.ops.left);
519 rc = ic_expr(tn->u.ops.right);
522 lc = ic_expr(tn->u.ops.left);
523 rc = ic_expr(tn->u.ops.right);
526 lc = ic_expr(tn->u.ops.left);
527 rc = ic_expr(tn->u.ops.right);
530 lc = ic_expr(tn->u.ops.left);
531 rc = ic_expr(tn->u.ops.right);
536 lc = ic_expr(tn->u.ops.left)
    [all...]

Completed in 181 milliseconds