Home
last modified time | relevance | path

Searched refs:arith_ops (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-warn.c1175 int arith_ops = 0; in conversion_warning() local
1278 arith_ops = 2; in conversion_warning()
1291 arith_ops = 1; in conversion_warning()
1347 if (arith_ops in conversion_warning()
1352 for (int i = 0; i < arith_ops; ++i) in conversion_warning()
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-warn.cc1177 int arith_ops = 0; in conversion_warning() local
1280 arith_ops = 2; in conversion_warning()
1293 arith_ops = 1; in conversion_warning()
1349 if (arith_ops in conversion_warning()
1354 for (int i = 0; i < arith_ops; ++i) in conversion_warning()