Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_stackdepot.cc31 static const u32 kMaxUseCount = 1 << kUseCountBits; member
86 COMPILER_CHECK(StackDepotNode::kMaxUseCount == (u32)kStackDepotMaxUseCount);
97 CHECK_LT(prev + 1, StackDepotNode::kMaxUseCount); in inc_use_count_unsafe()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_stackdepot.cc33 static const u32 kMaxUseCount = 1 << kUseCountBits; member
88 COMPILER_CHECK(StackDepotNode::kMaxUseCount == (u32)kStackDepotMaxUseCount);
99 CHECK_LT(prev + 1, StackDepotNode::kMaxUseCount); in inc_use_count_unsafe()