Home
last modified time | relevance | path

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

/freebsd/stand/ficl/
H A Dsearch.c92 static void getCurrent(FICL_VM *pVM) in getCurrent() function
369 getCurrent, FW_DEFAULT); in ficlCompileSearch()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DDDGPrinter.cpp70 const DDGEdge *E = static_cast<const DDGEdge *>(*I.getCurrent()); in getEdgeAttributes()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DMultiOnDiskHashTable.h137 Tables.erase(std::remove_if(tables().begin().getCurrent(), Tables.end(), in removeOverriddenTables()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86LoadValueInjectionLoadHardening.cpp222 int EdgeVal = (*E.getCurrent()).getValue(); in getEdgeAttributes()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUSplitModule.cpp1268 switch ((*EI.getCurrent())->Kind) { in getEdgeAttributes()
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DSTLExtras.h368 ItTy getCurrent() { return this->I; }
409 ItTy getCurrent() { return this->I; }
/freebsd/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h7910 Loc *getCurrent(Parser &P) { in getCurrent() function
7978 if (auto *Info = AngleBrackets.getCurrent(*this)) in checkPotentialAngleBracketDelimiter()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DMemProfContextDisambiguation.cpp3179 auto &Edge = *(ChildIter.getCurrent()); in getEdgeAttributes()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DInstructions.cpp1143 for (Use *CurDst = HI.getCurrent(); CurDst != EndDst; ++CurDst) in removeHandler()