Home
last modified time | relevance | path

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

/external/llvm/include/llvm/ADT/
DIndexedMap.h39 ToIndexT toIndex_; variable
47 assert(toIndex_(n) < storage_.size() && "index out of bounds!");
48 return storage_[toIndex_(n)];
52 assert(toIndex_(n) < storage_.size() && "index out of bounds!");
53 return storage_[toIndex_(n)];
69 unsigned NewSize = toIndex_(n) + 1; in grow()
75 return toIndex_(n) < storage_.size(); in inBounds()