Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/ADT/
DValueMap.h44 class ValueMapConstIterator; variable
100 typedef ValueMapConstIterator<MapT, KeyT> const_iterator;
317 class ValueMapConstIterator :
325 ValueMapConstIterator() : I() {}
326 ValueMapConstIterator(BaseT I) : I(I) {}
327 ValueMapConstIterator(ValueMapIterator<DenseMapT, KeyT> Other)
350 bool operator==(const ValueMapConstIterator &RHS) const {
353 bool operator!=(const ValueMapConstIterator &RHS) const {
357 inline ValueMapConstIterator& operator++() { // Preincrement
361 ValueMapConstIterator operator++(int) { // Postincrement
[all …]
/external/llvm/include/llvm/IR/
DValueMap.h47 class ValueMapConstIterator; variable
129 typedef ValueMapConstIterator<MapT, KeyT> const_iterator;
366 class ValueMapConstIterator :
374 ValueMapConstIterator() : I() {}
375 ValueMapConstIterator(BaseT I) : I(I) {}
376 ValueMapConstIterator(ValueMapIterator<DenseMapT, KeyT> Other)
399 bool operator==(const ValueMapConstIterator &RHS) const {
402 bool operator!=(const ValueMapConstIterator &RHS) const {
406 inline ValueMapConstIterator& operator++() { // Preincrement
410 ValueMapConstIterator operator++(int) { // Postincrement
[all …]