Searched refs:Block_byref_type (Results 1 – 2 of 2) sorted by relevance
3615 tree Block_byref_type; in new_block_byref_decl() local3625 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()
5366 tree Block_byref_type; in new_block_byref_decl() local5378 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()