/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 = *Next.getPrev(); in transferBeforeImpl() local
|
H A D | ilist_node_base.h | 21 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 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
|
/llvm-project/clang/include/clang/Serialization/ |
H A D | SourceLocationEncoding.h | 103 UIntTy &Prev; variable 113 SourceLocationSequence(UIntTy &Prev) : Prev(Prev) {} in SourceLocationSequence() 148 UIntTy Prev = 0; variable
|
/llvm-project/llvm/include/llvm/IR/ |
H A D | Use.h | 95 Use **Prev = nullptr; variable
|
/llvm-project/llvm/lib/DebugInfo/CodeView/ |
H A D | TypeTableCollection.cpp | 30 assert(contains(Prev)); in getNext() argument
|
H A D | TypeHashing.cpp | 48 auto Prev = (Ref.Kind == TiRefKind::IndexRef) ? PreviousIds : PreviousTypes; in hashType() local
|
H A D | LazyRandomTypeCollection.cpp | 179 TypeIndex TIB = Prev->Type; in visitRangeForType() local 211 getNext(TypeIndex Prev) getNext() argument
|
H A D | AppendingTypeTableBuilder.cpp | 39 if (++Prev == nextTypeIndex()) in getNext() argument
|
/llvm-project/llvm/include/llvm/Support/ |
H A D | UnicodeCharRanges.h | 72 uint32_t Prev = 0; in rangesAreValid() local
|
H A D | Timer.h | 88 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 D | echo.cpp | 1111 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 D | list.h | 174 T *Prev = Y->Prev; insert() local 212 T *Prev = X->Prev; remove() local [all...] |
H A D | stats.h | 53 LocalStats *Prev = nullptr; variable
|
/llvm-project/bolt/lib/Passes/ |
H A D | FrameOptimizer.cpp | 69 const MCInst *Prev = nullptr; in removeUnnecessaryLoads() local 172 const MCInst *Prev = nullptr; in removeUnusedStores() local
|
H A D | AllocCombiner.cpp | 67 MCInst *Prev = nullptr; in combineAdjustments() local
|
/llvm-project/clang/lib/Format/ |
H A D | TokenAnnotator.cpp | 326 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 D | Utils.h | 48 Ty Prev = Refs.fetch_sub(1, MemoryOrder); decrease() local
|
/llvm-project/clang-tools-extra/clang-tidy/readability/ |
H A D | RedundantDeclarationCheck.cpp | 46 const auto *Prev = D->getPreviousDecl(); in check() local
|
/llvm-project/polly/lib/CodeGen/ |
H A D | Utils.cpp | 31 static BasicBlock *splitEdge(BasicBlock *Prev, BasicBlock *Succ, in splitEdge() argument
|
/llvm-project/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyDebugFixup.cpp | 128 auto Prev = Stack.back(); runOnMachineFunction() local
|
/llvm-project/clang-tools-extra/clang-tidy/bugprone/ |
H A D | MultipleStatementMacroCheck.cpp | 29 const Stmt *Prev = nullptr; in nextStmt() local
|
/llvm-project/clang-tools-extra/clangd/ |
H A D | FuzzyMatch.h | 128 Action Prev : 1; member
|
/llvm-project/llvm/include/llvm/DebugInfo/GSYM/ |
H A D | GsymReader.h | 284 auto Prev = Iter - 1; getAddressOffsetIndex() local
|
/llvm-project/clang/lib/AST/Interp/ |
H A D | InterpStack.h |
|