Home
last modified time | relevance | path

Searched defs:Prev (Results 1 – 25 of 61) sorted by relevance

123

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
Dilist_base.h23 node_base_type &Prev = *Next.getPrev(); in insertBeforeImpl() local
31 node_base_type *Prev = N.getPrev(); in removeImpl() local
42 node_base_type *Prev = First.getPrev(); in removeRangeImpl() local
69 node_base_type &Prev = *Next.getPrev(); in transferBeforeImpl() local
Dilist_node_base.h22 ilist_node_base *Prev = nullptr; variable
26 void setPrev(ilist_node_base *Prev) { this->Prev = Prev; } in setPrev()
40 void setPrev(ilist_node_base *Prev) { PrevAndSentinel.setPointer(Prev); } in setPrev()
DSparseMultiSet.h100 unsigned Prev; member
159 unsigned addValue(const ValueT& V, unsigned Prev, unsigned Next) { in addValue()
243 unsigned Prev() const { return SMS->Dense[Idx].Prev; } in Prev() function
DSmallBitVector.h274 int find_next(unsigned Prev) const { in find_next()
288 int find_next_unset(unsigned Prev) const { in find_next_unset()
DBitVector.h48 auto Prev = *this; variable
339 int find_next(unsigned Prev) const { return find_first_in(Prev + 1, Size); } in find_next()
351 int find_next_unset(unsigned Prev) const { in find_next_unset()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
Dilist_base.h26 node_base_type &Prev = *Next.getPrev(); in insertBeforeImpl() local
34 node_base_type *Prev = N.getPrev(); in removeImpl() local
45 node_base_type *Prev = First.getPrev(); in removeRangeImpl() local
72 node_base_type &Prev = *Next.getPrev(); in transferBeforeImpl() local
Dilist_node_base.h23 ilist_node_base *Prev = nullptr; variable
27 void setPrev(ilist_node_base *Prev) { this->Prev = Prev; } in setPrev()
41 void setPrev(ilist_node_base *Prev) { PrevAndSentinel.setPointer(Prev); } in setPrev()
/third_party/rust/crates/signal-hook/signal-hook-registry/src/
Dlib.rs194 struct Prev { struct
202 impl Prev { argument
/third_party/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_list.h35 struct rc_list * Prev; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DTypeTableCollection.cpp29 Optional<TypeIndex> TypeTableCollection::getNext(TypeIndex Prev) { in getNext()
DTypeHashing.cpp48 auto Prev = (Ref.Kind == TiRefKind::IndexRef) ? PreviousIds : PreviousTypes; in hashType() local
DLazyRandomTypeCollection.cpp181 auto Prev = std::prev(Next); in visitRangeForType() local
213 Optional<TypeIndex> LazyRandomTypeCollection::getNext(TypeIndex Prev) { in getNext()
DAppendingTypeTableBuilder.cpp46 Optional<TypeIndex> AppendingTypeTableBuilder::getNext(TypeIndex Prev) { in getNext()
DGlobalTypeTableBuilder.cpp48 Optional<TypeIndex> GlobalTypeTableBuilder::getNext(TypeIndex Prev) { in getNext()
DMergingTypeTableBuilder.cpp48 Optional<TypeIndex> MergingTypeTableBuilder::getNext(TypeIndex Prev) { in getNext()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DTimer.h85 Timer **Prev; ///< Pointer to \p Next of previous timer in group. variable
190 TimerGroup **Prev; ///< Pointer to Next field of previous timergroup in list. variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DTimer.h85 Timer **Prev = nullptr; ///< Pointer to \p Next of previous timer in group. variable
191 TimerGroup **Prev; ///< Pointer to Next field of previous timergroup in list. variable
DUnicodeCharRanges.h72 uint32_t Prev = 0; in rangesAreValid() local
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceLoopAnalyzer.cpp272 for (auto *Prev : Cur->getInEdges()) { in ComputeLoopInfo() local
292 for (auto *Prev : Header->getInEdges()) { in ComputeLoopInfo() local
/third_party/typescript/tests/cases/compiler/
DramdaToolsNoInfinite.ts55 type Prev<I extends any[]> = alias
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DUse.h118 PointerIntPair<Use **, 2, PrevPtrTag> Prev; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
DNVPTXPeephole.cpp109 auto &Prev = *MRI.getUniqueVRegDef(Root.getOperand(1).getReg()); in CombineCVTAToLocal() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DUse.h143 PointerIntPair<Use **, 2, PrevPtrTag, PrevPointerTraits> Prev; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Option/
DOption.cpp128 const char *Prev = Str; in acceptInternal() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DPrettyStackTrace.cpp64 PrettyStackTraceEntry *Prev = nullptr; in ReverseStackTrace() local

123