/openbsd/gnu/llvm/llvm/include/llvm/ADT/ |
H A D | ilist_base.h | 22 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 D | ilist_node_base.h | 23 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 D | SparseMultiSet.h | 101 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 D | Environment.cpp | 18 char *Next = Result; in make_entry() local 31 char **Next = Data; in Envp() local
|
/openbsd/gnu/llvm/clang/include/clang/Tooling/Transformer/ |
H A D | SourceCode.h | 34 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 D | InterpState.cpp | 31 InterpFrame *Next = Current->Caller; in ~InterpState() local 37 DeadBlock *Next = DeadBlocks->Next; in ~InterpState() local
|
H A D | InterpStack.h | 106 StackChunk *Next; member 111 : Next(nullptr), Prev(Prev), End(reinterpret_cast<char *>(this + 1)) {} in Next() function
|
H A D | InterpStack.cpp | 36 StackChunk *Next = new (malloc(ChunkSize)) StackChunk(Chunk); in grow() local
|
H A D | Pointer.h | 155 unsigned Next = Base - getInlineDesc()->Offset; in expand() local 370 Pointer *Next = nullptr; variable
|
/openbsd/gnu/llvm/clang/lib/Format/ |
H A D | TokenAnnotator.cpp | 399 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 D | WhitespaceManager.cpp | 882 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 D | QualifierAlignmentFixer.cpp | 131 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 D | allocation.bench.cpp | 16 PointerList* Next = nullptr; member 87 PointerList *Next = Start; in BM_AllocateOnly() local
|
/openbsd/gnu/llvm/llvm/lib/Remarks/ |
H A D | BitstreamRemarkParser.cpp | 162 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 D | ParseTentative.cpp | 1156 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 D | MicrosoftDemangle.h | 31 AllocatorNode *Next = nullptr; member 50 AllocatorNode *Next = Head->Next; in ~ArenaAllocator() local
|
/openbsd/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | TypeCollection.h | 35 std::optional<TypeIndex> Next = getFirst(); in ForEachRecord() local
|
/openbsd/gnu/llvm/llvm/include/llvm/Support/ |
H A D | Timer.h | 91 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 D | sanitizer_procmaps_linux.cpp | 32 bool MemoryMappingLayout::Next(MemoryMappedSegment *segment) { in Next() function in __sanitizer::MemoryMappingLayout
|
H A D | sanitizer_procmaps_solaris.cpp | 42 bool MemoryMappingLayout::Next(MemoryMappedSegment *segment) { in Next() function in __sanitizer::MemoryMappingLayout
|
H A D | sanitizer_procmaps_fuchsia.cpp | 55 bool MemoryMappingLayout::Next(MemoryMappedSegment *segment) { in Next() function in __sanitizer::MemoryMappingLayout
|
H A D | sanitizer_procmaps_bsd.cpp | 91 bool MemoryMappingLayout::Next(MemoryMappedSegment *segment) { in Next() function in __sanitizer::MemoryMappingLayout
|
/openbsd/gnu/llvm/llvm/include/llvm/IR/ |
H A D | Use.h | 94 Use *Next = nullptr; variable
|
/openbsd/gnu/llvm/llvm/lib/Transforms/Utils/ |
H A D | EscapeEnumerator.cpp | 30 IRBuilder<> *EscapeEnumerator::Next() { in Next() function in EscapeEnumerator
|
/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/ |
H A D | SIShrinkInstructions.cpp | 728 MachineInstr *Next = &*std::next(MovT.getIterator()); in matchSwap() local 782 MachineBasicBlock::iterator I, Next; in runOnMachineFunction() local 963 bool Next = false; in runOnMachineFunction() local
|