Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Demangle/
H A DRustDemangle.cpp79 size_t BoundLifetimes; member in __anon406d1ba70111::Demangler
195 BoundLifetimes = 0; in demangle()
624 ScopedOverride<size_t> SaveBoundLifetimes(BoundLifetimes, BoundLifetimes); in demangleFnSig()
666 ScopedOverride<size_t> SaveBoundLifetimes(BoundLifetimes, BoundLifetimes); in demangleDynBounds()
707 if (Binder >= Input.size() - BoundLifetimes) { in demangleOptionalBinder()
714 BoundLifetimes += 1; in demangleOptionalBinder()
1031 if (Index - 1 >= BoundLifetimes) { in printLifetime()
1036 uint64_t Depth = BoundLifetimes - Index; in printLifetime()