/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | ChangeLog.ptr | 39 * c-common.c (pointer_int_sum): Remove FIXME about 528 * c-common.c (pointer_int_sum): Create a
|
H A D | ChangeLog-2009 | 25466 * c-typeck.c (build_binary_op): Adjust calls to pointer_int_sum. 25467 * c-common.c (pointer_int_sum): Take an explicit location. 25469 * c-common.h (pointer_int_sum): Adjust declaration. 31523 * c-common.c (pointer_int_sum): Use %wd on return from 31528 * c-common.c (pointer_int_sum): Use HOST_WIDE_INT_PRINT_DEC 31541 * c-typeck.c (build_binary_op): Adjust calls to pointer_int_sum. 31542 * c-common.c (pointer_int_sum): Take an explicit location. 31544 * c-common.h (pointer_int_sum): Adjust declaration.
|
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-2007 | 16698 * c-common.c (pointer_int_sum): Do the negation in sizetype. 17655 * c-common.c (pointer_int_sum): Create a 29194 * c-common.c (pointer_int_sum): Ignore fold overflow warnings.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/ |
H A D | c-common.h | 901 extern tree pointer_int_sum (location_t, enum tree_code, tree, tree,
|
H A D | c-common.c | 3102 pointer_int_sum (location_t loc, enum tree_code resultcode, in pointer_int_sum() function
|
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/ |
H A D | c-common.h | 927 extern tree pointer_int_sum (location_t, enum tree_code, tree, tree,
|
H A D | ChangeLog | 546 * c-common.c (pointer_int_sum): When quiet, return 638 * c-common.c (pointer_int_sum): Make sure pointer expressions 2162 * c-common.c (pointer_int_sum): Use TYPE_OVERFLOW_UNDEFINED instead of 2592 * c-common.c (pointer_int_sum): Use verify_type_context to check 4956 * c-common.c (pointer_int_sum): Likewise. 5247 * c-common.c (pointer_int_sum): Use true/false instead of 1/0. 6975 * c-common.c (pointer_int_sum): Call size_in_bytes_loc instead of 7683 * c-common.c (pointer_int_sum): Fold the MULT_EXPR. 9614 (pointer_int_sum): Use wide-int interfaces. 10648 * c-common.c (pointer_int_sum): Add bool parameter. [all …]
|
H A D | c-common.cc | 3296 pointer_int_sum (location_t loc, enum tree_code resultcode, in pointer_int_sum() function
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/ |
H A D | c-typeck.c | 11757 ret = pointer_int_sum (location, PLUS_EXPR, op0, op1); in build_binary_op() 11762 ret = pointer_int_sum (location, PLUS_EXPR, op1, op0); in build_binary_op() 11781 ret = pointer_int_sum (location, MINUS_EXPR, op0, op1); in build_binary_op() 13777 step = pointer_int_sum (loc, PLUS_EXPR, begin, step); in c_omp_finish_iterators() 14272 s = pointer_int_sum (OMP_CLAUSE_LOCATION (c), PLUS_EXPR, in c_finish_omp_clauses() 14463 tree t2 = pointer_int_sum (OMP_CLAUSE_LOCATION (c), in c_finish_omp_clauses()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | semantics.c | 6114 tree t2 = pointer_int_sum (OMP_CLAUSE_LOCATION (sink_clause), in cp_finish_omp_clause_depend_sink() 6198 step = pointer_int_sum (loc, PLUS_EXPR, begin, step); in cp_omp_finish_iterators() 6528 t = pointer_int_sum (OMP_CLAUSE_LOCATION (c), PLUS_EXPR, in finish_omp_clauses() 6551 t = pointer_int_sum (OMP_CLAUSE_LOCATION (c), PLUS_EXPR, in finish_omp_clauses()
|
H A D | typeck.c | 5874 return pointer_int_sum (loc, resultcode, ptrop, in cp_pointer_int_sum()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/c/ |
H A D | c-typeck.cc | 11969 ret = pointer_int_sum (location, PLUS_EXPR, op0, op1); in build_binary_op() 11974 ret = pointer_int_sum (location, PLUS_EXPR, op1, op0); in build_binary_op() 11993 ret = pointer_int_sum (location, MINUS_EXPR, op0, op1); in build_binary_op() 14010 step = pointer_int_sum (loc, PLUS_EXPR, begin, step); in c_omp_finish_iterators() 14516 s = pointer_int_sum (OMP_CLAUSE_LOCATION (c), PLUS_EXPR, in c_finish_omp_clauses() 14786 tree t2 = pointer_int_sum (OMP_CLAUSE_LOCATION (c), in c_finish_omp_clauses()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | semantics.cc | 6541 tree t2 = pointer_int_sum (OMP_CLAUSE_LOCATION (sink_clause), in cp_finish_omp_clause_depend_sink() 6625 step = pointer_int_sum (loc, PLUS_EXPR, begin, step); in cp_omp_finish_iterators() 6964 t = pointer_int_sum (OMP_CLAUSE_LOCATION (c), PLUS_EXPR, in finish_omp_clauses() 6987 t = pointer_int_sum (OMP_CLAUSE_LOCATION (c), PLUS_EXPR, in finish_omp_clauses()
|
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-2009 | 2746 * typeck.c (cp_pointer_sum): Adjust call to pointer_int_sum. 3148 * typeck.c (cp_pointer_sum): Adjust call to pointer_int_sum.
|
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 | 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-2016 | 2690 pointer_int_sum.
|
H A D | typeck.cc | 6384 return pointer_int_sum (loc, resultcode, ptrop, in cp_pointer_int_sum()
|
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.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
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
|