HomeSort by: relevance | last modified time | path
    Searched defs:cstw (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/c-family/
c-warn.cc 393 wide_int cstw = wi::to_wide (cst, prec); local
397 res = bitopcstw & cstw;
399 res = bitopcstw | cstw;
403 if (res == cstw)
  /src/external/gpl3/gcc.old/dist/gcc/c-family/
c-warn.cc 392 wide_int cstw = wi::to_wide (cst, prec); local
396 res = bitopcstw & cstw;
398 res = bitopcstw | cstw;
402 if (res == cstw)

Completed in 28 milliseconds