Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/gcc/gcc/java/
H A Dparse.c8557 tree already, arg_node; local
8600 arg_node = build_tree_list (name, real_type);
8602 ARG_FINAL_P (arg_node) = ARG_FINAL_P (current);
8605 JDEP_GET_PATCH (jdep) = &TREE_VALUE (arg_node);
8606 TREE_CHAIN (arg_node) = arg_types;
8607 arg_types = arg_node;
H A Dparse.y4992 tree already, arg_node; local
5035 arg_node = build_tree_list (name, real_type);
5037 ARG_FINAL_P (arg_node) = ARG_FINAL_P (current);
5040 JDEP_GET_PATCH (jdep) = &TREE_VALUE (arg_node);
5041 TREE_CHAIN (arg_node) = arg_types;
5042 arg_types = arg_node;