Searched refs:trinary (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.2-release/contrib/binutils/ld/
H A Dldexp.h62 } trinary; member in union:etree_union
H A Dldexp.c468 exp_fold_tree_1 (tree->trinary.cond);
471 ? tree->trinary.lhs
472 : tree->trinary.rhs);
866 value.trinary.lhs = lhs;
867 value.trinary.cond = cond;
868 value.trinary.rhs = rhs;
874 new = stat_alloc (sizeof (new->trinary));
875 memcpy (new, &value, sizeof (new->trinary));
1005 exp_print_tree (tree->trinary.cond);
1007 exp_print_tree (tree->trinary
[all...]
H A Dldlang.c1931 exp_init_os (exp->trinary.cond);
1932 exp_init_os (exp->trinary.lhs);
1933 exp_init_os (exp->trinary.rhs);
3458 return scan_for_self_assignment (dst, rhs->trinary.lhs)
3459 || scan_for_self_assignment (dst, rhs->trinary.rhs);

Completed in 109 milliseconds