Home
last modified time | relevance | path

Searched refs:IDENTITY_CONV (Results 1 – 7 of 7) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/cp/
H A Dcall.c768 conv = build1 (IDENTITY_CONV, from, expr);
1101 build1 (IDENTITY_CONV,
1125 build1 (IDENTITY_CONV, TREE_TYPE (expr), expr));
1233 conv = build1 (IDENTITY_CONV, from, expr); in reference_binding()
1311 conv = build1 (IDENTITY_CONV, from, expr); in reference_binding()
1515 t = build1 (IDENTITY_CONV, argtype, arg); in add_function_candidate()
1594 t = build1 (IDENTITY_CONV, argtype, arg);
1650 t = build1 (IDENTITY_CONV, types[i], NULL_TREE);
2578 while (TREE_CODE (*t) != IDENTITY_CONV) in merge_conversion_sequences()
2660 cand->second_conv = build1 (IDENTITY_CONV, totype, NULL_TREE);
[all …]
H A Dcp-tree.def271 always an IDENTITY_CONV, corresponding to the identity conversion. */
273 DEFTREECODE (IDENTITY_CONV, "identity_conv", 'e', 1)
H A DChangeLog.217612 * cp-tree.def: Add RVALUE_CONV, rename EXACT_CONV to IDENTITY_CONV.
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D20000914-1.c256 IDENTITY_CONV, enumerator
/openbsd-src/gnu/gcc/gcc/cp/
H A DChangeLog-19961334 * cp-tree.def: Add RVALUE_CONV, rename EXACT_CONV to IDENTITY_CONV.
H A DChangeLog-20046138 (IDENTITY_CONV): Remove.
H A DChangeLog-20036835 IDENTITY_CONV even if there are no more conversions.