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

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stackdepot.cpp33 static const u32 kMaxUseCount = 1 << kUseCountBits; member in struct:__sanitizer::StackDepotNode
74 COMPILER_CHECK(StackDepotNode::kMaxUseCount == (u32)kStackDepotMaxUseCount);
85 CHECK_LT(prev + 1, StackDepotNode::kMaxUseCount);

Completed in 87 milliseconds