Home
last modified time | relevance | path

Searched refs:block_ref_decl_list (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/gcc/
H A Dc-common.h1072 tree block_ref_decl_list; member
H A Dc-parser.c8596 for (chain = block_impl->block_ref_decl_list; chain; in build_block_struct_type()
8650 for (chain = block_impl->block_ref_decl_list; chain; chain = TREE_CHAIN (chain)) in build_block_struct_type()
8782 (block_impl->block_ref_decl_list == NULL_TREE && in build_block_struct_initlist()
8944 bool staticBlockTmp = (block_impl->block_ref_decl_list == NULL_TREE && in build_block_literal_tmp()
9029 for (chain = block_impl->block_ref_decl_list; chain; in synth_copy_helper_block_func()
9110 for (chain = block_impl->block_ref_decl_list; chain; in synth_destroy_helper_block_func()
H A Dc-decl.c7935 cur_block->block_ref_decl_list = in build_block_ref_decl()
7936 tree_cons (NULL_TREE, ref_decl, cur_block->block_ref_decl_list); in build_block_ref_decl()
8258 for (chain = block_impl->block_ref_decl_list; chain; in block_build_prologue()
/freebsd-12.1/contrib/gcc/cp/
H A Dparser.c19115 for (chain = block_impl->block_ref_decl_list; chain; in build_block_struct_type()
19184 for (chain = block_impl->block_ref_decl_list; chain; chain = TREE_CHAIN (chain)) in build_block_struct_type()
19261 (block_impl->block_ref_decl_list == NULL_TREE && in VEC()
19417 bool staticBlockTmp = (block_impl->block_ref_decl_list == NULL_TREE && in build_block_literal_tmp()
19498 for (chain = block_impl->block_ref_decl_list; chain; in synth_copy_helper_block_func()
19602 for (chain = block_impl->block_ref_decl_list; chain; in synth_destroy_helper_block_func()
20184 cur_block->block_ref_decl_list = in build_block_ref_decl()
20185 tree_cons (NULL_TREE, ref_decl, cur_block->block_ref_decl_list); in build_block_ref_decl()
20425 for (chain = block_impl->block_ref_decl_list; chain; in block_build_prologue()