Searched refs:current (Results 1 - 25 of 253) sorted by relevance

1234567891011

/haiku-buildtools/gcc/gcc/testsuite/g++.dg/template/
H A Dpretty1.C10 static size_t current = 0; variable
22 error = strcmp (ptr, names[current++]);
38 return current;
41 return current;
/haiku-buildtools/gcc/libstdc++-v3/testsuite/24_iterators/reverse_iterator/requirements/
H A Dcurrent.cc25 // Check data member 'current' accessible.
30 test_dm(): p(current) { }
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.other/
H A Dcond3.C10 int current() const { return 0; } function in class:HELPER
17 Wtransf delta = (tm.current()) ? Identity2 : Wtransf();
/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/
H A Dwhole_file_11.f9027 TYPE(foo_node) :: parent, current local in function:foo_insert
30 parent = current
31 current = current%p%link(cmp)
H A Dpr36680.f9029 TYPE(dummy_atom_kdtree_node) :: parent, current local in function:dummy_atom_kdtree_insert
33 current = this%root
37 DO WHILE (ASSOCIATED( current%p ))
39 cmp = dummy_atom_kdtree_data_compare(item, current%p%data, discriminator)
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/graphite/
H A Dpr42914.c7 int current, best; local
16 current += abs(M0[i][ii][j][jj]);
18 if(current < best)
20 best = current;
/haiku-buildtools/gcc/gmp/
H A Dtal-notreent.c38 static tmp_stack *current = &xxx; variable
52 ASSERT (((unsigned) current->alloc_point % __TMP_ALIGN) == 0);
54 if (size > (char *) current->end - (char *) current->alloc_point)
61 /* Allocate a chunk that makes the total current allocation somewhat
85 header->prev = current;
86 current = header;
89 that = current->alloc_point;
90 current->alloc_point = (char *) that + size;
101 mark->which_chunk = current;
[all...]
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/compile/
H A Dpr39824.c9 unsigned char current; local
12 current = ((unsigned char *)&number)[(((unsigned char
14 has_mantissa |= (current & ieee_754_mantissa_mask[i]);
/haiku-buildtools/gcc/gcc/
H A Dgengtype-state.c127 /* the state_token pointer contains the leftmost current token. The
166 void write_state_string_option (options_p current);
167 void write_state_type_option (options_p current);
168 void write_state_nested_option (options_p current);
169 void write_state_option (options_p current);
173 void write_state_scalar_type (type_p current);
174 void write_state_string_type (type_p current);
175 void write_state_undefined_type (type_p current);
176 void write_state_struct_union_type (type_p current, const char *kindstr);
177 void write_state_struct_type (type_p current);
763 write_state_string_option(options_p current) argument
774 write_state_type_option(options_p current) argument
782 write_state_nested_option(options_p current) argument
805 write_state_option(options_p current) argument
840 options_p current; local
875 write_state_scalar_type(type_p current) argument
890 write_state_string_type(type_p current) argument
904 write_state_undefined_type(type_p current) argument
926 write_state_struct_union_type(type_p current, const char *kindstr) argument
951 write_state_struct_type(type_p current) argument
960 write_state_user_struct_type(type_p current) argument
980 write_state_union_type(type_p current) argument
992 write_state_lang_struct_type(type_p current) argument
1023 write_state_pointer_type(type_p current) argument
1033 write_state_array_type(type_p current) argument
1078 write_state_common_type_content(type_p current) argument
1094 write_state_type(type_p current) argument
1157 write_state_pair(pair_p current) argument
1186 pair_p current; local
1221 type_p current; local
1782 read_state_common_type_content(type_p current) argument
1804 read_state_type(type_p *current) argument
2187 read_state_pair(pair_p *current) argument
[all...]
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/simulate-thread/
H A Datomic-load-longlong.c76 static int current = 0; local
78 if (++current >= table_cycle_size)
79 current = 0;
80 value = table[current];
H A Datomic-load-int.c74 static int current = 0; local
76 if (++current >= table_cycle_size)
77 current = 0;
78 value = table[current];
H A Datomic-load-short.c74 static int current = 0; local
76 if (++current >= table_cycle_size)
77 current = 0;
78 value = table[current];
H A Datomic-load-int128.c86 static int current = 0; local
88 if (++current >= table_cycle_size)
89 current = 0;
90 value = table[current];
/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/graphite/
H A Dvect-pr40979.f9011 real (kind = longreal), dimension(3) :: current, coil local in subroutine:mutual_ind_quad_cir_coil
17 num = w1gauss(j) * w2gauss(k) * dot_product(coil,current)
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_istream/extractors_other/char/
H A D9424-in.cc61 const char* current; member in class:Inbuf_2
67 current = buf;
73 if (current < buf + size)
74 return traits_type::to_int_type(*current);
80 if (current < buf + size)
81 return traits_type::to_int_type(*current++);
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_istream/extractors_other/wchar_t/
H A D9424-in.cc60 const wchar_t* current; member in class:Inbuf_2
66 current = buf;
72 if (current < buf + size)
73 return traits_type::to_int_type(*current);
79 if (current < buf + size)
80 return traits_type::to_int_type(*current++);
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_other/char/
H A D9424-out.cc61 const char* current; member in class:Inbuf_2
67 current = buf;
73 if (current < buf + size)
74 return traits_type::to_int_type(*current);
80 if (current < buf + size)
81 return traits_type::to_int_type(*current++);
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_other/wchar_t/
H A D9424-out.cc61 const wchar_t* current; member in class:Inbuf_2
67 current = buf;
73 if (current < buf + size)
74 return traits_type::to_int_type(*current);
80 if (current < buf + size)
81 return traits_type::to_int_type(*current++);
/haiku-buildtools/legacy/binutils/binutils/
H A Dnlmheader.y86 /* The current symbol prefix when reading a list of import or export
521 /* The current line number. */
523 /* The current state. */
529 /* The current input file. */
531 static struct input current;
542 current.next = NULL;
554 *push = current;
556 current.next = push;
559 current = *push;
569 current
[all...]
/haiku-buildtools/binutils/binutils/
H A Dnlmheader.y85 /* The current symbol prefix when reading a list of import or export
520 /* The current line number. */
522 /* The current state. */
528 /* The current input file. */
530 static struct input current;
541 current.next = NULL;
553 *push = current;
555 current.next = push;
558 current = *push;
568 current
[all...]
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_istream/getline/char/
H A D4.cc28 const char* current; member in class:Inbuf
34 current = buf;
40 if (current < buf + size)
41 return traits_type::to_int_type(*current);
47 if (current < buf + size)
48 return traits_type::to_int_type(*current++);
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_istream/getline/wchar_t/
H A D4.cc28 const wchar_t* current; member in class:Inbuf
34 current = buf;
40 if (current < buf + size)
41 return traits_type::to_int_type(*current);
47 if (current < buf + size)
48 return traits_type::to_int_type(*current++);
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/
H A Dpr21041.c8 char **current; member in struct:args
20 char *dest = *args->current;
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/i386/
H A Davx-vzeroupper-24.c10 bitmap_element *current; member in struct:bitmap_head_def
33 if (a->indx == a->current->indx)
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/torture/
H A Dpr54838.C29 _Iterator current; member in class:reverse_iterator
32 reverse_iterator (const reverse_iterator & __x):current (__x.current)
36 return current;
40 --current;

Completed in 129 milliseconds

1234567891011