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

/freebsd-10.1-release/contrib/gcc/
H A Dc-decl.c3637 tree Block_byref_type;
3647 Block_byref_type = start_struct (RECORD_TYPE, get_identifier (string));
3657 build_pointer_type (Block_byref_type));
3693 finish_struct (Block_byref_type, field_decl_chain, NULL_TREE);
3697 TREE_TYPE (decl) = Block_byref_type;
3621 tree Block_byref_type; local
/freebsd-10.1-release/contrib/gcc/cp/
H A Ddecl.c5377 tree Block_byref_type;
5388 /* Block_byref_type = start_struct (RECORD_TYPE, get_identifier (string)); */
5389 Block_byref_type = block_start_struct (get_identifier (string));
5399 build_pointer_type (Block_byref_type));
5434 /* finish_struct (Block_byref_type, field_decl_chain, NULL_TREE); */
5435 block_finish_struct (Block_byref_type, fields);
5440 TREE_TYPE (decl) = Block_byref_type;
5366 tree Block_byref_type; local

Completed in 140 milliseconds