reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

gen/tools/lldb/scripts/LLDBWrapPython.cpp
 4181     if ((v > UCHAR_MAX)) {
projects/compiler-rt/lib/profile/InstrProfilingValue.c
  334       if (C > UCHAR_MAX)
  335         C = UCHAR_MAX;
tools/polly/lib/External/isl/imath/imath.c
 3077     c = s & UCHAR_MAX;
usr/include/python2.7/Python.h
   25 #if UCHAR_MAX != 255