Searched refs:beg (Results 1 - 25 of 198) sorted by relevance

12345678

/haiku-buildtools/gcc/gcc/testsuite/g++.dg/debug/dwarf2/
H A Dstatic-data-member2.C9 static const x beg = i; member in class:c
10 int foo () { return (int) beg; }
/haiku-buildtools/gcc/libstdc++-v3/testsuite/25_algorithms/find/istreambuf_iterators/char/
H A D2.cc37 in_iterator_type beg(fbuf);
43 beg = find(beg, end, '1');
44 if (beg == end)
48 VERIFY( *beg == '1' );
51 ++beg;
52 VERIFY( *beg == '0' );
/haiku-buildtools/gcc/libstdc++-v3/testsuite/25_algorithms/find/istreambuf_iterators/wchar_t/
H A D2.cc35 in_iterator_type beg(fbuf);
41 beg = find(beg, end, L'1');
42 if (beg == end)
46 VERIFY( *beg == L'1' );
49 ++beg;
50 VERIFY( *beg == L'0' );
/haiku-buildtools/legacy/binutils/gprof/
H A Dsearch_list.c32 const char *beg, *colon;
38 beg = colon + 1;
39 colon = strchr (beg, PATH_SEP_CHAR);
42 len = colon - beg;
44 len = strlen (beg);
47 memcpy (new_el->path, beg, len);
31 const char *beg, *colon; local
/haiku-buildtools/binutils/gprof/
H A Dsearch_list.c32 const char *beg, *colon;
38 beg = colon + 1;
39 colon = strchr (beg, PATH_SEP_CHAR);
42 len = colon - beg;
44 len = strlen (beg);
47 memcpy (new_el->path, beg, len);
31 const char *beg, *colon; local
/haiku-buildtools/gcc/libstdc++-v3/testsuite/23_containers/deque/operators/
H A D1.cc34 iter beg = d.begin(); local
39 VERIFY( beg == constbeg );
42 VERIFY( beg != constend );
45 VERIFY( beg < constend );
49 VERIFY( constend > beg );
52 VERIFY( constbeg >= beg );
54 VERIFY( beg <= constbeg );
H A D2.cc34 iter beg = d.begin(); local
39 VERIFY( beg - constbeg == 0 );
43 VERIFY( constend - beg > 0 );
/haiku-buildtools/gcc/gcc/config/tilegx/
H A Dlinux.h63 #define CLEAR_INSN_CACHE(beg, end) invalidate_icache (beg, end - beg, 4096)
/haiku-buildtools/gcc/gcc/config/tilepro/
H A Dlinux.h55 #define CLEAR_INSN_CACHE(beg, end) invalidate_icache (beg, end - beg, 4096)
/haiku-buildtools/gcc/libsanitizer/asan/
H A Dasan_poisoning.cc104 ShadowSegmentEndpoint beg(beg_addr);
106 if (beg.chunk == end.chunk) {
107 CHECK(beg.offset < end.offset);
108 s8 value = beg.value;
113 if (beg.offset > 0) {
114 *beg.chunk = Min(value, beg.offset);
116 *beg.chunk = kAsanUserPoisonedMemoryMagic;
121 CHECK(beg.chunk < end.chunk);
122 if (beg
172 __asan_region_is_poisoned(uptr beg, uptr size) argument
321 uptr beg = reinterpret_cast<uptr>(beg_p); local
[all...]
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/ios_base/types/seekdir/
H A Dcase_label.cc35 case std::ios_base::beg:
/haiku-buildtools/gcc/libstdc++-v3/testsuite/25_algorithms/copy/streambuf_iterators/wchar_t/
H A D4.cc41 in_iterator_type beg(fbuf);
43 copy(beg, end, buffer);
/haiku-buildtools/gcc/libstdc++-v3/testsuite/performance/25_algorithms/
H A Dcopy_streambuf_iterators.cc41 in_iterator_type beg(iss);
50 copy(beg, end, out);
61 const char* beg = data; local
70 copy(beg, end, out);
81 in_iterator_type beg(iss);
89 copy(beg, end, out);
H A Dfind_istreambuf_iterators.cc35 in_iterator_type beg(iss);
46 find(beg, end, c);
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_filebuf/seekoff/char/
H A D4.cc44 fb.pubseekoff(0, ios_base::beg);
54 fb.pubseekoff(0, ios_base::beg);
60 fb.pubseekoff(0, ios_base::beg);
72 fb.pubseekoff(0, ios_base::beg);
81 fb.pubseekoff(0, ios_base::beg);
H A D3-out.cc37 p = in.pubseekoff(0, ios_base::beg, ios_base::in);
40 p = in.pubseekoff(0, ios_base::beg, ios_base::out);
43 p = in.pubseekoff(0, ios_base::beg);
H A D3-in.cc37 p = in.pubseekoff(0, ios_base::beg, ios_base::in);
40 p = in.pubseekoff(0, ios_base::beg, ios_base::out);
43 p = in.pubseekoff(0, ios_base::beg);
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_stringbuf/seekoff/char/
H A D2.cc35 p = in.pubseekoff(0, ios_base::beg, ios_base::in);
39 p = in.pubseekoff(0, ios_base::beg, ios_base::out);
42 p = in.pubseekoff(0, ios_base::beg);
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_stringbuf/seekoff/wchar_t/
H A D2.cc35 p = in.pubseekoff(0, ios_base::beg, ios_base::in);
39 p = in.pubseekoff(0, ios_base::beg, ios_base::out);
42 p = in.pubseekoff(0, ios_base::beg);
/haiku-buildtools/gcc/libstdc++-v3/testsuite/25_algorithms/copy/streambuf_iterators/char/
H A D4.cc44 in_iterator_type beg(fbuf);
46 copy(beg, end, buffer);
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_stringbuf/str/wchar_t/
H A D2.cc24 // Growing and then seeking to ios_base::beg triggered a bug in str(),
32 strb_01.pubseekoff(0, std::ios_base::beg);
40 strb_02.pubseekoff(0, std::ios_base::beg);
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_stringbuf/str/char/
H A D2.cc24 // Growing and then seeking to ios_base::beg triggered a bug in str(),
32 strb_01.pubseekoff(0, std::ios_base::beg);
40 strb_02.pubseekoff(0, std::ios_base::beg);
/haiku-buildtools/gcc/libsanitizer/sanitizer_common/
H A Dsanitizer_tls_get_addr.h36 // If beg == 0, the chunk is unused.
38 uptr beg, size; member in struct:__sanitizer::DTLS::DTV
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_filebuf/seekoff/
H A D10132-2.cc37 obj.pubseekoff(2, std::ios_base::beg);
/haiku-buildtools/gcc/gcc/config/mips/
H A Dsdemtk.h58 extern void mips_sync_icache (void *beg, unsigned long len);
60 #define CLEAR_INSN_CACHE(beg, end) \
61 mips_sync_icache (beg, end - beg)

Completed in 8309 milliseconds

12345678