Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir/IR/
H A DTypeRange.h45 : TypeRange(ValueRange(ValueRangeT(values.begin().getCurrent(), in TypeRange()
46 values.end().getCurrent()))) {} in TypeRange()
H A DBuiltinAttributeInterfaces.h148 return it.getFunction()(*std::next(it.getCurrent(), index)); in atImpl()
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DDDGPrinter.cpp70 const DDGEdge *E = static_cast<const DDGEdge *>(*I.getCurrent()); in getEdgeAttributes()
/llvm-project-15.0.7/clang/lib/Serialization/
H A DMultiOnDiskHashTable.h139 Tables.erase(std::remove_if(tables().begin().getCurrent(), Tables.end(), in removeOverriddenTables()
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86LoadValueInjectionLoadHardening.cpp224 int EdgeVal = (*E.getCurrent()).getValue(); in getEdgeAttributes()
/llvm-project-15.0.7/clang/include/clang/Parse/
H A DParser.h385 Loc *getCurrent(Parser &P) { in getCurrent() function
1812 if (auto *Info = AngleBrackets.getCurrent(*this)) in checkPotentialAngleBracketDelimiter()
/llvm-project-15.0.7/llvm/include/llvm/ADT/
H A DSTLExtras.h309 ItTy getCurrent() { return this->I; }
350 ItTy getCurrent() { return this->I; }
/llvm-project-15.0.7/llvm/lib/IR/
H A DInstructions.cpp1200 for (Use *CurDst = HI.getCurrent(); CurDst != EndDst; ++CurDst) in removeHandler()