Searched refs:build_java_soft_divmod (Results 1 – 5 of 5) sorted by relevance
| /openbsd-src/gnu/usr.bin/gcc/gcc/java/ |
| H A D | expr.c | 1336 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 D | java-tree.h | 1179 extern tree build_java_soft_divmod PARAMS ((enum tree_code, tree, tree, tree));
|
| H A D | ChangeLog | 3817 (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 D | parse.c | 17110 return build_java_soft_divmod (TREE_CODE (node), prom_type, op1, op2);
|
| H A D | parse.y | 13545 return build_java_soft_divmod (TREE_CODE (node), prom_type, op1, op2);
|