| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | c-typeck.c | 873 tree op1 = default_conversion (TREE_OPERAND (exp, 1)); 917 default_conversion (exp) in default_conversion() function 1187 tree pointer = default_conversion (ptr); 1268 index = default_conversion (index); 1332 tree ar = default_conversion (array); 1333 tree ind = default_conversion (index); 1508 function = default_conversion (function); 1671 tree would_have_been = default_conversion (val); 1728 parmval = default_conversion (parmval); 1739 result = tree_cons (NULL_TREE, default_conversion (val), result); [all …]
|
| H A D | c-common.h | 1196 extern tree default_conversion PARAMS ((tree));
|
| H A D | c-parse.in | 600 (default_conversion ($1)); 607 (default_conversion ($1)); 614 (default_conversion ($1)); 628 (default_conversion ($<ttype>2));
|
| H A D | c-common.c | 1893 expr = default_conversion (expr); 1939 value = default_conversion (value);
|
| H A D | c-decl.c | 5738 value = default_conversion (value);
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/cp/ |
| H A D | typeck.c | 1687 default_conversion (exp) in default_conversion() function 2319 ? ptr : default_conversion (ptr)); 2440 idx = default_conversion (idx); 2502 tree ar = default_conversion (array); 2503 tree ind = default_conversion (idx); 2855 val = default_conversion (val); 3044 op0 = default_conversion (op0); 3046 op1 = default_conversion (op1); 3967 arg = default_conversion (arg); 3977 arg = default_conversion (arg); [all …]
|
| H A D | semantics.c | 215 expr = default_conversion (expr); 561 cond = default_conversion (cond);
|
| H A D | cvt.c | 1069 return (desires & WANT_POINTER) ? default_conversion (expr)
|
| H A D | typeck2.c | 1161 last_rval = default_conversion (rval);
|
| H A D | call.c | 345 function = default_conversion (function); 532 instance = default_conversion (instance); 4310 arg = default_conversion (arg); 4468 val = default_conversion (val);
|
| H A D | init.c | 2782 base = cp_convert (ptype, default_conversion (base)); 2867 base2 = default_conversion (init);
|
| H A D | ChangeLog.1 | 1329 * typeck.c (decay_conversion): Split out from default_conversion. 1330 (default_conversion): Call it. 1372 * typeck.c (default_conversion): Don't check for BLKmode before 1421 * typeck.c (build_indirect_ref): Don't call default_conversion for a 2500 use default_conversion. 2615 (build_binary_op): Undo default_conversion if it wasn't useful. 3150 * typeck.c (build_conditional_expr): Don't call default_conversion 4076 * typeck.c (default_conversion): Don't expect type_promotes_to to 6455 * typeck.c (default_conversion): Move code for promoting enums and 8127 * typeck.c (build_c_cast): Also call default_conversion on [all …]
|
| H A D | decl.c | 7985 init = default_conversion (init); in grok_reference_init() 9204 atexit_node = default_conversion (atexit_fndecl); in get_atexit_node() 14164 value = default_conversion (value);
|
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | c-typeck.c | 1655 default_conversion (tree exp) in default_conversion() function 1874 tree pointer = default_conversion (ptr); in build_indirect_ref() 1968 index = default_conversion (index); in build_array_ref() 2033 tree ar = default_conversion (array); in build_array_ref() 2499 tree would_have_been = default_conversion (val); in convert_arguments() 2548 parmval = default_conversion (parmval); in convert_arguments() 2566 result = tree_cons (NULL_TREE, default_conversion (val), result); in convert_arguments() 2836 arg = default_conversion (arg); in build_unary_op() 2849 arg = default_conversion (arg); in build_unary_op() 2856 arg = default_conversion (arg); in build_unary_op() [all …]
|
| H A D | c-common.h | 766 extern tree default_conversion (tree);
|
| H A D | c-parser.c | 4417 exp1.value = save_expr (default_conversion (cond.value)); in c_parser_conditional_expression() 4425 (default_conversion (cond.value)); in c_parser_conditional_expression() 4670 (default_conversion (stack[sp].expr.value)); in c_parser_binary_expression() 4677 (default_conversion (stack[sp].expr.value)); in c_parser_binary_expression()
|
| H A D | c-decl.c | 5941 value = default_conversion (value); in build_enumerator()
|
| /openbsd-src/gnu/gcc/gcc/cp/ |
| H A D | typeck.c | 1585 default_conversion (tree exp) in default_conversion() function 2494 tree ar = default_conversion (array); in build_array_ref() 2495 tree ind = default_conversion (idx); in build_array_ref() 3032 op0 = default_conversion (op0); in build_binary_op() 3034 op1 = default_conversion (op1); in build_binary_op() 4036 arg = default_conversion (arg); in build_unary_op() 4050 arg = default_conversion (arg); in build_unary_op() 4058 arg = default_conversion (arg); in build_unary_op()
|
| H A D | ChangeLog-1993 | 36 * cp-typeck.c (c_expand_start_case): Use default_conversion to 261 * cp-typeck.c (default_conversion): Don't lose const and volatile.
|
| H A D | ChangeLog-1995 | 1680 * typeck.c (decay_conversion): Split out from default_conversion. 1681 (default_conversion): Call it. 1723 * typeck.c (default_conversion): Don't check for BLKmode before 1772 * typeck.c (build_indirect_ref): Don't call default_conversion for a 2851 use default_conversion. 2966 (build_binary_op): Undo default_conversion if it wasn't useful. 3501 * typeck.c (build_conditional_expr): Don't call default_conversion
|
| H A D | ChangeLog | 1907 * typeck.c (default_conversion): Remove static. 1926 (default_conversion): Make it static. Perform integral promotions 1940 (default_conversion): Likewise. 3181 * cp-tree.h (default_conversion): Remove prototype. 3182 * typeck.c (default_conversion): Make static. 3191 (default_conversion): Likewise. 3198 * typeck.c (default_conversion): Make static. 6193 (default_conversion): Add.
|
| H A D | ChangeLog-1994 | 636 * typeck.c (default_conversion): Don't expect type_promotes_to to 3015 * typeck.c (default_conversion): Move code for promoting enums and 4687 * typeck.c (build_c_cast): Also call default_conversion on
|
| H A D | ChangeLog-1996 | 419 (build_c_cast): Don't call default_conversion when we want to 1952 default_conversion. Don't allow pointer-to-method functions down
|
| H A D | ChangeLog-1997 | 1830 more specific before possible default_conversion call.
|
| /openbsd-src/gnu/gcc/gcc/config/rs6000/ |
| H A D | rs6000-c.c | 2509 arg = default_conversion (arg); in altivec_resolve_overloaded_builtin()
|