Lines Matching full:container
9 // Defines a checker for mistakenly applying a foreign iterator on a container
11 // iterators of the same container should be used.
85 // Check for erase, insert and emplace using iterator of another container in checkPreCall()
106 // Check match of first-last iterator pair in a constructor of a container in checkPreCall()
137 // to the same container and the last to also to the same container but in checkPreCall()
164 // check whether they belong to the same container in checkPreCall()
197 // Verify match between a container and the container of an iterator in verifyMatch()
214 // the same or a different container but we get different conjured symbols in verifyMatch()
226 reportBug("Container accessed using foreign iterator argument.", in verifyMatch()
243 // the same or a different container but we get different conjured symbols in verifyMatch()
265 "same container is expected.", Iter1, Iter2, C, N); in verifyMatch()