Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-core.h1643 struct GTY(()) tree_block { struct
1644 struct tree_base base;
1645 tree chain;
1647 unsigned block_num;
1649 location_t locus;
1650 location_t end_locus;
1652 tree vars;
1653 vec<tree, va_gc> *nonlocalized_vars;
1655 tree subblocks;
1656 tree supercontext;
[all …]
H A Dtree.cc11498 tree_block (tree t) in tree_block() function
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-core.h1573 struct GTY(()) tree_block { struct
1574 struct tree_base base;
1575 tree chain;
1577 unsigned block_num;
1579 location_t locus;
1580 location_t end_locus;
1582 tree vars;
1583 vec<tree, va_gc> *nonlocalized_vars;
1585 tree subblocks;
1586 tree supercontext;
[all …]
H A Dtree.c12402 tree_block (tree t) in tree_block() function
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dtrans-openmp.cc2569 tree tree_block = NULL_TREE; in gfc_trans_omp_clauses() local