Searched refs:next_id (Results 1 - 6 of 6) sorted by relevance

/haiku-buildtools/gcc/gcc/testsuite/g++.dg/eh/
H A Duncaught2.C44 static int next_id = 0; variable
47 : id (next_id++)
53 : id (next_id++)
H A Duncaught3.C44 static int next_id = 0; variable
47 : id (next_id++)
53 : id (next_id++)
H A Duncaught1.C44 static int next_id = 0; variable
47 : id (next_id++)
53 : id (next_id++)
/haiku-buildtools/gcc/libgomp/
H A Dordered.c72 unsigned next_id; local
89 next_id = ws->ordered_team_ids[next];
90 gomp_sem_post (team->ordered_release[next_id]);
107 unsigned index, next_id; local
141 next_id = ws->ordered_team_ids[index];
142 gomp_sem_post (team->ordered_release[next_id]);
/haiku-buildtools/gcc/libstdc++-v3/src/c++98/
H A Dmt_allocator.cc559 size_t next_id; local
561 next_id = _M_old_freelist->_M_next - _M_old_array;
563 next_id = freelist._M_max_threads;
565 = &_M_thread_freelist[next_id];
754 size_t next_id; local
756 next_id = _M_old_freelist->_M_next - _M_old_array;
758 next_id = freelist._M_max_threads;
760 = &_M_thread_freelist[next_id];
/haiku-buildtools/gcc/gcc/
H A Dgenmatch.c2944 unsigned next_id = capture_ids->elements (); local
2948 num = next_id;

Completed in 88 milliseconds