Home
last modified time | relevance | path

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

123456

/openbsd/gnu/llvm/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.h22 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 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.h50 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 DSmallBitVector.h277 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 DSourceLocationEncoding.h94 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 Decho.cpp895 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 DTimer.h90 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 DUnicodeCharRanges.h72 uint32_t Prev = 0; in rangesAreValid() local
/openbsd/gnu/llvm/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.h52 LocalStats *Prev = nullptr; variable
/openbsd/gnu/llvm/llvm/lib/DebugInfo/CodeView/
H A DLazyRandomTypeCollection.cpp180 auto Prev = std::prev(Next); in visitRangeForType() local
212 std::optional<TypeIndex> LazyRandomTypeCollection::getNext(TypeIndex Prev) { in getNext()
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 DAppendingTypeTableBuilder.cpp39 std::optional<TypeIndex> AppendingTypeTableBuilder::getNext(TypeIndex Prev) { in getNext()
H A DGlobalTypeTableBuilder.cpp41 std::optional<TypeIndex> GlobalTypeTableBuilder::getNext(TypeIndex Prev) { in getNext()
/openbsd/gnu/llvm/llvm/include/llvm/IR/
H A DUse.h95 Use **Prev = nullptr; variable
/openbsd/gnu/llvm/clang/lib/Format/
H A DTokenAnnotator.cpp284 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 DWebAssemblyDebugFixup.cpp128 auto Prev = Stack.back(); in runOnMachineFunction() local
/openbsd/gnu/llvm/compiler-rt/lib/scudo/standalone/tests/
H A Dcommon_test.cpp86 int64_t Prev = Rss; in TEST() local
/openbsd/gnu/llvm/llvm/lib/Option/
H A DOptTable.cpp334 unsigned Prev = Index; in parseOneArgGrouped() local
386 unsigned Prev = Index; in ParseOneArg() local
471 unsigned Prev = Index; in ParseArgs() local
H A DOption.cpp128 const char *Prev = Str; in acceptInternal() local
/openbsd/gnu/llvm/clang/lib/AST/Interp/
H A DInterpStack.h107 StackChunk *Prev; member
/openbsd/gnu/llvm/libcxx/benchmarks/
H A DCartesianBenchmarks.h73 void allValueCombinations(R& Result, const T& Prev, const V& Value, in allValueCombinations()
/openbsd/gnu/llvm/llvm/lib/Target/NVPTX/
H A DNVPTXPeephole.cpp114 auto &Prev = *MRI.getUniqueVRegDef(Root.getOperand(1).getReg()); in CombineCVTAToLocal() local

123456