Searched refs:tree_node (Results 1 - 19 of 19) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Dcoretypes.h46 union tree_node;
47 typedef union tree_node *tree;
H A Ddouble-int.h56 union tree_node;
60 union tree_node *double_int_to_tree (union tree_node *, double_int);
61 double_int tree_to_double_int (union tree_node *tree);
H A Dstringpool.c216 nested_ptr (union tree_node, "%h ? GCC_IDENT_TO_HT_IDENT (%h) : NULL",
H A Dvarray.c106 { sizeof (union tree_node *), 1 },
H A Dfunction.h326 htab_t GTY ((param_is (union tree_node))) used_types_hash;
H A Dtree-mudflap.c1130 static GTY ((param_is (union tree_node))) htab_t marked_trees = NULL;
H A Ddwarf2out.c10841 add_byte_size_attribute (dw_die_ref die, tree tree_node)
10845 switch (TREE_CODE (tree_node))
10854 size = int_size_in_bytes (tree_node);
10861 size = simple_type_size_in_bits (field_type (tree_node)) / BITS_PER_UNIT;
10828 add_byte_size_attribute(dw_die_ref die, tree tree_node) argument
H A Dexcept.c107 static GTY ((param_is (union tree_node)))
H A Dtree.h3214 union tree_node GTY ((ptr_alias (union lang_tree_node),
3199 union tree_node GTY ((ptr_alias (union lang_tree_node), function
H A Dc-common.c2843 static GTY((param_is (union tree_node))) htab_t type_hash_table;
H A Dc-decl.c262 union tree_node GTY ((tag ("0"),
H A Dtree.c134 static GTY ((if_marked ("ggc_marked_p"), param_is (union tree_node)))
/freebsd-9.3-release/contrib/gcclibs/libcpp/include/
H A Dcpp-id-data.h40 cpp_hashnode ** GTY ((nested_ptr (union tree_node,
H A Dcpplib.h201 GTY ((nested_ptr (union tree_node,
/freebsd-9.3-release/contrib/gcc/config/i386/
H A Dcygming.h109 union tree_node;
110 #define TREE union tree_node *
/freebsd-9.3-release/contrib/gcc/cp/
H A Dmangle.c2811 static GTY ((param_is (union tree_node))) htab_t conv_type_names;
H A Dtree.c706 static GTY ((param_is (union tree_node))) htab_t list_hash_table;
H A Dcp-tree.h468 union tree_node GTY ((tag ("TS_CP_GENERIC"),
H A Ddecl.c2755 static GTY ((param_is (union tree_node))) htab_t typename_htab;

Completed in 338 milliseconds