Home
last modified time | relevance | path

Searched defs:find_next (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DSmallBitVector.h277 int find_next(unsigned Prev) const { in find_next() function
H A DSparseBitVector.h148 int find_next(unsigned Curr) const { in find_next() function
H A DBitVector.h308 int find_next(unsigned Prev) const { return find_first_in(Prev + 1, Size); } in find_next() function
/freebsd/crypto/heimdal/lib/sl/
H A Dslc-gram.y274 find_next(struct assignment *as, const char *name) in find_next() function
H A Dslc-gram.c1783 find_next(struct assignment *as, const char *name) in find_next() function
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonGenInsert.cpp109 unsigned find_next(unsigned Prev) const { in find_next() function
H A DHexagonBitSimplify.cpp100 unsigned find_next(unsigned Prev) const { in find_next() function
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_affinity.cpp3612 FindNextFunctionType find_next) { in __kmp_create_os_id_masks()