Home
last modified time | relevance | path

Searched refs:USER_CONV (Results 1 – 8 of 8) sorted by relevance

/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D20000914-1.c264 USER_CONV, enumerator
/openbsd/gnu/usr.bin/gcc/gcc/cp/
H A Dcall.c708 ICS_USER_FLAG (t) = (code == USER_CONV || ICS_USER_FLAG (from));
1123 conv = build_conv (USER_CONV,
2573 my_friendly_assert (TREE_CODE (user_seq) == USER_CONV, in merge_conversion_sequences()
2749 (USER_CONV,
4072 && TREE_CODE (convs) != USER_CONV in convert_like_real()
4079 if (TREE_CODE (t) == USER_CONV || !ICS_BAD_FLAG (t)) in convert_like_real()
4102 case USER_CONV: in convert_like_real()
5169 if (TREE_CODE (ics2) == USER_CONV
5349 for (t1 = ics1; TREE_CODE (t1) != USER_CONV; t1 = TREE_OPERAND (t1, 0))
5352 for (t2 = ics2; TREE_CODE (t2) != USER_CONV; t2 = TREE_OPERAND (t2, 0))
[all …]
H A Dcp-tree.def281 DEFTREECODE (USER_CONV, "user_conv", 'e', 2)
H A DChangeLog9778 * call.c (build_conv): Don't use build1 for USER_CONV.
H A DChangeLog.211782 * cp-tree.def: Add WRAPPER. USER_CONV now only has two ops.
/openbsd/gnu/gcc/gcc/cp/
H A DChangeLog-20013801 * call.c (build_conv): Don't use build1 for USER_CONV.
H A DChangeLog-20046146 (USER_CONV): Likewise.
H A DChangeLog-19984994 * cp-tree.def: Add WRAPPER. USER_CONV now only has two ops.