Home
last modified time | relevance | path

Searched refs:default_conversion (Results 1 – 25 of 39) sorted by relevance

12

/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dc-typeck.c873 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 Dc-common.h1196 extern tree default_conversion PARAMS ((tree));
H A Dc-parse.in600 (default_conversion ($1));
607 (default_conversion ($1));
614 (default_conversion ($1));
628 (default_conversion ($<ttype>2));
H A Dc-common.c1893 expr = default_conversion (expr);
1939 value = default_conversion (value);
H A Dc-decl.c5738 value = default_conversion (value);
/openbsd-src/gnu/usr.bin/gcc/gcc/cp/
H A Dtypeck.c1687 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 Dsemantics.c215 expr = default_conversion (expr);
561 cond = default_conversion (cond);
H A Dcvt.c1069 return (desires & WANT_POINTER) ? default_conversion (expr)
H A Dtypeck2.c1161 last_rval = default_conversion (rval);
H A Dcall.c345 function = default_conversion (function);
532 instance = default_conversion (instance);
4310 arg = default_conversion (arg);
4468 val = default_conversion (val);
H A Dinit.c2782 base = cp_convert (ptype, default_conversion (base));
2867 base2 = default_conversion (init);
H A DChangeLog.11329 * 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 Ddecl.c7985 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 Dc-typeck.c1655 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 Dc-common.h766 extern tree default_conversion (tree);
H A Dc-parser.c4417 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 Dc-decl.c5941 value = default_conversion (value); in build_enumerator()
/openbsd-src/gnu/gcc/gcc/cp/
H A Dtypeck.c1585 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 DChangeLog-199336 * 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 DChangeLog-19951680 * 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 DChangeLog1907 * 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 DChangeLog-1994636 * 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 DChangeLog-1996419 (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 DChangeLog-19971830 more specific before possible default_conversion call.
/openbsd-src/gnu/gcc/gcc/config/rs6000/
H A Drs6000-c.c2509 arg = default_conversion (arg); in altivec_resolve_overloaded_builtin()

12