/freebsd-src/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 in transferBeforeImpl() local [all...] |
H A D | ilist_node_base.h | 22 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 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() 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 D | SourceLocationEncoding.h | 94 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 D | aslexternal.c | 192 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 D | TokenAnnotator.cpp | 319 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 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-src/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-src/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | Use.h | 95 Use **Prev = nullptr; variable
|
/freebsd-src/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 | 179 auto Prev = std::prev(Next); in visitRangeForType() local 211 std::optional<TypeIndex> LazyRandomTypeCollection::getNext(TypeIndex Prev) { in getNext()
|
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-src/sys/contrib/dev/acpica/components/utilities/ |
H A D | utaddress.c | 252 ACPI_ADDRESS_RANGE *Prev; in AcpiUtRemoveAddressRange() local
|
/freebsd-src/sys/contrib/dev/acpica/components/parser/ |
H A D | psparse.c | 256 ACPI_PARSE_OBJECT *Prev; in AcpiPsCompleteThisOp() local
|
/freebsd-src/sys/contrib/dev/acpica/components/disassembler/ |
H A D | dmnames.c | 405 ACPI_PARSE_OBJECT *Prev; in AcpiDmDisplayPath() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyDebugFixup.cpp | 128 auto Prev = Stack.back(); in runOnMachineFunction() local
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/GSYM/ |
H A D | GsymReader.h | 284 auto Prev = Iter - 1; in getAddressOffsetIndex() local
|
/freebsd-src/contrib/llvm-project/clang/lib/AST/Interp/ |
H A D | InterpStack.h | 127 StackChunk *Prev; member
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
H A D | NVPTXPeephole.cpp | 114 auto &Prev = *MRI.getUniqueVRegDef(Root.getOperand(1).getReg()); in CombineCVTAToLocal() local
|