/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | ilist_base.h | 23 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
|
D | ilist_node_base.h | 22 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()
|
D | SparseMultiSet.h | 100 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
|
D | SmallBitVector.h | 274 int find_next(unsigned Prev) const { in find_next() 288 int find_next_unset(unsigned Prev) const { in find_next_unset()
|
D | BitVector.h | 48 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/ |
D | ilist_base.h | 26 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
|
D | ilist_node_base.h | 23 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/ |
D | lib.rs | 194 struct Prev { struct 202 impl Prev { argument
|
/third_party/mesa3d/src/gallium/drivers/r300/compiler/ |
D | radeon_list.h | 35 struct rc_list * Prev; member
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/ |
D | TypeTableCollection.cpp | 29 Optional<TypeIndex> TypeTableCollection::getNext(TypeIndex Prev) { in getNext()
|
D | TypeHashing.cpp | 48 auto Prev = (Ref.Kind == TiRefKind::IndexRef) ? PreviousIds : PreviousTypes; in hashType() local
|
D | LazyRandomTypeCollection.cpp | 181 auto Prev = std::prev(Next); in visitRangeForType() local 213 Optional<TypeIndex> LazyRandomTypeCollection::getNext(TypeIndex Prev) { in getNext()
|
D | AppendingTypeTableBuilder.cpp | 46 Optional<TypeIndex> AppendingTypeTableBuilder::getNext(TypeIndex Prev) { in getNext()
|
D | GlobalTypeTableBuilder.cpp | 48 Optional<TypeIndex> GlobalTypeTableBuilder::getNext(TypeIndex Prev) { in getNext()
|
D | MergingTypeTableBuilder.cpp | 48 Optional<TypeIndex> MergingTypeTableBuilder::getNext(TypeIndex Prev) { in getNext()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | Timer.h | 85 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/ |
D | Timer.h | 85 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
|
D | UnicodeCharRanges.h | 72 uint32_t Prev = 0; in rangesAreValid() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
D | IceLoopAnalyzer.cpp | 272 for (auto *Prev : Cur->getInEdges()) { in ComputeLoopInfo() local 292 for (auto *Prev : Header->getInEdges()) { in ComputeLoopInfo() local
|
/third_party/typescript/tests/cases/compiler/ |
D | ramdaToolsNoInfinite.ts | 55 type Prev<I extends any[]> = alias
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | Use.h | 118 PointerIntPair<Use **, 2, PrevPtrTag> Prev; variable
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/ |
D | NVPTXPeephole.cpp | 109 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/ |
D | Use.h | 143 PointerIntPair<Use **, 2, PrevPtrTag, PrevPointerTraits> Prev; variable
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Option/ |
D | Option.cpp | 128 const char *Prev = Str; in acceptInternal() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | PrettyStackTrace.cpp | 64 PrettyStackTraceEntry *Prev = nullptr; in ReverseStackTrace() local
|