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

  /src/usr.bin/xlint/lint1/
tree.c 5035 constant_addr(const tnode_t *tn, const sym_t **symp, ptrdiff_t *offsp) function in typeref:typename:bool
5044 return constant_addr(tn->u.ops.right, symp, offsp);
5052 if (!constant_addr(tn->u.ops.right, &sym, &offs2))
5058 if (!constant_addr(tn->u.ops.left, &sym, &offs1))
5097 return constant_addr(tn->u.ops.left, symp, offsp);
tree.c 5035 constant_addr(const tnode_t *tn, const sym_t **symp, ptrdiff_t *offsp) function in typeref:typename:bool
5044 return constant_addr(tn->u.ops.right, symp, offsp);
5052 if (!constant_addr(tn->u.ops.right, &sym, &offs2))
5058 if (!constant_addr(tn->u.ops.left, &sym, &offs1))
5097 return constant_addr(tn->u.ops.left, symp, offsp);

Completed in 28 milliseconds