/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
H A 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
|
H A D | ilist_node_base.h | 21 NodeBase *Prev = nullptr; variable 25 void setPrev(NodeBase *Prev) { this->Prev = Prev; } in setPrev() 39 void setPrev(NodeBase *Prev) { PrevAndSentinel.setPointer(Prev); } in setPrev()
|
H A 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
|
H A D | BitVector.h | 57 auto Prev = *this; variable 308 int find_next(unsigned Prev) const { return find_first_in(Prev + 1, Size); } in find_next() 320 int find_next_unset(unsigned Prev) const { in find_next_unset()
|
/freebsd/contrib/llvm-project/clang/include/clang/Serialization/ |
H A D | SourceLocationEncoding.h | 103 UIntTy &Prev; variable 113 SourceLocationSequence(UIntTy &Prev) : Prev(Prev) {} in SourceLocationSequence() 148 UIntTy Prev = 0; variable
|
/freebsd/sys/contrib/dev/acpica/compiler/ |
H A D | aslexternal.c | 192 ACPI_PARSE_OBJECT *Prev; in ExDoExternal() local 484 ACPI_PARSE_OBJECT *Prev; in ExMoveExternals() local
|
/freebsd/contrib/llvm-project/clang/lib/Format/ |
H A D | TokenAnnotator.cpp | 243 const auto &Prev = *CurrentToken->Previous; in parseAngle() local 340 FormatToken *Prev = &OpeningParen; in parseParens() local 413 if (FormatToken *Prev = OpeningParen.Previous) { in parseParens() local 478 FormatToken *Prev = CurrentToken->getPreviousNonComment(); in parseParens() local 1296 const auto *Prev = CurrentToken->getPreviousNonComment(); in consumeToken() local 1420 FormatToken *Prev = Tok->getPreviousNonComment(); in consumeToken() local 1515 const FormatToken *Prev = Tok->getPreviousNonComment(); in consumeToken() local 2667 auto *Prev = LeftOfParens->MatchingParen->getPreviousNonComment(); in lParenStartsCppCast() local 2881 for (auto *Prev = BeforeRParen; Prev != LParen; Prev = Prev->Previous) { in rParenEndsCast() local 3198 FormatToken *Prev = Current->getPreviousNonComment(); in parse() local [all …]
|
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/ |
H A D | list.h | 174 T *Prev = Y->Prev; in insert() local 212 T *Prev = X->Prev; in remove() local
|
H A D | stats.h | 53 LocalStats *Prev = nullptr; variable
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | Timer.h | 88 Timer **Prev = nullptr; ///< Pointer to \p Next of previous timer in group. variable 194 TimerGroup **Prev; ///< Pointer to Next field of previous timergroup in list. variable
|
H A D | UnicodeCharRanges.h | 72 uint32_t Prev = 0; in rangesAreValid() local
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | Use.h | 95 Use **Prev = nullptr; variable
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/ |
H A D | TypeTableCollection.cpp | 30 std::optional<TypeIndex> TypeTableCollection::getNext(TypeIndex Prev) { in getNext()
|
H A D | TypeHashing.cpp | 48 auto Prev = (Ref.Kind == TiRefKind::IndexRef) ? PreviousIds : PreviousTypes; in hashType() local
|
H A D | LazyRandomTypeCollection.cpp | 180 auto Prev = std::prev(Next); visitRangeForType() local 212 getNext(TypeIndex Prev) getNext() argument
|
H A D | AppendingTypeTableBuilder.cpp | 39 std::optional<TypeIndex> AppendingTypeTableBuilder::getNext(TypeIndex Prev) { in getNext()
|
H A D | GlobalTypeTableBuilder.cpp | 41 std::optional<TypeIndex> GlobalTypeTableBuilder::getNext(TypeIndex Prev) { in getNext()
|
H A D | MergingTypeTableBuilder.cpp | 42 std::optional<TypeIndex> MergingTypeTableBuilder::getNext(TypeIndex Prev) { in getNext()
|
/freebsd/sys/contrib/dev/acpica/components/utilities/ |
H A D | utaddress.c | 252 ACPI_ADDRESS_RANGE *Prev; in AcpiUtRemoveAddressRange() local
|
/freebsd/sys/contrib/dev/acpica/components/parser/ |
H A D | psparse.c | 256 ACPI_PARSE_OBJECT *Prev; in AcpiPsCompleteThisOp() local
|
/freebsd/sys/contrib/dev/acpica/components/disassembler/ |
H A D | dmnames.c | 405 ACPI_PARSE_OBJECT *Prev; in AcpiDmDisplayPath() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyDebugFixup.cpp | 128 auto Prev = Stack.back(); in runOnMachineFunction() local
|
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/ |
H A D | InterpStack.h | 127 StackChunk *Prev; member
|
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
H A D | NVPTXPeephole.cpp | 114 auto &Prev = *MRI.getUniqueVRegDef(Root.getOperand(1).getReg()); in CombineCVTAToLocal() local
|
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
H A D | tsan_ilist.h | 145 Elem* IList<Base, Node, Elem>::Prev(Elem* e) { in Prev() function
|