Searched refs:IDENTITY_CONV (Results 1 – 7 of 7) sorted by relevance
| /openbsd-src/gnu/usr.bin/gcc/gcc/cp/ |
| H A D | call.c | 768 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 D | cp-tree.def | 271 always an IDENTITY_CONV, corresponding to the identity conversion. */ 273 DEFTREECODE (IDENTITY_CONV, "identity_conv", 'e', 1)
|
| H A D | ChangeLog.2 | 17612 * 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 D | 20000914-1.c | 256 IDENTITY_CONV, enumerator
|
| /openbsd-src/gnu/gcc/gcc/cp/ |
| H A D | ChangeLog-1996 | 1334 * cp-tree.def: Add RVALUE_CONV, rename EXACT_CONV to IDENTITY_CONV.
|
| H A D | ChangeLog-2004 | 6138 (IDENTITY_CONV): Remove.
|
| H A D | ChangeLog-2003 | 6835 IDENTITY_CONV even if there are no more conversions.
|