OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dest_array
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gcc/dist/libstdc++-v3/libsupc++/
vec.cc
201
__cxa_vec_cctor(void *
dest_array
,
209
char *dest_ptr = static_cast<char *>(
dest_array
);
223
__cxa_vec_cleanup(
dest_array
, ix, element_size, destructor);
227
_GLIBCXX_CXA_VEC_CTOR_RETURN (
dest_array
);
412
__aeabi_vec_cctor_nocookie_nodtor (void *
dest_array
,
418
return abi::__cxa_vec_cctor (
dest_array
, src_array,
/src/external/gpl3/gcc.old/dist/libstdc++-v3/libsupc++/
vec.cc
201
__cxa_vec_cctor(void *
dest_array
,
209
char *dest_ptr = static_cast<char *>(
dest_array
);
223
__cxa_vec_cleanup(
dest_array
, ix, element_size, destructor);
227
_GLIBCXX_CXA_VEC_CTOR_RETURN (
dest_array
);
412
__aeabi_vec_cctor_nocookie_nodtor (void *
dest_array
,
418
return abi::__cxa_vec_cctor (
dest_array
, src_array,
/src/external/gpl3/gcc/dist/gcc/
tree-eh.cc
393
vec<tree>
dest_array
;
member in struct:leh_tf_state
637
if (! tf->
dest_array
.exists ())
639
tf->
dest_array
.create (10);
640
tf->
dest_array
.quick_push (label);
645
int n = tf->
dest_array
.length ();
647
if (tf->
dest_array
[index] == label)
650
tf->
dest_array
.safe_push (label);
783
q->cont_stmt = gimple_build_goto (tf->
dest_array
[q->index]);
1209
if (tf->
dest_array
[0] == tf->fallthru_label)
1289
return_index = tf->
dest_array
.length ()
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/
tree-eh.cc
393
vec<tree>
dest_array
;
member in struct:leh_tf_state
637
if (! tf->
dest_array
.exists ())
639
tf->
dest_array
.create (10);
640
tf->
dest_array
.quick_push (label);
645
int n = tf->
dest_array
.length ();
647
if (tf->
dest_array
[index] == label)
650
tf->
dest_array
.safe_push (label);
783
q->cont_stmt = gimple_build_goto (tf->
dest_array
[q->index]);
1208
if (tf->
dest_array
[0] == tf->fallthru_label)
1288
return_index = tf->
dest_array
.length ()
[
all
...]
Completed in 41 milliseconds
Indexes created Mon Jul 20 00:27:07 UTC 2026