reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Frontend/FrontendAction.cpp
  366          Dir != End && !EC; Dir.increment(EC)) {
tools/clang/lib/Lex/ModuleMap.cpp
 2423          I != E && !EC; I.increment(EC)) {
tools/clang/lib/Lex/PPLexerChange.cpp
  280        Entry != End && !EC; Entry.increment(EC)) {
tools/lldb/source/Host/common/FileSystem.cpp
  196   for (; Iter != End && !EC; Iter.increment(EC)) {
unittests/Support/VirtualFileSystemTest.cpp
  614   for (auto E = vfs::recursive_directory_iterator(); !EC && I != E;
  654     for (auto E = vfs::recursive_directory_iterator(); !EC && I != E;
  679     for (auto E = vfs::recursive_directory_iterator(); !EC && I != E;
  733        I != E; I.increment(EC)) {
  758   for (DirIter E; !EC && I != E; I.increment(EC))
 1325   for (auto E = vfs::recursive_directory_iterator(); !EC && I != E;
 1842   for (int l = 0; I != E; I.increment(EC), ++l) {
utils/unittest/googletest/include/gtest/gtest.h
 1522 GTEST_IMPL_CMP_HELPER_(NE, !=);