Home
last modified time | relevance | path

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

123456

/freebsd-src/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 in transferBeforeImpl() local
[all...]
H A Dilist_node_base.h22 ilist_node_base *Prev = nullptr; global() variable
26 setPrev(ilist_node_base * Prev) setPrev() argument
40 setPrev(ilist_node_base * Prev) setPrev() argument
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() argument
320 int find_next_unset(unsigned Prev) const { in find_next_unset() argument
/freebsd-src/contrib/llvm-project/clang/include/clang/Serialization/
H A DSourceLocationEncoding.h94 UIntTy &Prev; global() variable
104 SourceLocationSequence(UIntTy & Prev) SourceLocationSequence() argument
139 UIntTy Prev = 0; global() variable
[all...]
/freebsd-src/sys/contrib/dev/acpica/compiler/
H A Daslexternal.c192 ACPI_PARSE_OBJECT *Prev; in ExDoExternal() local
484 ACPI_PARSE_OBJECT *Prev; in ExMoveExternals() local
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/Format/
H A DTokenAnnotator.cpp319 FormatToken *Prev = &OpeningParen; parseParens() local
435 FormatToken *Prev = CurrentToken->getPreviousNonComment(); parseParens() local
978 const auto *Prev = CurrentToken->getPreviousNonComment(); consumeToken() local
1097 FormatToken *Prev = Tok->getPreviousNonComment(); consumeToken() local
1185 const FormatToken *Prev = Tok->getPreviousNonComment(); consumeToken() local
2296 auto *Prev = LeftOfParens->MatchingParen->getPreviousNonComment(); lParenStartsCppCast() local
2494 for (FormatToken *Prev = Tok.Previous; Prev != Tok.MatchingParen; rParenEndsCast() local
2795 FormatToken *Prev = Current->getPreviousNonComment(); parse() local
3227 const auto *Prev = Tok->Previous; isCtorOrDtorName() local
3554 const FormatToken *Prev = Current->Previous; calculateFormattingInformation() local
[all...]
/freebsd-src/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-src/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-src/contrib/llvm-project/llvm/include/llvm/IR/
H A DUse.h95 Use **Prev = nullptr; variable
/freebsd-src/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.cpp179 auto Prev = std::prev(Next); in visitRangeForType() local
211 std::optional<TypeIndex> LazyRandomTypeCollection::getNext(TypeIndex Prev) { in getNext()
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-src/sys/contrib/dev/acpica/components/utilities/
H A Dutaddress.c252 ACPI_ADDRESS_RANGE *Prev; in AcpiUtRemoveAddressRange() local
/freebsd-src/sys/contrib/dev/acpica/components/parser/
H A Dpsparse.c256 ACPI_PARSE_OBJECT *Prev; in AcpiPsCompleteThisOp() local
/freebsd-src/sys/contrib/dev/acpica/components/disassembler/
H A Ddmnames.c405 ACPI_PARSE_OBJECT *Prev; in AcpiDmDisplayPath() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyDebugFixup.cpp128 auto Prev = Stack.back(); in runOnMachineFunction() local
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/GSYM/
H A DGsymReader.h284 auto Prev = Iter - 1; in getAddressOffsetIndex() local
/freebsd-src/contrib/llvm-project/clang/lib/AST/Interp/
H A DInterpStack.h127 StackChunk *Prev; member
/freebsd-src/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXPeephole.cpp114 auto &Prev = *MRI.getUniqueVRegDef(Root.getOperand(1).getReg()); in CombineCVTAToLocal() local

123456