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

  /src/usr.bin/xlint/lint1/
tree.c 698 tnode_t *ntn = expr_alloc_tnode(); local
699 ntn->tn_op = op;
700 ntn->tn_type = type;
701 ntn->tn_sys = sys;
702 ntn->u.ops.left = ln;
703 ntn->u.ops.right = rn;
708 ntn->tn_lvalue = t != FUNC && t != VOID;
711 return ntn;
1407 tnode_t *ntn = build_op(PLUS, sys, ptr_tp, ln, ctn); local
1409 ntn = fold_constant_integer(ntn)
1851 tnode_t *ntn = build_op(op, sys, gettyp(t), ln, NULL); local
4047 tnode_t *ntn = expr_alloc_tnode(); local
4494 tnode_t *ntn = build_op(CVT, sys, ntp, otn, NULL); local
4750 tnode_t *ntn = expr_alloc_tnode(); local
    [all...]
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/
typecons.d 3488 NullableTest ntn = Test("null");
3489 assert(ntn.to!string() == `Test("null")`);
4141 NullableTest ntn = Test("null");
4142 assert(ntn.to!string() == "Nullable.null");

Completed in 33 milliseconds