Home
last modified time | relevance | path

Searched refs:SYM_UNION (Results 1 – 15 of 15) sorted by relevance

/third_party/ltp/tools/sparse/sparse-src/
Dtest-dissect.c61 if (sym->type == SYM_STRUCT || sym->type == SYM_UNION) in r_symbol()
Dsymbol.h65 SYM_UNION, enumerator
443 return type->type == SYM_UNION; in is_union_type()
Dctags.c146 case SYM_UNION: in examine_symbol()
Dast-inspect.c110 [SYM_UNION] = "SYM_UNION", in symbol_type_name()
Dsparse.c286 case SYM_STRUCT: case SYM_UNION: case SYM_ARRAY: in list_compound_symbol()
Dc2xml.c208 case SYM_UNION: in examine_symbol()
Dshow-parse.c59 [SYM_UNION] = "unin", in do_debug_symbol()
368 case SYM_UNION: in do_show_type()
487 case SYM_UNION: in show_symbol()
Dsymbol.c191 if (sym->type != SYM_STRUCT && sym->type != SYM_UNION) in examine_anonymous_member()
585 case SYM_UNION: in examine_symbol_type()
628 [SYM_UNION] = "union", in get_type_name()
Ddissect.c135 if (type->type != SYM_STRUCT && type->type != SYM_UNION) in report_implicit()
230 case SYM_STRUCT: case SYM_UNION: //case SYM_ENUM: in examine_sym_node()
Dssa.c56 case SYM_UNION: in is_promotable()
Devaluate.c354 [SYM_UNION] = TYPE_COMPOUND, in classify_type()
710 case SYM_UNION: in type_difference()
1512 if (t->type != SYM_UNION || !t->transparent_union) in compatible_transparent_union()
2017 if (ctype->type != SYM_UNION && ctype->type != SYM_STRUCT) in find_identifier()
2090 if (!ctype || (ctype->type != SYM_STRUCT && ctype->type != SYM_UNION)) { in evaluate_member_dereference()
2482 if (ctype->type != SYM_STRUCT && ctype->type != SYM_UNION) { in check_designators()
2940 if (utype->type != SYM_UNION) in find_member_type()
Dparse.c807 return struct_union_enum_specifier(SYM_UNION, token, ctx, parse_union_declaration); in union_specifier()
1308 if (ctx->ctype.base_type && ctx->ctype.base_type->type == SYM_UNION) in attribute_transparent_union()
2946 case SYM_UNION: in external_declaration()
Dsparse-llvm.c200 case SYM_UNION: in symbol_type()
Dcompile-i386.c1835 case SYM_UNION: { in x86_symbol()
/third_party/ltp/tools/sparse/sparse-src/Documentation/
Dtypes.rst105 SYM_UNION chapter