Home
last modified time | relevance | path

Searched refs:SYM_STRUCT (Results 1 – 16 of 16) 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.h64 SYM_STRUCT, enumerator
436 return type->type == SYM_STRUCT; in is_struct_type()
Dctags.c142 case SYM_STRUCT: in examine_symbol()
Dast-inspect.c109 [SYM_STRUCT] = "SYM_STRUCT", in symbol_type_name()
Dsparse.c286 case SYM_STRUCT: case SYM_UNION: case SYM_ARRAY: in list_compound_symbol()
Dc2xml.c207 case SYM_STRUCT: in examine_symbol()
Dshow-parse.c58 [SYM_STRUCT] = "strt", in do_debug_symbol()
362 case SYM_STRUCT: in do_show_type()
486 case SYM_STRUCT: in show_symbol()
Dsymbol.c191 if (sym->type != SYM_STRUCT && sym->type != SYM_UNION) in examine_anonymous_member()
583 case SYM_STRUCT: in examine_symbol_type()
627 [SYM_STRUCT] = "struct", 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.c32 case SYM_STRUCT: in is_promotable()
Devaluate.c353 [SYM_STRUCT] = TYPE_COMPOUND, in classify_type()
711 case SYM_STRUCT: in type_difference()
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()
2097 const char *type = ctype->type == SYM_STRUCT ? "struct" : "union"; in evaluate_member_dereference()
2482 if (ctype->type != SYM_STRUCT && ctype->type != SYM_UNION) { in check_designators()
Dparse.c802 return struct_union_enum_specifier(SYM_STRUCT, token, ctx, parse_struct_declaration); in struct_specifier()
1296 if (ctx->ctype.base_type && ctx->ctype.base_type->type == SYM_STRUCT) in attribute_designated_init()
2945 case SYM_STRUCT: in external_declaration()
Dexpand.c643 case SYM_STRUCT: in default_initializer()
Dsparse-llvm.c203 case SYM_STRUCT: in symbol_type()
Dcompile-i386.c1834 case SYM_STRUCT: in x86_symbol()
/third_party/ltp/tools/sparse/sparse-src/Documentation/
Dtypes.rst98 SYM_STRUCT chapter