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

/freebsd-10.1-release/contrib/gcc/
H A Dc-parser.c8539 tree block_struct_type;
8542 block_struct_type = start_struct (RECORD_TYPE,
8564 TYPE_BLOCK_IMPL_STRUCT (block_struct_type) = 1;
8565 finish_struct (block_struct_type, field_decl_chain, NULL_TREE);
8567 return block_struct_type;
8598 tree block_struct_type;
8622 block_struct_type = start_struct (RECORD_TYPE, get_identifier (buffer));
8677 finish_struct (block_struct_type, field_decl_chain, NULL_TREE);
8678 return block_struct_type;
8690 build_descriptor_block_decl (tree block_struct_type, struc
8533 tree block_struct_type; local
8592 tree block_struct_type; local
8684 build_descriptor_block_decl(tree block_struct_type, struct block_sema_info *block_impl) argument
8758 build_block_struct_initlist(tree block_struct_type, struct block_sema_info *block_impl) argument
8942 tree block_struct_type = TREE_TYPE (block_impl->block_arg_ptr_type); local
[all...]
/freebsd-10.1-release/contrib/gcc/cp/
H A Dparser.c18955 build_descriptor_block_decl (tree block_struct_type, struct block_sema_info *block_impl)
18975 size = TREE_INT_CST_LOW (TYPE_SIZE_UNIT (block_struct_type));
19040 tree block_struct_type;
19043 block_struct_type = xref_tag (record_type,
19046 xref_basetypes (block_struct_type, NULL_TREE);
19047 CLASSTYPE_DECLARED_CLASS (block_struct_type) = 0;
19048 pushclass (block_struct_type);
19074 TYPE_FIELDS (block_struct_type) = fields;
19075 TYPE_NAME (block_struct_type) = build_decl (TYPE_DECL,
19077 block_struct_type);
18952 build_descriptor_block_decl(tree block_struct_type, struct block_sema_info *block_impl) argument
19037 tree block_struct_type; local
19111 tree block_struct_type; local
19415 tree block_struct_type = TREE_TYPE (block_impl->block_arg_ptr_type); local
[all...]

Completed in 214 milliseconds