Home
last modified time | relevance | path

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

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