Searched refs:maybe_warn_shift_overflow (Results 1 – 11 of 11) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/ |
H A D | c-fold.c | 429 maybe_warn_shift_overflow (loc, op0, op1); in c_fully_fold_internal()
|
H A D | c-typeck.c | 12047 && maybe_warn_shift_overflow (location, op0, op1) in build_binary_op()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/c/ |
H A D | c-fold.cc | 429 maybe_warn_shift_overflow (loc, op0, op1); in c_fully_fold_internal()
|
H A D | c-typeck.cc | 12259 && maybe_warn_shift_overflow (location, op0, op1) in build_binary_op()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/ |
H A D | c-common.h | 1356 extern bool maybe_warn_shift_overflow (location_t, tree, tree);
|
H A D | c-warn.c | 2629 maybe_warn_shift_overflow (location_t loc, tree op0, tree op1) in maybe_warn_shift_overflow() function
|
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/ |
H A D | c-common.h | 1463 extern bool maybe_warn_shift_overflow (location_t, tree, tree);
|
H A D | c-warn.cc | 2619 maybe_warn_shift_overflow (location_t loc, tree op0, tree op1) in maybe_warn_shift_overflow() function
|
H A D | ChangeLog | 302 * c-warn.cc (maybe_warn_shift_overflow): Use TYPE_OVERFLOW_WRAPS 3721 * c-warn.c (maybe_warn_shift_overflow): Don't warn for c++2a. 4960 (maybe_warn_shift_overflow): Likewise. 6203 (maybe_warn_shift_overflow): Likewise. 7373 * c-common.c (maybe_warn_shift_overflow): Warn on all overflows if 7936 * c-common.c (maybe_warn_shift_overflow): Properly handle 8026 (maybe_warn_shift_overflow): New function. 8027 * c-common.h (maybe_warn_shift_overflow): Declare.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | typeck.c | 4993 maybe_warn_shift_overflow (location, const_op0, const_op1); in cp_build_binary_op()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | typeck.cc | 5436 maybe_warn_shift_overflow (location, const_op0, const_op1); in cp_build_binary_op()
|