Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/ADT/
HDSmallSet.h169 return vfind(V) == Vector.end() ? 0 : 1; in count()
185 VIterator I = vfind(V); in insert()
238 return vfind(V) != Vector.end(); in contains()
245 VIterator vfind(const T &V) const { in vfind() function