HomeSort by relevance Sort by last modified time
    Searched refs:trinary (Results 1 - 3 of 3) sorted by null

  /toolchain/binutils/binutils-2.25/ld/
ldexp.h 64 } trinary; member in union:etree_union
144 does the false branch of a trinary expression. */
ldexp.c 547 exp_fold_tree_1 (tree->trinary.cond);
550 ? tree->trinary.lhs
551 : tree->trinary.rhs);
866 && is_dot_ne_0 (tree->trinary.cond)
867 && is_value (tree->trinary.rhs, 1));
1133 value.trinary.lhs = lhs;
1134 value.trinary.cond = cond;
1135 value.trinary.rhs = rhs;
1141 new_e = (etree_type *) stat_alloc (sizeof (new_e->trinary));
1142 memcpy (new_e, &value, sizeof (new_e->trinary));
    [all...]
ldlang.c     [all...]

Completed in 160 milliseconds