Searched defs:find_next (Results 1 - 12 of 12) sorted by relevance

/external/llvm/include/llvm/ADT/
H A DBitVector.h164 /// find_next - Returns the index of the next set bit following the
166 int find_next(unsigned Prev) const { function in class:llvm::BitVector
H A DSmallBitVector.h221 int find_next(unsigned Prev) const { function in class:llvm::SmallBitVector
230 return getPointer()->find_next(Prev);
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
H A DBitVector.h157 /// find_next - Returns the index of the next set bit following the
159 int find_next(unsigned Prev) const { function in class:llvm::BitVector
H A DSmallBitVector.h220 /// find_next - Returns the index of the next set bit following the
222 int find_next(unsigned Prev) const { function in class:llvm::SmallBitVector
235 return getPointer()->find_next(Prev);
/external/llvm/lib/Target/Hexagon/
H A DHexagonBitSimplify.cpp48 unsigned find_next(unsigned Prev) const { function in struct:__anon12959::RegisterSet
49 int Next = BitVector::find_next(v2x(Prev));
130 for (unsigned R = P.RS.find_first(); R; R = P.RS.find_next(R))
1498 for (unsigned R = AVs.find_first(); R; R = AVs.find_next(R)) {
1549 for (unsigned R = Defs.find_first(); R; R = Defs.find_next(R)) {
H A DHexagonGenInsert.cpp90 unsigned find_next(unsigned Prev) const { function in struct:__anon12985::RegisterSet
91 int Next = BitVector::find_next(v2x(Prev));
170 for (unsigned R = P.RS.find_first(); R; R = P.RS.find_next(R))
917 for (unsigned VR = InsDefs.find_first(); VR; VR = InsDefs.find_next(VR)) {
935 for (unsigned VR = InsDefs.find_first(); VR; VR = InsDefs.find_next(VR))
948 for (unsigned VR = BlockDefs.find_first(); VR; VR = BlockDefs.find_next(VR))
968 for (unsigned R = Regs[S].find_first(); R; R = Regs[S].find_next(R)) {
1234 for (unsigned R = Rs.find_first(); R; R = Rs.find_next(R)) {
1262 for (unsigned R = TT.find_first(); R; R = TT.find_next(R))
1267 for (unsigned R = AllRMs.find_first(); R; R = AllRMs.find_next(
[all...]
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 167 milliseconds