Home
last modified time | relevance | path

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

1234567

/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
/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
/llvm-project/llvm/include/llvm/IR/
H A DUse.h95 Use **Prev = nullptr; variable
/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeTableCollection.cpp30 assert(contains(Prev)); in getNext() argument
H A DTypeHashing.cpp48 auto Prev = (Ref.Kind == TiRefKind::IndexRef) ? PreviousIds : PreviousTypes; in hashType() local
H A DLazyRandomTypeCollection.cpp179 TypeIndex TIB = Prev->Type; in visitRangeForType() local
211 getNext(TypeIndex Prev) getNext() argument
H A DAppendingTypeTableBuilder.cpp39 if (++Prev == nextTypeIndex()) in getNext() argument
/llvm-project/llvm/include/llvm/Support/
H A DUnicodeCharRanges.h72 uint32_t Prev = 0; in rangesAreValid() local
H A DTimer.h88 Timer **Prev = nullptr; ///< Pointer to \p Next of previous timer in group. global() variable
194 TimerGroup **Prev; ///< Pointer to Next field of previous timergroup in list. global() variable
/llvm-project/llvm/tools/llvm-c-test/
H A Decho.cpp1111 LLVMBasicBlockRef Prev = LLVMGetPreviousBasicBlock(Src); CloneBB() local
1139 LLVMValueRef Prev = LLVMGetPreviousInstruction(Next); CloneBB() local
1170 LLVMBasicBlockRef Prev = LLVMGetPreviousBasicBlock(Next); CloneBBs() local
1210 LLVMValueRef Prev = LLVMGetPreviousGlobal(Next); declare_symbols() local
1256 LLVMValueRef Prev = LLVMGetPreviousFunction(Next); declare_symbols() local
1292 LLVMValueRef Prev = LLVMGetPreviousGlobalAlias(Next); declare_symbols() local
1327 LLVMValueRef Prev = LLVMGetPreviousGlobalIFunc(Next); declare_symbols() local
1414 LLVMValueRef Prev = LLVMGetPreviousGlobal(Next); clone_symbols() local
1476 LLVMValueRef Prev = LLVMGetPreviousFunction(Next); clone_symbols() local
1515 LLVMValueRef Prev = LLVMGetPreviousGlobalAlias(Next); clone_symbols() local
1554 LLVMValueRef Prev = LLVMGetPreviousGlobalIFunc(Next); clone_symbols() local
[all...]
/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dlist.h174 T *Prev = Y->Prev; insert() local
212 T *Prev = X->Prev; remove() local
[all...]
H A Dstats.h53 LocalStats *Prev = nullptr; variable
/llvm-project/bolt/lib/Passes/
H A DFrameOptimizer.cpp69 const MCInst *Prev = nullptr; in removeUnnecessaryLoads() local
172 const MCInst *Prev = nullptr; in removeUnusedStores() local
H A DAllocCombiner.cpp67 MCInst *Prev = nullptr; in combineAdjustments() local
/llvm-project/clang/lib/Format/
H A DTokenAnnotator.cpp326 FormatToken *Prev = &OpeningParen; parseParens() local
399 if (FormatToken *Prev = OpeningParen.Previous) { parseParens() local
464 FormatToken *Prev = CurrentToken->getPreviousNonComment(); parseParens() local
1282 const auto *Prev = CurrentToken->getPreviousNonComment(); consumeToken() local
1406 FormatToken *Prev = Tok->getPreviousNonComment(); consumeToken() local
1501 const FormatToken *Prev = Tok->getPreviousNonComment(); consumeToken() local
2649 auto *Prev = LeftOfParens->MatchingParen->getPreviousNonComment(); lParenStartsCppCast() local
2863 for (auto *Prev = BeforeRParen; Prev != LParen; Prev = Prev->Previous) rParenEndsCast() local
3169 FormatToken *Prev = Current->getPreviousNonComment(); parse() local
3602 const auto *Prev = Tok->Previous; isCtorOrDtorName() local
3938 const FormatToken *Prev = Current->Previous; calculateFormattingInformation() local
[all...]
/llvm-project/offload/include/Shared/
H A DUtils.h48 Ty Prev = Refs.fetch_sub(1, MemoryOrder); decrease() local
/llvm-project/clang-tools-extra/clang-tidy/readability/
H A DRedundantDeclarationCheck.cpp46 const auto *Prev = D->getPreviousDecl(); in check() local
/llvm-project/polly/lib/CodeGen/
H A DUtils.cpp31 static BasicBlock *splitEdge(BasicBlock *Prev, BasicBlock *Succ, in splitEdge() argument
/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyDebugFixup.cpp128 auto Prev = Stack.back(); runOnMachineFunction() local
/llvm-project/clang-tools-extra/clang-tidy/bugprone/
H A DMultipleStatementMacroCheck.cpp29 const Stmt *Prev = nullptr; in nextStmt() local
/llvm-project/clang-tools-extra/clangd/
H A DFuzzyMatch.h128 Action Prev : 1; member
/llvm-project/llvm/include/llvm/DebugInfo/GSYM/
H A DGsymReader.h284 auto Prev = Iter - 1; getAddressOffsetIndex() local
/llvm-project/clang/lib/AST/Interp/
H A DInterpStack.h

1234567