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

References

lib/Support/regcomp.c
 1208 		if (nc > SIZE_MAX / sizeof(cset))
 1553 	if ((uintptr_t)size > SIZE_MAX / sizeof(sop)) {
 1574 	if ((uintptr_t)p->slen > SIZE_MAX / sizeof(sop)) {
projects/compiler-rt/lib/fuzzer/FuzzerDataFlowTrace.cpp
  167   size_t FocusFuncIdx = SIZE_MAX;
  211   if (!NumFunctions || FocusFuncIdx == SIZE_MAX || Files.size() <= 1)
projects/compiler-rt/lib/gwp_asan/guarded_pool_allocator.h
  149   static constexpr size_t kInvalidSlotID = SIZE_MAX;
tools/clang/lib/Format/NamespaceEndCommentsFixer.cpp
  191   size_t StartLineIndex = SIZE_MAX;
  210     if (StartLineIndex == SIZE_MAX)
  255     StartLineIndex = SIZE_MAX;
tools/lldb/include/lldb/Interpreter/CommandHistory.h
   44             size_t stop_idx = SIZE_MAX) const;
tools/lldb/include/lldb/Target/ProcessStructReader.h
   95   size_t GetOffsetOf(ConstString name, size_t fail_value = SIZE_MAX) {
tools/lldb/include/lldb/Utility/StreamTee.h
  119     size_t min_bytes_written = SIZE_MAX;
  132     if (min_bytes_written == SIZE_MAX)
tools/lldb/source/Commands/CommandObjectMemory.cpp
 1356       size_t length = SIZE_MAX;
tools/lldb/source/Core/DumpDataExtractor.cpp
  205                             offset - line_start_offset, SIZE_MAX,
  795                       offset - line_start_offset, SIZE_MAX,
tools/lldb/source/Interpreter/OptionValueProperties.cpp
  104   size_t idx = m_name_to_index.Find(key, SIZE_MAX);
  222   return m_name_to_index.Find(name, SIZE_MAX);
  231       m_name_to_index.Find(name, SIZE_MAX));
tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerCommon.cpp
  576     size_t count = packet.GetU64(SIZE_MAX);
  579       if (count == SIZE_MAX) {
unittests/ADT/HashingTest.cpp
  210 #if SIZE_MAX == UINT64_MAX || SIZE_MAX == UINT32_MAX
  210 #if SIZE_MAX == UINT64_MAX || SIZE_MAX == UINT32_MAX