Home
last modified time | relevance | path

Searched refs:ValueMapConstIterator (Results 1 – 3 of 3) 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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DValueMap.h52 class ValueMapConstIterator; variable
139 using const_iterator = ValueMapConstIterator<MapT, KeyT>;
385 class ValueMapConstIterator :
395 ValueMapConstIterator() : I() {}
396 ValueMapConstIterator(BaseT I) : I(I) {}
397 ValueMapConstIterator(ValueMapIterator<DenseMapT, KeyT> Other)
420 bool operator==(const ValueMapConstIterator &RHS) const {
423 bool operator!=(const ValueMapConstIterator &RHS) const {
427 inline ValueMapConstIterator& operator++() { // Preincrement
431 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 …]