/external/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
|
/external/swiftshader/third_party/llvm-16.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() 249 unsigned Prev() const { return SMS->Dense[Idx].Prev; } in Prev() function
|
/external/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()
|
/external/rust/android-crates-io/crates/signal-hook-registry/src/ |
D | lib.rs | 198 struct Prev { struct 206 impl Prev { impl
|
/external/scudo/standalone/ |
D | list.h | 44 void setPrev(T *X, T *Prev) const { X->Prev = Prev; } in setPrev() 90 void setPrev(T *X, T *Prev) const { in setPrev() 289 T *Prev = getPrev(Y); in insert() local 327 T *Prev = getPrev(X); in remove() local
|
/external/mesa3d/src/gallium/drivers/r300/compiler/ |
D | radeon_list.h | 13 struct rc_list *Prev; member
|
/external/llvm/include/llvm/Support/ |
D | Timer.h | 86 Timer **Prev, *Next; // Doubly linked list of timers in the group. variable 174 TimerGroup **Prev, *Next; // Doubly linked list of TimerGroup's. variable
|
D | UnicodeCharRanges.h | 76 uint32_t Prev = 0; in rangesAreValid() local
|
/external/llvm/tools/llvm-c-test/ |
D | echo.cpp | 689 LLVMBasicBlockRef Prev = LLVMGetPreviousBasicBlock(Src); in CloneBB() local 717 LLVMValueRef Prev = LLVMGetPreviousInstruction(Next); in CloneBB() local 748 LLVMBasicBlockRef Prev = LLVMGetPreviousBasicBlock(Next); in CloneBBs() local 785 LLVMValueRef Prev = LLVMGetPreviousGlobal(Next); in declare_symbols() local 831 LLVMValueRef Prev = LLVMGetPreviousFunction(Next); in declare_symbols() local 876 LLVMValueRef Prev = LLVMGetPreviousGlobal(Next); in clone_symbols() local 918 LLVMValueRef Prev = LLVMGetPreviousFunction(Next); in clone_symbols() local
|
/external/scudo/standalone/tests/ |
D | list_test.cpp | 17 ListItemLinkedWithPtr *Prev; member 22 scudo::uptr Prev; member
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/ |
D | TypeTableCollection.cpp | 29 Optional<TypeIndex> TypeTableCollection::getNext(TypeIndex Prev) { in getNext()
|
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Support/ |
D | Timer.h | 90 Timer **Prev = nullptr; ///< Pointer to \p Next of previous timer in group. variable 196 TimerGroup **Prev; ///< Pointer to Next field of previous timergroup in list. variable
|
D | UnicodeCharRanges.h | 72 uint32_t Prev = 0; in rangesAreValid() local
|
/external/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
|
/external/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
|
/external/llvm/include/llvm/ADT/ |
D | SparseMultiSet.h | 93 unsigned Prev; member 157 unsigned addValue(const ValueT& V, unsigned Prev, unsigned Next) { in addValue() 240 unsigned Prev() const { return SMS->Dense[Idx].Prev; } in Prev() function
|
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/IR/ |
D | Use.h | 95 Use **Prev = nullptr; variable
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/CodeView/ |
D | TypeTableCollection.cpp | 30 std::optional<TypeIndex> TypeTableCollection::getNext(TypeIndex Prev) { in getNext()
|
/external/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
|