Home
last modified time | relevance | path

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

/external/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