Home
last modified time | relevance | path

Searched refs:Block_byref_type (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/gcc/
H A Dc-decl.c3615 tree Block_byref_type; in new_block_byref_decl() local
3625 Block_byref_type = start_struct (RECORD_TYPE, get_identifier (string)); in new_block_byref_decl()
3635 build_pointer_type (Block_byref_type)); in new_block_byref_decl()
3671 finish_struct (Block_byref_type, field_decl_chain, NULL_TREE); in new_block_byref_decl()
3675 TREE_TYPE (decl) = Block_byref_type; in new_block_byref_decl()
/freebsd-12.1/contrib/gcc/cp/
H A Ddecl.c5366 tree Block_byref_type; in new_block_byref_decl() local
5378 Block_byref_type = block_start_struct (get_identifier (string)); in new_block_byref_decl()
5388 build_pointer_type (Block_byref_type)); in new_block_byref_decl()
5424 block_finish_struct (Block_byref_type, fields); in new_block_byref_decl()
5429 TREE_TYPE (decl) = Block_byref_type; in new_block_byref_decl()