Searched refs:temp_array (Results 1 - 9 of 9) sorted by relevance

/haiku-buildtools/gcc/libstdc++-v3/testsuite/25_algorithms/next_permutation/
H A Dmoveable.cc77 rvalstruct temp_array[6]; local
78 std::copy(array, array + 6, temp_array);
79 Container con(temp_array, temp_array + 6);
85 VERIFY( std::lexicographical_compare(temp_array, temp_array + 6,
106 rvalstruct temp_array[6]; local
107 std::copy(array, array + 6, temp_array);
108 Container con(temp_array, temp_array
[all...]
H A D1.cc66 int temp_array[6]; local
67 std::copy(array, array + 6, temp_array);
69 VERIFY(std::lexicographical_compare(temp_array, temp_array + 6,
/haiku-buildtools/gcc/libstdc++-v3/testsuite/25_algorithms/prev_permutation/
H A Dmoveable.cc77 rvalstruct temp_array[6]; local
78 std::copy(array, array + 6, temp_array);
79 Container con(temp_array, temp_array + 6);
85 VERIFY( !std::lexicographical_compare(temp_array, temp_array + 6,
106 rvalstruct temp_array[6]; local
107 std::copy(array, array + 6, temp_array);
108 Container con(temp_array, temp_array
[all...]
H A D1.cc66 int temp_array[6]; local
67 std::copy(array, array + 6, temp_array);
70 temp_array, temp_array + 6));
/haiku-buildtools/gcc/libvtv/testsuite/libvtv.cc/
H A Dregister_set_pair.cc66 void *temp_array[ELEMENTS_PER_MAP]; local
85 temp_array[j] = &fake_vts[curr_fake_vt];
90 (void **) &temp_array);
93 (void **) &temp_array);
H A Dregister_set_pair_inserts.cc71 void *temp_array[ELEMENTS_PER_MAP]; local
90 temp_array[j] = &fake_vts[curr_fake_vt];
95 (void **) &temp_array);
98 (void **) &temp_array);
/haiku-buildtools/gcc/libvtv/testsuite/libvtv.mt.cc/
H A Dregister_set_pair_inserts_mt.cc75 void *temp_array[ELEMENTS_PER_MAP]; local
99 temp_array[j] = &fake_vts[curr_fake_vt];
105 (void **) &temp_array);
108 (void **) &temp_array);
H A Dregister_set_pair_mt.cc75 void *temp_array[ELEMENTS_PER_MAP]; local
99 temp_array[j] = &fake_vts[curr_fake_vt];
105 (void **) &temp_array);
108 (void **) &temp_array);
/haiku-buildtools/legacy/gcc/gcc/
H A Dmips-tfile.c2901 symint_t temp_array[ N_TQ ];
3014 symint_t *t_ptr = &temp_array[ N_TQ-1 ];
3032 if (t_ptr == &temp_array[0])
3044 while (t_ptr <= &temp_array[ N_TQ-1 ])
3088 symint_t *t_ptr = &temp_array[ N_TQ-1 ];
3106 if (t_ptr == &temp_array[0])
3118 while (t_ptr <= &temp_array[ N_TQ-1 ])
2873 symint_t temp_array[ N_TQ ]; local

Completed in 106 milliseconds