Home
last modified time | relevance | path

Searched defs:next (Results 1 – 25 of 209) sorted by relevance

123456789

/llvm-project-15.0.7/openmp/runtime/src/
H A Dkmp_taskdeps.h42 kmp_depnode_list *next; in __kmp_depnode_list_free() local
60 kmp_dephash_entry_t *next; in __kmp_dephash_free_entries() local
127 kmp_depnode_list_t *next; in __kmp_release_deps() local
/llvm-project-15.0.7/clang/test/CodeGen/
H A Dtypes.c4 struct FileName *next; member
9 struct ieeeExternal *next; member
H A Ddisable-tail-calls.c4 struct List *next; member
/llvm-project-15.0.7/lldb/test/API/api/multithreaded/
H A Dinferior.cpp6 int next() { in next() function
/llvm-project-15.0.7/compiler-rt/test/tsan/Darwin/
H A Dosatomics-list.mm12 void *next; field
/llvm-project-15.0.7/flang/runtime/
H A Dedit-input.cpp23 std::optional<char32_t> next{io.PrepareInput(edit, remaining)}; in EditBOZInput() local
101 std::optional<char32_t> &next, std::optional<int> &remaining) { in ScanNumericPrefix()
141 std::optional<char32_t> next; in EditIntegerInput() local
199 std::optional<char32_t> next; in ScanRealInput() local
573 std::optional<char32_t> next{io.PrepareInput(edit, remaining)}; in EditLogicalInput() local
622 auto next{io.GetCurrentChar(byteCount)}; in EditDelimitedCharacterInput() local
H A Dutf.cpp51 std::uint8_t next{p[j]}; in DecodeUTF8() local
/llvm-project-15.0.7/llvm/test/CodeGen/SystemZ/Large/
H A Dbranch-range-02.py72 next = 'b%d' % (i + 1) if i + 1 < blocks else 'end' variable
H A Dbranch-range-01.py83 next = 'before%d' % (i + 1) if i + 1 < branch_blocks else 'main' variable
H A Dbranch-range-03.py83 next = 'before%d' % (i + 1) if i + 1 < branch_blocks else 'main' variable
H A Dbranch-range-04.py87 next = 'before%d' % (i + 1) if i + 1 < branch_blocks else 'main' variable
H A Dbranch-range-06.py87 next = 'before%d' % (i + 1) if i + 1 < branch_blocks else 'main' variable
H A Dbranch-range-12.py103 next = 'before%d' % (i + 1) if i + 1 < branch_blocks else 'main' variable
H A Dbranch-range-09.py83 next = 'before%d' % (i + 1) if i + 1 < branch_blocks else 'main' variable
H A Dbranch-range-10.py87 next = 'before%d' % (i + 1) if i + 1 < branch_blocks else 'main' variable
H A Dbranch-range-11.py103 next = 'before%d' % (i + 1) if i + 1 < branch_blocks else 'main' variable
H A Dbranch-range-05.py87 next = 'before%d' % (i + 1) if i + 1 < branch_blocks else 'main' variable
/llvm-project-15.0.7/lldb/test/API/functionalities/data-formatter/refpointer-recursion/
H A Dmain.cpp5 Foo *next; member in Foo
/llvm-project-15.0.7/llvm/include/llvm/Object/
H A DStackMapParser.h79 FunctionAccessor next() const { in next() function
99 ConstantAccessor next() const { in next() function
156 LocationAccessor next() const { in next() function
188 LiveOutAccessor next() const { in next() function
288 RecordAccessor next() const { in next() function
/llvm-project-15.0.7/polly/lib/External/isl/
H A Disl_vertices.c68 struct isl_vertex_list *next; member
73 struct isl_vertex_list *next; in free_vertex_list() local
89 struct isl_vertex_list *next; in vertices_from_list() local
552 struct isl_chamber_list *next; member
557 struct isl_chamber_list *next; in free_chamber_list() local
596 struct isl_chamber_list *next; in vertices_add_chambers() local
724 struct isl_facet_todo *next; member
730 struct isl_facet_todo *next = todo->next; in free_todo() local
793 static int init_todo(struct isl_facet_todo **next, struct isl_tab *tab) in init_todo()
978 struct isl_facet_todo *next; in compute_chambers() local
/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl-old/
H A Dtsan_ilist.h96 INode* next = after->next_; in Push() local
107 INode* next = n->next_; in Remove() local
/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl/
H A Dtsan_ilist.h96 INode* next = after->next_; in Push() local
107 INode* next = n->next_; in Remove() local
/llvm-project-15.0.7/libcxx/test/libcxx/ranges/
H A Dhas-no-incomplete-ranges.compile.pass.cpp31 int next; variable
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dtypo-correction-delayed.cpp75 …Node *next = node->Next(); // expected-error-re {{no member named 'Next' in 'initializerCorrectio… in f() local
85 …LinkedNode *next = node->Next(); // expected-error {{no member named 'Next' in 'initializerCorrec… in f() local
95 …NestedNode *next = node->Next(); // expected-error-re {{no member named 'Next' in 'initializerCor… in f() local
/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_ring_buffer.h109 void SetNext(const T *next) { in SetNext()
140 T *next = Next(); in push() local

123456789