Home
last modified time | relevance | path

Searched refs:toIndex_ (Results 1 – 2 of 2) 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()
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
DIndexedMap.h41 ToIndexT toIndex_; variable
49 assert(toIndex_(n) < storage_.size() && "index out of bounds!");
50 return storage_[toIndex_(n)];
54 assert(toIndex_(n) < storage_.size() && "index out of bounds!");
55 return storage_[toIndex_(n)];
71 unsigned NewSize = toIndex_(n) + 1; in grow()
77 return toIndex_(n) < storage_.size(); in inBounds()