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

  /src/usr.bin/xlint/lint1/
tree.c 1480 tnode_t *ctn = build_integer_constant(PTRDIFF_TSPEC, local
1484 tnode_t *ntn = build_op(PLUS, sys, ptr_tp, ln, ctn);
1859 tnode_t *ctn = subt_size_in_bytes(ln->tn_type); local
1860 if (rn->tn_type->t_tspec != ctn->tn_type->t_tspec)
1861 rn = convert(NOOP, 0, ctn->tn_type, rn);
1862 rn = build_op(MULT, sys, rn->tn_type, rn, ctn);
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/
conv.d 475 const(typeof(null)) ctn;
477 assert(to!string(ctn) == "null");

Completed in 29 milliseconds