Home
last modified time | relevance | path

Searched refs:SYM_BASETYPE (Results 1 – 25 of 25) sorted by relevance

/illumos-gate/usr/src/tools/smatch/src/
H A Dsymbol.c481 case SYM_BASETYPE: in examine_symbol_type()
528 [SYM_BASETYPE] = "basetype", in get_type_name()
751 { &void_ctype, SYM_BASETYPE, 0, NULL, NULL, NULL },
752 { &type_ctype, SYM_BASETYPE, MOD_TYPE, NULL, NULL, NULL },
753 { &incomplete_ctype,SYM_BASETYPE, 0, NULL, NULL, NULL },
754 { &bad_ctype, SYM_BASETYPE, 0, NULL, NULL, NULL },
762 …{ &int_ctype, SYM_BASETYPE, MOD_SIGNED, &bits_in_int, &max_int_alignment, &int_type …
775 …{ &float_ctype, SYM_BASETYPE, 0, &bits_in_float, &max_fp_alignment, &fp_type …
779 …{ &float32_ctype, SYM_BASETYPE, 0, &bits_in_type32, &max_fp_alignment, &fp_type …
781 …{ &float64_ctype, SYM_BASETYPE, 0, &bits_in_type64, &max_fp_alignment, &fp_type …
[all …]
H A Dsmatch_array_values.c117 if (!type || type->type != SYM_BASETYPE) in get_array_rl()
167 if (!type || type->type != SYM_BASETYPE) in match_assign()
H A Dsmatch_container_of.c413 if (offset == 0 && base_type && base_type->type == SYM_BASETYPE) in get_member_type_from_offset()
489 if (type->type == SYM_BASETYPE) in save_vals()
525 if (star || type->type == SYM_BASETYPE) { in load_tag_info_sym()
H A Dcheck_rosenberg.c156 if (!base || base->type != SYM_BASETYPE || !member->ident) in member_initialized()
177 if (!base || base->type != SYM_BASETYPE || !member->ident) in member_uninitialized()
H A Dsmatch_real_absolute.c116 if (type->type != SYM_PTR && type->type != SYM_BASETYPE && in match_assign()
H A Dctags.c159 case SYM_BASETYPE: in examine_symbol()
H A Dast-inspect.c104 [SYM_BASETYPE] = "SYM_BASETYPE", in symbol_type_name()
H A Dcheck_nospec.c212 if (!type || type->type != SYM_BASETYPE) in mark_user_data_as_nospec()
H A Dcheck_signed.c48 if (!sym || sym->type != SYM_BASETYPE) { in match_assign()
H A Dsmatch_type.c32 if (sym->type == SYM_BASETYPE) in get_real_base_type()
838 if (type->type == SYM_BASETYPE) { in type_str_helper()
H A Dshow-parse.c53 [SYM_BASETYPE] = "base", in do_debug_symbol()
311 if (sym->type == SYM_BASETYPE || sym->type == SYM_ENUM) in do_show_type()
H A Dsmatch_constraints_required.c440 if (!type || type->type != SYM_BASETYPE) in match_assign_constraint()
H A Dsymbol.h59 SYM_BASETYPE, enumerator
H A Dsmatch_struct_assignment.c170 if (type->type != SYM_BASETYPE) in handle_non_struct_assignments()
H A Dsmatch_kernel_user_data.c286 if (type->type == SYM_BASETYPE) in tag_as_user_data()
494 if (!type || type->type != SYM_BASETYPE) in set_points_to_user_data()
H A Ddissect.c94 case SYM_BASETYPE: in fix_mode()
H A Dsmatch_buf_size.c658 if (type->type != SYM_BASETYPE && type->type != SYM_PTR) in store_alloc()
H A Dcompile-i386.c1823 case SYM_BASETYPE: in x86_symbol()
1861 if (sym->initializer && (type->type != SYM_BASETYPE) && in x86_symbol()
H A Dexpand.c1312 while (ctype->type != SYM_BASETYPE) in __get_expression_value()
H A Dsparse-llvm.c194 case SYM_BASETYPE: in symbol_type()
H A Devaluate.c391 if (type->type == SYM_BASETYPE) { in classify_type()
796 case SYM_BASETYPE: in type_difference()
H A Dsmatch_db.c2759 if (type && type->type == SYM_BASETYPE) in get_mtag_name_var_sym()
H A Dsmatch_extra.c1286 if (!type || type->type != SYM_BASETYPE) in clear_pointed_at_state()
H A Dlinearize.c1272 case SYM_BASETYPE: in get_mtype()
H A Dparse.c1664 type = alloc_symbol(token->pos, SYM_BASETYPE); in declaration_specifiers()