Home
last modified time | relevance | path

Searched refs:maybe_warn_shift_overflow (Results 1 – 5 of 5) sorted by relevance

/dflybsd-src/contrib/gcc-8.0/gcc/c/
H A Dc-fold.c426 maybe_warn_shift_overflow (loc, op0, op1); in c_fully_fold_internal()
H A Dc-typeck.c11517 && maybe_warn_shift_overflow (location, op0, op1) in build_binary_op()
/dflybsd-src/contrib/gcc-8.0/gcc/c-family/
H A Dc-common.h1308 extern bool maybe_warn_shift_overflow (location_t, tree, tree);
H A Dc-warn.c2279 maybe_warn_shift_overflow (location_t loc, tree op0, tree op1) in maybe_warn_shift_overflow() function
/dflybsd-src/contrib/gcc-8.0/gcc/cp/
H A Dtypeck.c4711 maybe_warn_shift_overflow (location, const_op0, const_op1); in cp_build_binary_op()