HomeSort by relevance Sort by last modified time
    Searched refs:ValueMapConstIterator (Results 1 - 3 of 3) sorted by null

  /external/swiftshader/third_party/LLVM/include/llvm/ADT/
ValueMap.h 44 class ValueMapConstIterator;
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) { // Postincremen
    [all...]
  /external/llvm/include/llvm/IR/
ValueMap.h 47 class ValueMapConstIterator;
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) { // Postincremen
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
ValueMap.h 52 class ValueMapConstIterator;
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) { // Postincremen
    [all...]

Completed in 84 milliseconds