Home
last modified time | relevance | path

Searched refs:get_array_ctor_element_at_index (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dfold-const.h77 extern tree get_array_ctor_element_at_index (tree, offset_int,
H A Dgimple-fold.c6740 tree val = get_array_ctor_element_at_index (ctor, access_index, in fold_array_ctor_reference()
6814 if (tree val = get_array_ctor_element_at_index (ctor, access_index)) in fold_array_ctor_reference()
H A Dfold-const.c12723 get_array_ctor_element_at_index (tree ctor, offset_int access_index, in get_array_ctor_element_at_index() function
12901 tree val = get_array_ctor_element_at_index (op0, in fold()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dfold-const.h89 extern tree get_array_ctor_element_at_index (tree, offset_int,
H A Dgimple-fold.cc7838 tree val = get_array_ctor_element_at_index (ctor, access_index, in fold_array_ctor_reference()
7912 if (tree val = get_array_ctor_element_at_index (ctor, access_index)) in fold_array_ctor_reference()
H A Dfold-const.cc13321 get_array_ctor_element_at_index (tree ctor, offset_int access_index, in get_array_ctor_element_at_index() function
13499 tree val = get_array_ctor_element_at_index (op0, in fold()
H A DChangeLog-201919156 * fold-const.c (get_array_ctor_element_at_index): Create
21189 * fold-const.h (get_array_ctor_element_at_index): Adjust.
21190 * fold-const.c (get_array_ctor_element_at_index): Add
H A DChangeLog-20156744 * fold-const.c (get_array_ctor_element_at_index): Fix whitespace, typo.
9005 * fold-const.c (get_array_ctor_element_at_index): New.
9008 * fold-const.h (get_array_ctor_element_at_index): New.