Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Analysis/
DDDGPrinter.cpp70 const DDGEdge *E = static_cast<const DDGEdge *>(*I.getCurrent()); in getEdgeAttributes()
/openbsd/src/gnu/llvm/clang/lib/Serialization/
DMultiOnDiskHashTable.h139 Tables.erase(std::remove_if(tables().begin().getCurrent(), Tables.end(), in removeOverriddenTables()
/openbsd/src/gnu/llvm/llvm/lib/Target/X86/
DX86LoadValueInjectionLoadHardening.cpp224 int EdgeVal = (*E.getCurrent()).getValue(); in getEdgeAttributes()
/openbsd/src/gnu/llvm/clang/include/clang/Parse/
DParser.h390 Loc *getCurrent(Parser &P) { in getCurrent() function
1832 if (auto *Info = AngleBrackets.getCurrent(*this)) in checkPotentialAngleBracketDelimiter()
/openbsd/src/gnu/llvm/llvm/include/llvm/ADT/
DSTLExtras.h416 ItTy getCurrent() { return this->I; }
457 ItTy getCurrent() { return this->I; }
/openbsd/src/gnu/llvm/llvm/lib/IR/
DInstructions.cpp1303 for (Use *CurDst = HI.getCurrent(); CurDst != EndDst; ++CurDst) in removeHandler()