/openbsd/gnu/llvm/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 | 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()
|
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 | 50 auto Prev = *this; variable 301 int find_next(unsigned Prev) const { return find_first_in(Prev + 1, Size); } in find_next() 313 int find_next_unset(unsigned Prev) const { in find_next_unset()
|
H A D | SmallBitVector.h | 277 int find_next(unsigned Prev) const { in find_next() 291 int find_next_unset(unsigned Prev) const { in find_next_unset()
|
/openbsd/gnu/llvm/clang/include/clang/Serialization/ |
H A D | SourceLocationEncoding.h | 94 UIntTy &Prev; variable 104 SourceLocationSequence(UIntTy &Prev) : Prev(Prev) {} in SourceLocationSequence() 139 UIntTy Prev = 0; variable
|
/openbsd/gnu/llvm/llvm/tools/llvm-c-test/ |
H A D | echo.cpp | 895 LLVMBasicBlockRef Prev = LLVMGetPreviousBasicBlock(Src); in CloneBB() local 923 LLVMValueRef Prev = LLVMGetPreviousInstruction(Next); in CloneBB() local 954 LLVMBasicBlockRef Prev = LLVMGetPreviousBasicBlock(Next); in CloneBBs() local 994 LLVMValueRef Prev = LLVMGetPreviousGlobal(Next); in declare_symbols() local 1040 LLVMValueRef Prev = LLVMGetPreviousFunction(Next); in declare_symbols() local 1076 LLVMValueRef Prev = LLVMGetPreviousGlobalAlias(Next); in declare_symbols() local 1111 LLVMValueRef Prev = LLVMGetPreviousGlobalIFunc(Next); in declare_symbols() local 1198 LLVMValueRef Prev = LLVMGetPreviousGlobal(Next); in clone_symbols() local 1252 LLVMValueRef Prev = LLVMGetPreviousFunction(Next); in clone_symbols() local 1291 LLVMValueRef Prev = LLVMGetPreviousGlobalAlias(Next); in clone_symbols() local [all …]
|
/openbsd/gnu/llvm/llvm/include/llvm/Support/ |
H A D | Timer.h | 90 Timer **Prev = nullptr; ///< Pointer to \p Next of previous timer in group. variable 196 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
|
/openbsd/gnu/llvm/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 | 52 LocalStats *Prev = nullptr; variable
|
/openbsd/gnu/llvm/llvm/lib/DebugInfo/CodeView/ |
H A D | LazyRandomTypeCollection.cpp | 180 auto Prev = std::prev(Next); in visitRangeForType() local 212 std::optional<TypeIndex> LazyRandomTypeCollection::getNext(TypeIndex Prev) { in getNext()
|
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 | 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()
|
/openbsd/gnu/llvm/llvm/include/llvm/IR/ |
H A D | Use.h | 95 Use **Prev = nullptr; variable
|
/openbsd/gnu/llvm/clang/lib/Format/ |
H A D | TokenAnnotator.cpp | 284 FormatToken *Prev = &OpeningParen; in parseParens() local 396 FormatToken *Prev = CurrentToken->getPreviousNonComment(); in parseParens() local 1046 FormatToken *Prev = Tok->getPreviousNonComment(); in consumeToken() local 2109 auto *Prev = LeftOfParens->MatchingParen->getPreviousNonComment(); in lParenStartsCppCast() local 2298 for (FormatToken *Prev = Tok.Previous; Prev != Tok.MatchingParen; in rParenEndsCast() local 2979 const FormatToken *Prev = Current->Previous; in calculateFormattingInformation() local
|
/openbsd/gnu/llvm/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyDebugFixup.cpp | 128 auto Prev = Stack.back(); in runOnMachineFunction() local
|
/openbsd/gnu/llvm/compiler-rt/lib/scudo/standalone/tests/ |
H A D | common_test.cpp | 86 int64_t Prev = Rss; in TEST() local
|
/openbsd/gnu/llvm/llvm/lib/Option/ |
H A D | OptTable.cpp | 334 unsigned Prev = Index; in parseOneArgGrouped() local 386 unsigned Prev = Index; in ParseOneArg() local 471 unsigned Prev = Index; in ParseArgs() local
|
H A D | Option.cpp | 128 const char *Prev = Str; in acceptInternal() local
|
/openbsd/gnu/llvm/clang/lib/AST/Interp/ |
H A D | InterpStack.h | 107 StackChunk *Prev; member
|
/openbsd/gnu/llvm/libcxx/benchmarks/ |
H A D | CartesianBenchmarks.h | 73 void allValueCombinations(R& Result, const T& Prev, const V& Value, in allValueCombinations()
|
/openbsd/gnu/llvm/llvm/lib/Target/NVPTX/ |
H A D | NVPTXPeephole.cpp | 114 auto &Prev = *MRI.getUniqueVRegDef(Root.getOperand(1).getReg()); in CombineCVTAToLocal() local
|