/netbsd-src/external/gpl3/gcc/dist/contrib/vim-gcc-dev/syntax/ |
H A D | gcc-match.vim | 29 \ pointer_plus pointer_diff
|
/netbsd-src/external/gpl3/gcc.old/dist/contrib/vim-gcc-dev/syntax/ |
H A D | gcc-match.vim | 29 \ pointer_plus pointer_diff
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | match.pd | 139 (pointer_diff @0 integer_zerop) 187 (pointer_diff @@0 @0) 1296 (negate (pointer_diff @0 @1)) 1298 (pointer_diff @1 @0))) 1637 (op (pointer_diff@3 @0 @2) (pointer_diff @1 @2)) 1641 (minus (pointer_diff@3 @0 @2) (pointer_diff @1 @2)) 1644 (pointer_diff @0 @1))) 1664 (op (pointer_diff@3 @2 @0) (pointer_diff @2 @1)) 1668 (minus (pointer_diff@3 @2 @0) (pointer_diff @2 @1)) 1671 (pointer_diff @1 @0))) [all …]
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | match.pd | 191 (pointer_diff @0 integer_zerop) 244 (pointer_diff @@0 @0) 1624 (negate (pointer_diff @0 @1)) 1626 (pointer_diff @1 @0))) 2033 (op (pointer_diff@3 @0 @2) (pointer_diff @1 @2)) 2037 (minus (pointer_diff@3 @0 @2) (pointer_diff @1 @2)) 2040 (pointer_diff @0 @1))) 2060 (op (pointer_diff@3 @2 @0) (pointer_diff @2 @1)) 2064 (minus (pointer_diff@3 @2 @0) (pointer_diff @2 @1)) 2067 (pointer_diff @1 @0))) [all …]
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | ChangeLog.tree-ssa | 180 * typeck.c (pointer_diff): Remove unused variable. 241 (pointer_diff, build_address, build_nop, build_unary_op): Likewise.
|
H A D | ChangeLog-2008 | 382 common_type in call to pointer_diff. 502 (pointer_diff): Pass location to cp_build_binary_op. 1612 pointer_diff, cp_build_unary_op, build_x_compound_expr_from_list, 2242 (pointer_diff): Fix calls for SFINAE.
|
H A D | typeck.cc | 57 static tree pointer_diff (location_t, tree, tree, tree, tsubst_flags_t, tree *); 5116 result = pointer_diff (location, op0, op1, in cp_build_binary_op() 6393 pointer_diff (location_t loc, tree op0, tree op1, tree ptrtype, in pointer_diff() function
|
H A D | ChangeLog-2004 | 1326 convert_arguments, build_binary_op, pointer_diff, build_unary_op, 1677 (pointer_diff): Likewise. 2886 get_member_function_from_ptrfunc, build_binary_op, pointer_diff,
|
H A D | ChangeLog-2016 | 2687 * typeck.c (cp_build_binary_op): Pass LOCATION to pointer_diff and 2691 (pointer_diff): Add location parameter. Use it.
|
H A D | ChangeLog-2000 | 2526 (pointer_diff): Likewise. 5242 build_array_ref, convert_arguments, pointer_diff, 6761 build_binary_op_nodefault, pointer_int_sum, pointer_diff,
|
H A D | ChangeLog-1996 | 2459 convert_for_initialization, pointer_int_sum, pointer_diff, 4021 * typeck.c (pointer_int_sum, pointer_diff): Make code agree with C
|
H A D | ChangeLog-2017 | 268 * typeck.c (pointer_diff): Add new argument and instrument 529 * typeck.c (pointer_diff): Use POINTER_DIFF_EXPR.
|
H A D | ChangeLog-2012 | 1736 (pointer_diff): Add tsubst_flags_t parameter.
|
H A D | ChangeLog-1997 | 160 * typeck.c (build_binary_op_nodefault, pointer_diff): Symmetric
|
H A D | ChangeLog-2019 | 388 (pointer_diff, cp_build_unary_op): Use verify_type_context to check 5378 (pointer_diff): Similarly for SANITIZE_POINTER_SUBTRACT.
|
H A D | ChangeLog-1999 | 5260 (pointer_diff): Likewise. 6246 (pointer_diff): Likewise.
|
H A D | ChangeLog-2014 | 3819 * typeck.c (pointer_diff): Give an error on arithmetic on pointer to
|
H A D | ChangeLog-2015 | 750 (cp_pointer_int_sum, pointer_diff): Don't fold.
|
H A D | ChangeLog-2013 | 3300 (pointer_diff): Likewise.
|
H A D | ChangeLog-2003 | 2769 (pointer_diff): Remove OFFSET_TYPE case.
|
H A D | ChangeLog-2020 | 278 * typeck.c (pointer_diff): Use complete_type_or_maybe_complain
|
/netbsd-src/external/gpl3/gcc/dist/gcc/c/ |
H A D | ChangeLog | 986 * c-typeck.c (pointer_diff): Do not emit a top-level 1628 * c-typeck.c (pointer_diff): Use verify_type_context to test whether 2938 * c-typeck.c (pointer_diff): Cast both pointers to unqualified types 3200 * c-typeck.c (pointer_diff): Add new argument and instrument 3302 * c-typeck.c (pointer_diff): Use POINTER_DIFF_EXPR. 3648 (pointer_diff): Likewise. 6841 * c-typeck.c (pointer_diff): Remove P - (P + CST) optimization. 7155 (pointer_diff): Remove comment. 7421 * c-typeck.c (pointer_diff): Give an error on arithmetic on pointer to 8198 * c-typeck.c (pointer_diff): Change -Wpointer-arith pedwarns
|
H A D | c-typeck.cc | 102 static tree pointer_diff (location_t, tree, tree, tree *); 3976 pointer_diff (location_t loc, tree op0, tree op1, tree *instrument_expr) in pointer_diff() function 11987 ret = pointer_diff (location, op0, op1, &instrument_expr); in build_binary_op()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | typeck.c | 57 static tree pointer_diff (location_t, tree, tree, tree, tsubst_flags_t, tree *); 4679 result = pointer_diff (location, op0, op1, in cp_build_binary_op() 5883 pointer_diff (location_t loc, tree op0, tree op1, tree ptrtype, in pointer_diff() function
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/ |
H A D | c-typeck.c | 98 static tree pointer_diff (location_t, tree, tree, tree *); 3944 pointer_diff (location_t loc, tree op0, tree op1, tree *instrument_expr) in pointer_diff() function 11775 ret = pointer_diff (location, op0, op1, &instrument_expr); in build_binary_op()
|