Home
last modified time | relevance | path

Searched refs:integer_two_node (Results 1 – 13 of 13) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/java/
H A Djava-tree.h567 #define integer_two_node \ macro
H A Ddecl.c459 integer_two_node = build_int_2 (2, 0); in java_init_decl_processing()
H A DChangeLog14122 * decl.c, java-tree.h (integer_two_node): New constant node.
/openbsd-src/gnu/gcc/gcc/cp/
H A Dinit.c2880 integer_two_node))); in push_base_cleanups()
H A Dcp-tree.h3259 extern GTY(()) tree integer_two_node;
H A Ddecl.c168 tree integer_two_node, integer_three_node; variable
3186 integer_two_node = build_int_cst (NULL_TREE, 2); in cxx_init_decl_processing()
H A Dcall.c5152 return integer_two_node; in in_charge_arg_for_name()
H A DChangeLog-1998912 integer_two_node, to build_vec_delete.
917 might be integer_two_node anymore.
/openbsd-src/gnu/usr.bin/gcc/gcc/cp/
H A Dinit.c3264 integer_two_node))); in push_base_cleanups()
H A Ddecl.c238 tree integer_two_node, integer_three_node; variable
7005 integer_two_node = build_int_2 (2, 0); in cxx_init_decl_processing()
7006 TREE_TYPE (integer_two_node) = integer_type_node; in cxx_init_decl_processing()
H A Dcp-tree.h3202 extern GTY(()) tree integer_two_node;
H A Dcall.c4837 return integer_two_node;
H A DChangeLog.27700 integer_two_node, to build_vec_delete.
7705 might be integer_two_node anymore.