Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gcc/
H A Dc-parser.c8533 tree block_struct_type; in c_build_generic_block_struct_type() local
8536 block_struct_type = start_struct (RECORD_TYPE, in c_build_generic_block_struct_type()
8558 TYPE_BLOCK_IMPL_STRUCT (block_struct_type) = 1; in c_build_generic_block_struct_type()
8561 return block_struct_type; in c_build_generic_block_struct_type()
8592 tree block_struct_type; in build_block_struct_type() local
8672 return block_struct_type; in build_block_struct_type()
8707 size = TREE_INT_CST_LOW (TYPE_SIZE_UNIT (block_struct_type)); in build_descriptor_block_decl()
8758 build_block_struct_initlist (tree block_struct_type, in build_block_struct_initlist() argument
8779 fields = TYPE_FIELDS (block_struct_type); in build_block_struct_initlist()
8961 initlist = build_block_struct_initlist (block_struct_type, in build_block_literal_tmp()
[all …]
/freebsd-12.1/contrib/gcc/cp/
H A Dparser.c19037 tree block_struct_type; in c_build_generic_block_struct_type() local
19045 pushclass (block_struct_type); in c_build_generic_block_struct_type()
19071 TYPE_FIELDS (block_struct_type) = fields; in c_build_generic_block_struct_type()
19074 block_struct_type); in c_build_generic_block_struct_type()
19075 TYPE_STUB_DECL (block_struct_type) = TYPE_NAME (block_struct_type); in c_build_generic_block_struct_type()
19080 return block_struct_type; in c_build_generic_block_struct_type()
19111 tree block_struct_type; in build_block_struct_type() local
19146 pushclass (block_struct_type); in build_block_struct_type()
19209 TYPE_NAME (block_struct_type) = in build_block_struct_type()
19211 TYPE_STUB_DECL (block_struct_type) = TYPE_NAME (block_struct_type); in build_block_struct_type()
[all …]