Searched defs:Next (Results 1 - 25 of 197) sorted by relevance

12345678

/openbsd-current/gnu/llvm/llvm/include/llvm/CodeGen/
H A DExecutionDomainFix.h63 DomainValue *Next; member in struct:llvm::DomainValue
/openbsd-current/gnu/llvm/clang/lib/AST/Interp/
H A DInterpStack.cpp36 StackChunk *Next = new (malloc(ChunkSize)) StackChunk(Chunk); local
[all...]
H A DInterpState.cpp31 InterpFrame *Next = Current->Caller; local
37 DeadBlock *Next = DeadBlocks->Next; local
/openbsd-current/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeCollection.h35 std::optional<TypeIndex> Next = getFirst(); local
/openbsd-current/gnu/llvm/llvm/include/llvm/Support/
H A DRecycler.h36 FreeNode *Next; member in struct:llvm::Recycler::FreeNode
H A DManagedStatic.h54 mutable const ManagedStaticBase *Next = nullptr; member in class:llvm::ManagedStaticBase
H A DArrayRecycler.h32 FreeList *Next; member in struct:llvm::ArrayRecycler::FreeList
/openbsd-current/gnu/llvm/llvm/include/llvm/ADT/
H A Dilist_base.h22 static void insertBeforeImpl(node_base_type &Next, node_base_type &N) { argument
32 node_base_type *Next = N.getNext(); local
52 static void transferBeforeImpl(node_base_type &Next, node_base_type &First, argument
76 insertBefore(T &Next, T &N) argument
85 transferBefore(T &Next, T &First, T &Last) argument
[all...]
H A Dilist_node_base.h23 ilist_node_base *Next = nullptr; member in class:llvm::ilist_node_base
27 void setNext(ilist_node_base *Next) { this->Next = Next; } argument
37 ilist_node_base *Next = nullptr; member in class:llvm::ilist_node_base
41 void setNext(ilist_node_base *Next) { this->Next = Next; } argument
[all...]
/openbsd-current/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_procmaps_linux.cpp32 bool MemoryMappingLayout::Next(MemoryMappedSegment *segment) { function in class:__sanitizer::MemoryMappingLayout
H A Dsanitizer_procmaps_fuchsia.cpp55 bool MemoryMappingLayout::Next(MemoryMappedSegment *segment) { function in class:__sanitizer::MemoryMappingLayout
H A Dsanitizer_procmaps_solaris.cpp42 bool MemoryMappingLayout::Next(MemoryMappedSegment *segment) { function in class:__sanitizer::MemoryMappingLayout
H A Dsanitizer_procmaps_bsd.cpp91 bool MemoryMappingLayout::Next(MemoryMappedSegment *segment) { function in class:__sanitizer::MemoryMappingLayout
/openbsd-current/gnu/llvm/compiler-rt/lib/xray/
H A Dxray_log_interface.cpp39 ModeImpl *Next; member in struct:__xray::ModeImpl
/openbsd-current/gnu/llvm/lldb/source/Utility/
H A DStringLexer.cpp58 StringLexer::Character StringLexer::Next() { function in class:StringLexer
H A DEnvironment.cpp18 char *Next = Result; local
31 char **Next = Data; local
[all...]
/openbsd-current/gnu/llvm/llvm/lib/Transforms/Utils/
H A DEscapeEnumerator.cpp30 IRBuilder<> *EscapeEnumerator::Next() { function in class:EscapeEnumerator
/openbsd-current/gnu/llvm/clang/lib/CodeGen/
H A DVarBypassDetector.cpp116 const Stmt *Next; local
/openbsd-current/gnu/llvm/clang/include/clang/Tooling/Transformer/
H A DSourceCode.h34 CharSourceRange getExtendedRange(const T &Node, tok::TokenKind Next, argument
84 StringRef getExtendedText(const T &Node, tok::TokenKind Next, argument
/openbsd-current/gnu/llvm/llvm/lib/Target/SPIRV/
H A DSPIRVDuplicatesTracker.cpp65 MachineInstr *Next = MI->getNextNode(); local
/openbsd-current/gnu/llvm/compiler-rt/lib/scudo/standalone/tests/
H A Dlist_test.cpp14 ListItem *Next; member in struct:ListItem
/openbsd-current/gnu/llvm/clang/lib/Lex/
H A DMacroArgs.cpp92 MacroArgs *Next = ArgCache; local
/openbsd-current/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DInstSimplifyPass.cpp31 SmallPtrSet<const Instruction *, 8> S1, S2, *ToSimplify = &S1, *Next = &S2; local
/openbsd-current/gnu/llvm/llvm/include/llvm/IR/
H A DUse.h94 Use *Next = nullptr; member in class:llvm::Use
/openbsd-current/gnu/llvm/compiler-rt/lib/scudo/standalone/
H A Dstats.h51 LocalStats *Next = nullptr; member in class:scudo::LocalStats

Completed in 218 milliseconds

12345678