Home
last modified time | relevance | path

Searched refs:vfind (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/ADT/
DSmallSet.h51 return vfind(V) != Vector.end(); in count()
62 VIterator I = vfind(V); in insert()
103 VIterator vfind(const T &V) const { in vfind() function
/external/llvm/include/llvm/ADT/
DSmallSet.h62 return vfind(V) == Vector.end() ? 0 : 1; in count()
79 VIterator I = vfind(V); in insert()
121 VIterator vfind(const T &V) const { in vfind() function
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DSmallSet.h67 return vfind(V) == Vector.end() ? 0 : 1; in count()
84 VIterator I = vfind(V); in insert()
126 VIterator vfind(const T &V) const { in vfind() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
DSmallSet.h168 return vfind(V) == Vector.end() ? 0 : 1; in count()
185 VIterator I = vfind(V); in insert()
239 VIterator vfind(const T &V) const { in vfind() function