Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/gcc/gcc/java/
H A Dexpr.c1336 build_java_soft_divmod (op, type, op1, op2) in build_java_soft_divmod() function
1458 return build_java_soft_divmod (op, type, arg1, arg2);
H A Djava-tree.h1179 extern tree build_java_soft_divmod PARAMS ((enum tree_code, tree, tree, tree));
H A DChangeLog3817 (build_java_soft_divmod, build_invokeinterface): Likewise.
8276 * expr.c (build_java_soft_divmod): Provide a default case in switch.
8330 * expr.c (build_java_soft_divmod): New function.
8331 (build_java_binop): Call build_java_soft_divmod if
8338 (build_java_soft_divmod): New function.
8339 * parse.y: Call build_java_soft_divmod if
H A Dparse.c17110 return build_java_soft_divmod (TREE_CODE (node), prom_type, op1, op2);
H A Dparse.y13545 return build_java_soft_divmod (TREE_CODE (node), prom_type, op1, op2);