Searched refs:Next (Results 1 - 25 of 56) sorted by relevance

123

/haiku-buildtools/gcc/gcc/testsuite/gfortran.fortran-torture/execute/
H A Ddep_fails.f908 Integer, Dimension(2) :: Next component in type:Link
22 Perm(mod(i-1,N)+1, (i-1)/N+1)%Next = (/ Mod(i,N) + 1, Mod(i/N+1,N)+1/)
23 ! Write(*,100) mod(i-1,N)+1, (i-1)/N+1, Perm(mod(i-1,N)+1, (i-1)/N+1)%Next
35 results (:, i) = Perm(Current(1), Current(2))%Next
36 ! Write(*,100) Current, Perm(Current(1), Current(2))%Next
42 Current = Perm(Current(1), Current(2))%Next
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/
H A Dtorture.go158 Next I
166 Next.(*T).
167 Next.(*T).
168 Next.(*T).
169 Next.(*T).
170 Next.(*T).
171 Next.(*T).
172 Next.(*T).
173 Next.(*T).
174 Next
[all...]
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/fixedbugs/
H A Dbug336.go10 Next *T2
16 Next *T4
30 Next *T11
67 tn struct{ Next *T11 }
68 tz struct{ z *struct{ Next *T11 } }
69 tpz *struct{ z *struct{ Next *T11 } }
70 tppz **struct{ z *struct{ Next *T11 } }
71 tpppz ***struct{ z *struct{ Next *T11 } }
73 y ***struct{ z *struct{ Next *T11 } }
76 tn.Next
[all...]
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/interface/
H A Dpointer.go13 Next() *Inst
25 func (start *Start) Next() *Inst { return nil } func
/haiku-buildtools/binutils/gas/testsuite/gas/tic54x/
H A Dlabels.s27 * #3, Next definition; exit from .copy clears all locals
30 * #4, Next definition is within macro; supersedes previous definition while
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/tic54x/
H A Dlabels.s27 * #3, Next definition; exit from .copy clears all locals
30 * #4, Next definition is within macro; supersedes previous definition while
/haiku-buildtools/gcc/gcc/ada/
H A Dnlists.h84 static Node_Id Next (Node_Id);
87 Next (Node_Id Node) function
/haiku-buildtools/binutils/ld/testsuite/ld-m68hc11/
H A Dadj-jump.s6 ;; Next 'bra' is assembled as a 'jmp'. It is relaxed to 'bra L3'
10 ;; Next 'jmp' must be relaxed to a 'bra' during the first pass.
H A Drelax-group.s45 ;; Next branch is always relative. It must be adjusted while
147 ;;; Next insn is not in a .relax group
/haiku-buildtools/legacy/binutils/ld/testsuite/ld-m68hc11/
H A Dadj-jump.s6 ;; Next 'bra' is assembled as a 'jmp'. It is relaxed to 'bra L3'
10 ;; Next 'jmp' must be relaxed to a 'bra' during the first pass.
H A Drelax-group.s45 ;; Next branch is always relative. It must be adjusted while
147 ;;; Next insn is not in a .relax group
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/torture/
H A Dpr49519.C34 typedef typename T::tail_type Next; typedef in struct:element
36 typedef typename element<N-1, Next>::type type;
/haiku-buildtools/gcc/libsanitizer/sanitizer_common/
H A Dsanitizer_procmaps_mac.cc65 // Next and NextSegmentLoad were inspired by base/sysinfo.cc in
103 bool MemoryMappingLayout::Next(uptr *start, uptr *end, uptr *offset, function in class:__sanitizer::MemoryMappingLayout
164 Next(&cur_beg, &cur_end, 0, module_name.data(),
H A Dsanitizer_procmaps.h36 bool Next(uptr *start, uptr *end, uptr *offset,
H A Dsanitizer_procmaps_freebsd.cc49 bool MemoryMappingLayout::Next(uptr *start, uptr *end, uptr *offset, function in class:__sanitizer::MemoryMappingLayout
H A Dsanitizer_procmaps_linux.cc27 bool MemoryMappingLayout::Next(uptr *start, uptr *end, uptr *offset, function in class:__sanitizer::MemoryMappingLayout
H A Dsanitizer_posix.cc48 while (proc_maps.Next(/*start*/0, &end,
235 while (proc_maps.Next(&start, &end,
250 while (proc_maps.Next(&start, &end, /* file_offset */0,
326 while (proc_maps.Next(&s, &e, &off, buff.data(), buff.size(), &prot)) {
H A Dsanitizer_libignore.cc62 while (proc_maps.Next(&b, &e, &off, module.data(), module.size(), &prot)) {
H A Dsanitizer_procmaps_common.cc123 Next(&cur_beg, &cur_end, &cur_offset, module_name.data(),
/haiku-buildtools/legacy/gcc/texinfo/util/
H A Dupdate-info648 Next="$Top_Item"
657 elif test "$Next"; then
666 if test "$Next"; then
668 Top_Item="$Next"
780 # determine value of Next
781 Next=`expr "$DISPLAY_NUM" + "$Top_Item"`
782 if test "$Next" -gt "$Item_Num"; then
783 Next=""
817 if test "$Previous" -o "$Next"; then
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/chan/
H A Dsieve2.go97 if last.Next() == first {
102 last = last.Next()
104 first = first.Next()
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/cpp0x/
H A Dvariadic-tuple.C174 typedef get_impl<I-1, tuple<Values...> > Next; typedef in class:get_impl
178 { return Next::get(t.tail()); }
181 { return Next::get(t.tail()); }
H A Dvariadic-bind.C173 typedef get_impl<I-1, tuple<Values...> > Next; typedef in class:get_impl
177 { return Next::get(t.tail()); }
180 { return Next::get(t.tail()); }
/haiku-buildtools/gcc/libsanitizer/tsan/
H A Dtsan_platform_linux.cc211 while (proc_maps.Next(&start, &end, &offset, name, ARRAY_SIZE(name), &prot)) {
274 while (proc_maps.Next(&start, &end, &offset, name, ARRAY_SIZE(name),
285 while (proc_maps.Next(&start, &end, &offset, name, ARRAY_SIZE(name),
310 while (proc_maps.Next(&p, &end, 0, 0, 0, 0)) {
/haiku-buildtools/gcc/libsanitizer/asan/
H A Dasan_linux.cc134 while (proc_maps.Next(0, 0, 0, filename, sizeof(filename), 0)) {

Completed in 319 milliseconds

123