Lines Matching refs:unary
246 exp_fold_tree_1 (tree->unary.child); in fold_unary()
864 tree = tree->unary.child; in is_align_conditional()
1151 value.unary.type.node_code = code; in exp_unop()
1152 value.unary.type.filename = child->type.filename; in exp_unop()
1153 value.unary.type.lineno = child->type.lineno; in exp_unop()
1154 value.unary.child = child; in exp_unop()
1155 value.unary.type.node_class = etree_unary; in exp_unop()
1160 new_e = (etree_type *) stat_alloc (sizeof (new_e->unary)); in exp_unop()
1161 memcpy (new_e, &value, sizeof (new_e->unary)); in exp_unop()
1327 exp_print_token (tree->unary.type.node_code, FALSE); in exp_print_tree()
1328 if (tree->unary.child) in exp_print_tree()
1331 exp_print_tree (tree->unary.child); in exp_print_tree()