/src/usr.bin/xlint/lint1/ |
tree.c | 644 tnode_t *ntn = expr_alloc_tnode(); local in function:build_op 645 ntn->tn_op = op; 646 ntn->tn_type = type; 647 ntn->tn_sys = sys; 648 ntn->u.ops.left = ln; 649 ntn->u.ops.right = rn; 654 ntn->tn_lvalue = t != FUNC && t != VOID; 657 return ntn; 1343 tnode_t *ntn = build_op(PLUS, sys, ptr_tp, ln, ctn); local in function:build_struct_access 1345 ntn = fold_constant_integer(ntn) 1787 tnode_t *ntn = build_op(op, sys, gettyp(t), ln, NULL); local in function:build_real_imag 2077 tnode_t *ntn; local in function:build_binary 3985 tnode_t *ntn = expr_alloc_tnode(); local in function:convert 4432 tnode_t *ntn = build_op(CVT, sys, ntp, otn, NULL); local in function:cast_to_union 4688 tnode_t *ntn = expr_alloc_tnode(); local in function:build_function_call [all...] |
tree.c | 644 tnode_t *ntn = expr_alloc_tnode(); local in function:build_op 645 ntn->tn_op = op; 646 ntn->tn_type = type; 647 ntn->tn_sys = sys; 648 ntn->u.ops.left = ln; 649 ntn->u.ops.right = rn; 654 ntn->tn_lvalue = t != FUNC && t != VOID; 657 return ntn; 1343 tnode_t *ntn = build_op(PLUS, sys, ptr_tp, ln, ctn); local in function:build_struct_access 1345 ntn = fold_constant_integer(ntn) 1787 tnode_t *ntn = build_op(op, sys, gettyp(t), ln, NULL); local in function:build_real_imag 2077 tnode_t *ntn; local in function:build_binary 3985 tnode_t *ntn = expr_alloc_tnode(); local in function:convert 4432 tnode_t *ntn = build_op(CVT, sys, ntp, otn, NULL); local in function:cast_to_union 4688 tnode_t *ntn = expr_alloc_tnode(); local in function:build_function_call [all...] |