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

  /src/external/gpl3/gcc/dist/gcc/
tree.h 569 #define STRIP_NOPS(EXP) \
572 /* Like STRIP_NOPS, but don't let the signedness change either. */
577 /* Like STRIP_NOPS, but don't alter the TREE_TYPE either. */
  /src/external/gpl3/gcc.old/dist/gcc/
tree.h 479 #define STRIP_NOPS(EXP) \
482 /* Like STRIP_NOPS, but don't let the signedness change either. */
487 /* Like STRIP_NOPS, but don't alter the TREE_TYPE either. */

Completed in 24 milliseconds