Searched refs:firsttype (Results 1 – 2 of 2) sorted by relevance
2360 struct neon_typed_alias firsttype; in parse_neon_el_struct_list() local2361 firsttype.defined = 0; in parse_neon_el_struct_list()2362 firsttype.eltype.type = NT_invtype; in parse_neon_el_struct_list()2363 firsttype.eltype.size = -1; in parse_neon_el_struct_list()2364 firsttype.index = -1; in parse_neon_el_struct_list()2389 firsttype = atype; in parse_neon_el_struct_list()2406 if (! neon_alias_types_same (&atype, &firsttype)) in parse_neon_el_struct_list()2439 if (! neon_alias_types_same (&htype, &firsttype)) in parse_neon_el_struct_list()2498 *eltype = firsttype.eltype; in parse_neon_el_struct_list()
3826 (parse_neon_el_struct_list): Initialize fields of firsttype.