HomeSort by relevance Sort by last modified time
    Searched defs:VIterator (Results 1 - 5 of 5) sorted by null

  /external/llvm/include/llvm/ADT/
SmallSet.h 38 typedef typename SmallVector<T, N>::const_iterator VIterator;
79 VIterator I = vfind(V);
121 VIterator vfind(const T &V) const {
122 for (VIterator I = Vector.begin(), E = Vector.end(); I != E; ++I)
  /external/swiftshader/third_party/LLVM/include/llvm/ADT/
SmallSet.h 37 typedef typename SmallVector<T, N>::const_iterator VIterator;
62 VIterator I = vfind(V);
103 VIterator vfind(const T &V) const {
104 for (VIterator I = Vector.begin(), E = Vector.end(); I != E; ++I)
  /external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
SmallSet.h 42 typedef typename SmallVector<T, N>::const_iterator VIterator;
84 VIterator I = vfind(V);
126 VIterator vfind(const T &V) const {
127 for (VIterator I = Vector.begin(), E = Vector.end(); I != E; ++I)
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
SmallSet.h 42 typedef typename SmallVector<T, N>::const_iterator VIterator;
84 VIterator I = vfind(V);
126 VIterator vfind(const T &V) const {
127 for (VIterator I = Vector.begin(), E = Vector.end(); I != E; ++I)
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
SmallSet.h 42 typedef typename SmallVector<T, N>::const_iterator VIterator;
84 VIterator I = vfind(V);
126 VIterator vfind(const T &V) const {
127 for (VIterator I = Vector.begin(), E = Vector.end(); I != E; ++I)

Completed in 213 milliseconds