| /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-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/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/mesa3d/src/gallium/drivers/r300/compiler/ | 
| D | radeon_list.h | 35 	struct rc_list * Prev;  member
  | 
| /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/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/scudo/standalone/ | 
| D | list.h | 174     T *Prev = Y->Prev;  in insert()  local 212     T *Prev = X->Prev;  in remove()  local
  | 
| /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/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()
  | 
| /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/subzero/src/ | 
| D | IceLoopAnalyzer.cpp | 272       for (auto *Prev : Cur->getInEdges()) {  in ComputeLoopInfo()  local 292     for (auto *Prev : Header->getInEdges()) {  in ComputeLoopInfo()  local
  | 
| /external/llvm/lib/Fuzzer/ | 
| D | FuzzerTracePC.cpp | 36 static thread_local uintptr_t Prev;  variable
  | 
| /external/leveldb/table/ | 
| D | iterator_wrapper.h | 56   void Prev() {  in Prev()  function
  | 
| /external/clang/lib/Format/ | 
| D | FormatTokenLexer.cpp | 153 bool FormatTokenLexer::canPrecedeRegexLiteral(FormatToken *Prev) {  in canPrecedeRegexLiteral() 181   FormatToken *Prev = nullptr;  in tryParseJSRegexLiteral()  local
  | 
| /external/swiftshader/third_party/llvm-subzero/include/llvm/IR/ | 
| D | Use.h | 118   PointerIntPair<Use **, 2, PrevPtrTag> Prev;  variable
  | 
| /external/pigweed/pw_allocator/public/pw_allocator/ | 
| D | block.h | 207   Block* Prev() const { return prev_; }  in Prev()  function
  |