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

References

include/llvm/ADT/APSInt.h
  341 inline bool operator<=(int64_t V1, const APSInt &V2) { return V2 >= V1; }
tools/clang/lib/Sema/SemaTemplate.cpp
 3046     assert(Index >= 0 && "the index used with __type_pack_element should be of "
 3048     if (Index >= Ts.pack_size()) {
tools/clang/tools/extra/clang-tidy/bugprone/SuspiciousMemsetUsageCheck.cpp
   84     if (NumValue >= 0 && NumValue <= UCharMax)