Home
last modified time | relevance | path

Searched defs:Next (Results 1 – 25 of 228) sorted by relevance

12345678910

/openbsd/gnu/llvm/llvm/include/llvm/ADT/
H A Dilist_base.h22 static void insertBeforeImpl(node_base_type &Next, node_base_type &N) { in insertBeforeImpl()
32 node_base_type *Next = N.getNext(); in removeImpl() local
52 static void transferBeforeImpl(node_base_type &Next, node_base_type &First, in transferBeforeImpl()
76 template <class T> static void insertBefore(T &Next, T &N) { in insertBefore()
85 template <class T> static void transferBefore(T &Next, T &First, T &Last) { in transferBefore()
H A Dilist_node_base.h23 ilist_node_base *Next = nullptr; variable
27 void setNext(ilist_node_base *Next) { this->Next = Next; } in setNext()
37 ilist_node_base *Next = nullptr; variable
41 void setNext(ilist_node_base *Next) { this->Next = Next; } in setNext()
H A DSparseMultiSet.h101 unsigned Next; member
159 unsigned addValue(const ValueT& V, unsigned Prev, unsigned Next) { in addValue()
250 unsigned Next() const { return SMS->Dense[Idx].Next; } in Next() function
/openbsd/gnu/llvm/lldb/source/Utility/
H A DEnvironment.cpp18 char *Next = Result; in make_entry() local
31 char **Next = Data; in Envp() local
/openbsd/gnu/llvm/clang/include/clang/Tooling/Transformer/
H A DSourceCode.h34 CharSourceRange getExtendedRange(const T &Node, tok::TokenKind Next, in getExtendedRange()
84 StringRef getExtendedText(const T &Node, tok::TokenKind Next, in getExtendedText()
/openbsd/gnu/llvm/clang/lib/AST/Interp/
H A DInterpState.cpp31 InterpFrame *Next = Current->Caller; in ~InterpState() local
37 DeadBlock *Next = DeadBlocks->Next; in ~InterpState() local
H A DInterpStack.h106 StackChunk *Next; member
111 : Next(nullptr), Prev(Prev), End(reinterpret_cast<char *>(this + 1)) {} in Next() function
H A DInterpStack.cpp36 StackChunk *Next = new (malloc(ChunkSize)) StackChunk(Chunk); in grow() local
H A DPointer.h155 unsigned Next = Base - getInlineDesc()->Offset; in expand() local
370 Pointer *Next = nullptr; variable
/openbsd/gnu/llvm/clang/lib/Format/
H A DTokenAnnotator.cpp399 FormatToken *Next = CurrentToken->Next; in parseParens() local
2794 auto skipOperatorName = [](const FormatToken *Next) -> const FormatToken * { in isFunctionDeclarationName()
2830 const FormatToken *Next = Current.Next; in isFunctionDeclarationName() local
3983 const FormatToken *Next = Right.MatchingParen->getNextNonComment(); in spaceRequiredBefore() local
4097 const FormatToken *Next = Right.getNextNonComment(); in spaceRequiredBefore() local
4187 const FormatToken *Next = Right.getNextNonComment(); in spaceRequiredBefore() local
4347 const FormatToken *Next = Line.First; in getFirstNonComment() local
4770 auto Next = Comma->getNextNonComment(); in mustBreakBefore() local
4837 const FormatToken *Next = Right.getNextNonComment(); in canBreakBefore() local
5050 auto Next = Right.Next; in canBreakBefore() local
H A DWhitespaceManager.cpp882 for (FormatToken *Next = C.Tok->Next; Next; Next = Next->Next) { in alignConsecutiveDeclarations() local
1149 const auto *Next = CellIter; in alignArrayInitializersRightJustified() local
1170 for (const auto *Next = CellIter->NextColumnElement; Next != nullptr; in alignArrayInitializersRightJustified() local
1189 for (const auto *Next = CellIter->NextColumnElement; Next != nullptr; in alignArrayInitializersRightJustified() local
1231 for (const auto *Next = CellIter->NextColumnElement; Next != nullptr; in alignArrayInitializersLeftJustified() local
1251 for (const auto *Next = Cell.NextColumnElement; Next != nullptr; in isSplitCell() local
H A DQualifierAlignmentFixer.cpp131 FormatToken *Next = First->Next; in insertQualifierAfter() local
275 FormatToken *Next = Tok->Next; in analyzeRight() local
365 const FormatToken *Next = Tok->Next; in analyzeLeft() local
/openbsd/gnu/llvm/libcxx/benchmarks/
H A Dallocation.bench.cpp16 PointerList* Next = nullptr; member
87 PointerList *Next = Start; in BM_AllocateOnly() local
/openbsd/gnu/llvm/llvm/lib/Remarks/
H A DBitstreamRemarkParser.cpp162 Expected<BitstreamEntry> Next = Stream.advance(); in parseBlock() local
224 Expected<BitstreamEntry> Next = Stream.advance(); in parseBlockInfoBlock() local
253 Expected<BitstreamEntry> Next = Stream.advance(); in isBlock() local
/openbsd/gnu/llvm/clang/lib/Parse/
H A DParseTentative.cpp1156 TentativeParseCCC(const Token &Next) { in TentativeParseCCC()
1331 const Token &Next = NextToken(); in isCXXDeclarationSpecifier() local
1397 const Token &Next = NextToken(); in isCXXDeclarationSpecifier() local
1921 const Token &Next = NextToken(); in isCXXFunctionDeclarator() local
/openbsd/gnu/llvm/llvm/include/llvm/Demangle/
H A DMicrosoftDemangle.h31 AllocatorNode *Next = nullptr; member
50 AllocatorNode *Next = Head->Next; in ~ArenaAllocator() local
/openbsd/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeCollection.h35 std::optional<TypeIndex> Next = getFirst(); in ForEachRecord() local
/openbsd/gnu/llvm/llvm/include/llvm/Support/
H A DTimer.h91 Timer *Next = nullptr; ///< Next timer in the group. variable
197 TimerGroup *Next; ///< Pointer to next timergroup in list. variable
/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_procmaps_linux.cpp32 bool MemoryMappingLayout::Next(MemoryMappedSegment *segment) { in Next() function in __sanitizer::MemoryMappingLayout
H A Dsanitizer_procmaps_solaris.cpp42 bool MemoryMappingLayout::Next(MemoryMappedSegment *segment) { in Next() function in __sanitizer::MemoryMappingLayout
H A Dsanitizer_procmaps_fuchsia.cpp55 bool MemoryMappingLayout::Next(MemoryMappedSegment *segment) { in Next() function in __sanitizer::MemoryMappingLayout
H A Dsanitizer_procmaps_bsd.cpp91 bool MemoryMappingLayout::Next(MemoryMappedSegment *segment) { in Next() function in __sanitizer::MemoryMappingLayout
/openbsd/gnu/llvm/llvm/include/llvm/IR/
H A DUse.h94 Use *Next = nullptr; variable
/openbsd/gnu/llvm/llvm/lib/Transforms/Utils/
H A DEscapeEnumerator.cpp30 IRBuilder<> *EscapeEnumerator::Next() { in Next() function in EscapeEnumerator
/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DSIShrinkInstructions.cpp728 MachineInstr *Next = &*std::next(MovT.getIterator()); in matchSwap() local
782 MachineBasicBlock::iterator I, Next; in runOnMachineFunction() local
963 bool Next = false; in runOnMachineFunction() local

12345678910