Lines Matching refs:unordered
154 … "Attempted to dereference a non-dereferenceable unordered container iterator");
163 … "Attempted to dereference a non-dereferenceable unordered container iterator");
173 "Attempted to increment non-incrementable unordered container iterator");
301 … "Attempted to dereference a non-dereferenceable unordered container const_iterator");
310 … "Attempted to dereference a non-dereferenceable unordered container const_iterator");
320 … "Attempted to increment non-incrementable unordered container const_iterator");
433 … "Attempted to dereference a non-dereferenceable unordered container local_iterator");
442 … "Attempted to dereference a non-dereferenceable unordered container local_iterator");
452 … "Attempted to increment non-incrementable unordered container local_iterator");
598 … "Attempted to dereference a non-dereferenceable unordered container const_local_iterator");
607 … "Attempted to dereference a non-dereferenceable unordered container const_local_iterator");
617 … "Attempted to increment non-incrementable unordered container const_local_iterator");
949 "unordered container::bucket(key) called when bucket_count() == 0");
1013 "unordered container::max_load_factor(lf) called with lf <= 0");
1022 "unordered container::begin(n) called with n >= bucket_count()");
1035 "unordered container::end(n) called with n >= bucket_count()");
1048 "unordered container::cbegin(n) called with n >= bucket_count()");
1061 "unordered container::cend(n) called with n >= bucket_count()");
1692 "unordered container::emplace_hint(const_iterator, args...) called with an iterator not"
1693 " referring to this unordered container");
1839 "unordered container::emplace_hint(const_iterator, args...) called with an iterator not"
1840 " referring to this unordered container");
1892 "unordered container::insert(const_iterator, rvalue) called with an iterator not"
1893 " referring to this unordered container");
1920 "unordered container::insert(const_iterator, lvalue) called with an iterator not"
1921 " referring to this unordered container");
2139 "unordered container erase(iterator) called with an iterator not"
2142 "unordered container erase(iterator) called with a non-dereferenceable iterator");
2398 "unordered container::bucket_size(n) called with n >= bucket_count()");