Home
last modified time | relevance | path

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

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/
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 …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/
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 …]
/OK3568_Linux_fs/kernel/fs/btrfs/
H A Drelocation.c96 struct tree_block { struct
97 struct {
101 struct btrfs_key key;
102 unsigned int level:8;
103 unsigned int key_ready:1;