Home
last modified time | relevance | path

Searched refs:build_new_array (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/java/
H A Dexpr.c955 build_new_array (type, length) in build_new_array() function
2556 build_new_array (element_type, length),
H A Djava-tree.h1185 extern tree build_new_array PARAMS ((tree, tree));
H A DChangeLog10169 * expr.c (encode_newarray_type, build_new_array): New functions.
10170 * java-tree.h: Declare build_new_array.
10171 * jcf-write.c (patch_newarray): Use build_new_array.
H A Dparse.c18273 return build_new_array (type, TREE_VALUE (dims));
H A Dparse.y14708 return build_new_array (type, TREE_VALUE (dims));