Home
last modified time | relevance | path

Searched refs:endI (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/Analysis/
DCocoaConventions.cpp133 llvm::StringRef::iterator endI = functionName.end(); in followsCreateRule() local
137 for ( ; it != endI ; ++it) { in followsCreateRule()
147 if (it == endI) in followsCreateRule()
164 if (it == endI || !islower(*it)) in followsCreateRule()
/external/valgrind/main/coregrind/m_aspacemgr/
Daspacemgr-linux.c2737 Int startI, endI; in VG_() local
2757 endI = find_nsegment_idx( end2 ); in VG_()
2763 if (startI != endI) in VG_()