Home
last modified time | relevance | path

Searched defs:tree_block (Results 1 – 4 of 4) sorted by relevance

/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dtree-core.h1490 struct GTY(()) tree_block { struct
1491 struct tree_base base;
1492 tree chain;
1494 unsigned abstract_flag : 1;
1495 unsigned block_num : 31;
1497 location_t locus;
1498 location_t end_locus;
1500 tree vars;
1501 vec<tree, va_gc> *nonlocalized_vars;
1503 tree subblocks;
[all …]
H A Dtree.c11750 tree_block (tree t) in tree_block() function
/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dtree.h2131 struct GTY(()) tree_block { struct
2132 struct tree_base base;
2133 tree chain;
2135 unsigned abstract_flag : 1;
2136 unsigned block_num : 31;
2138 location_t locus;
2140 tree vars;
2143 tree subblocks;
2144 tree supercontext;
2145 tree abstract_origin;
[all …]
H A Dtree.c10807 tree_block (tree t) in tree_block() function