Home
last modified time | relevance | path

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

123456

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A 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
H A Dilist_node_base.h21 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 DSparseMultiSet.h100 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 DBitVector.h57 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 DSourceLocationEncoding.h103 UIntTy &Prev; variable
113 SourceLocationSequence(UIntTy &Prev) : Prev(Prev) {} in SourceLocationSequence()
148 UIntTy Prev = 0; variable
/freebsd/sys/contrib/dev/acpica/compiler/
H A Daslexternal.c192 ACPI_PARSE_OBJECT *Prev; in ExDoExternal() local
484 ACPI_PARSE_OBJECT *Prev; in ExMoveExternals() local
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DTokenAnnotator.cpp243 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 Dlist.h174 T *Prev = Y->Prev; in insert() local
212 T *Prev = X->Prev; in remove() local
H A Dstats.h53 LocalStats *Prev = nullptr; variable
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DTimer.h88 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 DUnicodeCharRanges.h72 uint32_t Prev = 0; in rangesAreValid() local
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DUse.h95 Use **Prev = nullptr; variable
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeTableCollection.cpp30 std::optional<TypeIndex> TypeTableCollection::getNext(TypeIndex Prev) { in getNext()
H A DTypeHashing.cpp48 auto Prev = (Ref.Kind == TiRefKind::IndexRef) ? PreviousIds : PreviousTypes; in hashType() local
H A DLazyRandomTypeCollection.cpp180 auto Prev = std::prev(Next); visitRangeForType() local
212 getNext(TypeIndex Prev) getNext() argument
H A DAppendingTypeTableBuilder.cpp39 std::optional<TypeIndex> AppendingTypeTableBuilder::getNext(TypeIndex Prev) { in getNext()
H A DGlobalTypeTableBuilder.cpp41 std::optional<TypeIndex> GlobalTypeTableBuilder::getNext(TypeIndex Prev) { in getNext()
H A DMergingTypeTableBuilder.cpp42 std::optional<TypeIndex> MergingTypeTableBuilder::getNext(TypeIndex Prev) { in getNext()
/freebsd/sys/contrib/dev/acpica/components/utilities/
H A Dutaddress.c252 ACPI_ADDRESS_RANGE *Prev; in AcpiUtRemoveAddressRange() local
/freebsd/sys/contrib/dev/acpica/components/parser/
H A Dpsparse.c256 ACPI_PARSE_OBJECT *Prev; in AcpiPsCompleteThisOp() local
/freebsd/sys/contrib/dev/acpica/components/disassembler/
H A Ddmnames.c405 ACPI_PARSE_OBJECT *Prev; in AcpiDmDisplayPath() local
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyDebugFixup.cpp128 auto Prev = Stack.back(); in runOnMachineFunction() local
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DInterpStack.h127 StackChunk *Prev; member
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXPeephole.cpp114 auto &Prev = *MRI.getUniqueVRegDef(Root.getOperand(1).getReg()); in CombineCVTAToLocal() local
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_ilist.h145 Elem* IList<Base, Node, Elem>::Prev(Elem* e) { in Prev() function

123456