Home
last modified time | relevance | path

Searched defs:PriorTo (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DBitVector.h304 int find_prev(unsigned PriorTo) const { return find_last_in(0, PriorTo); } in find_prev()
322 int find_prev_unset(unsigned PriorTo) { in find_prev_unset()
H A DSmallBitVector.h305 int find_prev(unsigned PriorTo) const { in find_prev()