Home
last modified time | relevance | path

Searched refs:tree_exp (Results 1 – 10 of 10) sorted by relevance

/dragonfly/contrib/gcc-4.7/gcc/cp/
H A Dcp-objcp-common.c91 return sizeof (struct tree_exp); in cp_tree_size()
/dragonfly/contrib/gcc-8.0/gcc/cp/
H A Dcp-objcp-common.c77 case EXPR_PACK_EXPANSION: return sizeof (tree_exp); in cp_tree_size()
/dragonfly/contrib/gcc-8.0/gcc/
H A Dtree-core.h1410 struct GTY(()) tree_exp { struct
1907 struct tree_exp GTY ((tag ("TS_EXP"))) exp;
H A Dggc-page.c174 (sizeof (struct tree_exp) + ((OPS) - 1) * sizeof (tree))
H A Dtree.c845 return (sizeof (struct tree_exp) in tree_code_size()
929 return (sizeof (struct tree_exp) in tree_size()
4578 int length = sizeof (struct tree_exp); in build1()
10782 int length = (len - 1) * sizeof (tree) + sizeof (struct tree_exp); in build_vl_exp()
H A Dtree.def23 tcc_binary, and tcc_statement nodes, which use struct tree_exp, the
/dragonfly/contrib/gcc-4.7/gcc/
H A Dggc-page.c179 (sizeof (struct tree_exp) + ((OPS) - 1) * sizeof (tree))
H A Dtree.c666 return (sizeof (struct tree_exp) in tree_code_size()
737 return (sizeof (struct tree_exp) in tree_size()
3696 int length = sizeof (struct tree_exp); in build1_stat()
9957 int length = (len - 1) * sizeof (tree) + sizeof (struct tree_exp); in build_vl_exp_stat()
H A Dtree.h1956 struct GTY(()) tree_exp { struct
3721 struct tree_exp GTY ((tag ("TS_EXP"))) exp;
H A Dtree.def24 tcc_binary, and tcc_statement nodes, which use struct tree_exp, the