Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/gcc/gcc/java/
H A Dexpr.c800 build_java_arraystore_check (array, object) in build_java_arraystore_check() function
1018 tree check = build_java_arraystore_check (array, rhs_node);
H A Djava-tree.h1182 extern tree build_java_arraystore_check PARAMS ((tree, tree));
H A DChangeLog1369 * expr.c (build_java_arraystore_check): Unwrap SAVE_EXPR's when
1448 * expr.c (build_java_arraystore_check): Fix formatting.
1466 (build_java_arraystore_check): New function.
1467 (expand_java_arraystore): Use build_java_arraystore_check.
1469 when lvalue is an ARRAY_REF. Use build_java_arraystore_check.
1475 (build_java_arraystore_check): Declare.
H A Dparse.c16486 store_check = build_java_arraystore_check (array, new_rhs);
H A Dparse.y12921 store_check = build_java_arraystore_check (array, new_rhs);