Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/smatch/src/
H A Dsparse.c125 int newsigned = insn->opcode == OP_SEXT; in check_cast_instruction() local
128 if (oldsigned == newsigned) in check_cast_instruction()
130 if (newsigned) in check_cast_instruction()
139 if (oldsigned == newsigned) { in check_cast_instruction()