Home
last modified time | relevance | path

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

12345678910

/llvm-project/libc/src/__support/
H A Dintrusive_list.h23 IntrusiveNodeHeader *next; global() member
39 auto next = prev_header->next; insert() local
53 auto next = elem_header->next; remove() local
[all...]
/llvm-project/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
148 kmp_depnode_list_t *next; in __kmp_release_deps() local
/llvm-project/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/lldb/test/API/api/multithreaded/
H A Dinferior.cpp6 int next() { in next() function
/llvm-project/compiler-rt/test/tsan/Darwin/
H A Dosatomics-list.mm12 void *next; field
/llvm-project/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-10.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-11.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-05.py87 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-01.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
/llvm-project/lldb/test/API/functionalities/data-formatter/refpointer-recursion/
H A Dmain.cpp5 Foo *next; member in Foo
/llvm-project/llvm/include/llvm/Object/
H A DStackMapParser.h78 FunctionAccessor next() const { in next() function
98 ConstantAccessor next() const { in next() function
155 LocationAccessor next() const { in next() function
187 LiveOutAccessor next() const { in next() function
287 RecordAccessor next() const { in next() function
/llvm-project/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/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/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_tls_get_addr.cpp50 DTLS::DTVBlock *next = (DTLS::DTVBlock *)v; DTLS_NextBlock() local
84 DTLS::DTVBlock *next = DTLS_Destroy() local
/llvm-project/libc/test/src/search/
H A Dinsque_test.cpp16 Node *next; member
49 const Node *next = nullptr; in check_linear() local
74 auto next = nodes[(i + 1) % N]; in check_circular() local
/llvm-project/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/flang/runtime/
H A Dedit-input.cpp63 Fortran::common::optional<char32_t> next{io.NextInField(remaining, edit)}; EditBOZInput() local
163 ScanNumericPrefix(IoStatementState & io,const DataEdit & edit,Fortran::common::optional<char32_t> & next,Fortran::common::optional<int> & remaining) ScanNumericPrefix() argument
207 Fortran::common::optional<char32_t> next; EditIntegerInput() local
288 Fortran::common::optional<char32_t> next; ScanRealInput() local
869 Fortran::common::optional<char32_t> next{io.NextInField(remaining, edit)}; EditLogicalInput() local
918 auto next{io.GetCurrentChar(byteCount)}; EditDelimitedCharacterInput() local
[all...]
H A Dutf.cpp56 std::uint8_t next{p[j]}; DecodeUTF8() local

12345678910