Home
last modified time | relevance | path

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

/netbsd-src/common/lib/libc/misc/
H A Dubsan.c278 static bool isNegativeNumber(char *szLocation, struct CTypeDescriptor *pType, unsigned long ulNumbe…
488 if (isNegativeNumber(szLocation, pData->mRHSType, ulRHS)) in HandleShiftOutOfBounds()
494 else if (isNegativeNumber(szLocation, pData->mLHSType, ulLHS)) in HandleShiftOutOfBounds()
1803 isNegativeNumber(char *szLocation, struct CTypeDescriptor *pType, unsigned long ulNumber) function