| 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...] |