Home
last modified time | relevance | path

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

/freebsd-12.1/stand/ficl/
H A Dsearch.c93 static void getCurrent(FICL_VM *pVM) in getCurrent() function
370 getCurrent, FW_DEFAULT); in ficlCompileSearch()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DMultiOnDiskHashTable.h140 Tables.erase(std::remove_if(tables().begin().getCurrent(), Tables.end(), in removeOverriddenTables()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Parse/
H A DParser.h334 Loc *getCurrent(Parser &P) { in getCurrent() function
1636 if (auto *Info = AngleBrackets.getCurrent(*this)) in checkPotentialAngleBracketDelimiter()
/freebsd-12.1/contrib/llvm/include/llvm/ADT/
H A DSTLExtras.h229 ItTy getCurrent() { return this->I; }
/freebsd-12.1/contrib/llvm/lib/IR/
H A DInstructions.cpp918 for (Use *CurDst = HI.getCurrent(); CurDst != EndDst; ++CurDst) in removeHandler()