Home
last modified time | relevance | path

Searched refs:thisn_assign (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/java/
H A Dparse.c12413 tree thisn_assign, compound = NULL_TREE; local
12445 if ((thisn_assign = build_thisn_assign ()))
12446 java_method_add_stmt (mdecl, thisn_assign);
12491 if ((thisn_assign = build_thisn_assign ()))
12492 compound = add_stmt_to_compound (compound, NULL_TREE, thisn_assign);
H A Dparse.y8848 tree thisn_assign, compound = NULL_TREE; local
8880 if ((thisn_assign = build_thisn_assign ()))
8881 java_method_add_stmt (mdecl, thisn_assign);
8926 if ((thisn_assign = build_thisn_assign ()))
8927 compound = add_stmt_to_compound (compound, NULL_TREE, thisn_assign);