Searched refs:pointer_int_sum (Results 1 – 16 of 16) sorted by relevance
| /freebsd-12.1/contrib/gcc/ |
| H A D | c-common.h | 684 extern tree pointer_int_sum (enum tree_code, tree, tree);
|
| H A D | c-typeck.c | 8331 return pointer_int_sum (PLUS_EXPR, op0, op1); in build_binary_op() 8333 return pointer_int_sum (PLUS_EXPR, op1, op0); in build_binary_op() 8346 return pointer_int_sum (MINUS_EXPR, op0, op1); in build_binary_op()
|
| H A D | ChangeLog | 1193 * c-common.c (pointer_int_sum): Ignore fold overflow warnings.
|
| H A D | c-common.c | 2444 pointer_int_sum (enum tree_code resultcode, tree ptrop, tree intop) in pointer_int_sum() function
|
| H A D | FSFChangeLog.10 | 2235 * c-typeck.c (pointer_int_sum): Use TYPE_PRECISION (sizetype) not 5790 * c-typeck.c (pointer_int_sum): Don't distribute if intop is unsigned
|
| H A D | ChangeLog-2002 | 26948 (shorten_compare, pointer_int_sum, c_common_nodes_and_builtins): 30464 * c-common.c (pointer_int_sum): Moved from... 30465 * c-typeck.c (pointer_int_sum): ...here. 30466 * c-common.h (pointer_int_sum): Add prototype.
|
| H A D | ChangeLog-2004 | 19127 * c-common.c (shorten_compare, pointer_int_sum, 33187 (pointer_int_sum): Rely on build to set TREE_CONSTANT. 37907 * c-common.c (pointer_int_sum): Do not complain about using
|
| H A D | FSFChangeLog.11 | 12120 * c-typeck.c (pointer_int_sum): Convert integer to both signedness
|
| H A D | ChangeLog.tree-ssa | 7245 * c-common.c (pointer_int_sum): Rely on build to set TREE_CONSTANT.
|
| /freebsd-12.1/contrib/gcc/cp/ |
| H A D | ChangeLog-1996 | 2459 convert_for_initialization, pointer_int_sum, pointer_diff, 3732 * typeck.c (pointer_int_sum): Use TYPE_PRECISION (sizetype) not 4021 * typeck.c (pointer_int_sum, pointer_diff): Make code agree with C
|
| H A D | ChangeLog-2000 | 2525 (pointer_int_sum): Use cp_build_binary_op. 5370 (pointer_int_sum): Use integer_zerop. 6761 build_binary_op_nodefault, pointer_int_sum, pointer_diff,
|
| H A D | ChangeLog-2002 | 3884 pointer_int_sum, call pointer_int_sum.
|
| H A D | typeck.c | 3913 return pointer_int_sum (resultcode, ptrop, in cp_pointer_int_sum()
|
| H A D | ChangeLog-1994 | 2482 * typeck.c (pointer_int_sum): Check for the integer operand being 0 3104 * cp/typeck.c (pointer_int_sum): Multiplication should be done signed.
|
| H A D | ChangeLog-1999 | 6245 (pointer_int_sum): Likewise.
|
| H A D | ChangeLog-1998 | 3650 (pointer_int_sum): Make sure the type pointed to is complete.
|