Home
last modified time | relevance | path

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

/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationHistory.h59 m_curr_idx = NormalizeIndex(idx + 1); in GetNextIndex()
63 uint32_t NormalizeIndex(uint32_t i) const { in NormalizeIndex() function
H A DGDBRemoteCommunicationHistory.cpp64 const uint32_t idx = NormalizeIndex(i); in Dump()
83 const uint32_t idx = NormalizeIndex(i); in Dump()
/llvm-project/lldb/source/Utility/
H A DLog.cpp430 m_next_index = NormalizeIndex(index + 1); in GetFirstMessageIndex()
434 size_t RotatingLogHandler::NormalizeIndex(size_t i) const { return i % m_size; } in Dump()
449 const size_t idx = NormalizeIndex(i); in TeeLogHandler()
422 size_t RotatingLogHandler::NormalizeIndex(size_t i) const { return i % m_size; } NormalizeIndex() function in RotatingLogHandler
/llvm-project/lldb/include/lldb/Utility/
H A DLog.h103 size_t NormalizeIndex(size_t i) const;
/llvm-project/mlir/include/mlir/IR/
H A DCommonTypeConstraints.td552 class NormalizeIndex<int value> {
573 CPred<"::llvm::cast<::mlir::ShapedType>($_self).getRank() >= " # NormalizeIndex<n>.ret>,