Home
last modified time | relevance | path

Searched refs:SYM_BITFIELD (Results 1 – 11 of 11) sorted by relevance

/illumos-gate/usr/src/tools/smatch/src/
H A Dsymbol.h70 SYM_BITFIELD, enumerator
356 return type->type == SYM_BITFIELD || in is_int_type()
413 return type->bit_size == bits_in_char && type->type != SYM_BITFIELD; in is_byte_type()
436 case SYM_BITFIELD: in is_scalar_type()
506 #define is_bitfield_type(type) (get_sym_type(type) == SYM_BITFIELD)
H A Dctags.c154 case SYM_BITFIELD: in examine_symbol()
H A Dsymbol.c115 if (sym->type == SYM_BITFIELD) in bitfield_base_size()
479 case SYM_BITFIELD: in examine_symbol_type()
539 [SYM_BITFIELD] = "bitfield", in get_type_name()
H A Dast-inspect.c115 [SYM_BITFIELD] = "SYM_BITFIELD", in symbol_type_name()
H A Dshow-parse.c64 [SYM_BITFIELD] = "bitf", in do_debug_symbol()
304 sym->type != SYM_BITFIELD)) { in do_show_type()
374 case SYM_BITFIELD: in do_show_type()
H A Dssa.c28 case SYM_BITFIELD: in is_promotable()
H A Ddissect.c98 case SYM_BITFIELD: in fix_mode()
H A Dsparse-llvm.c187 case SYM_BITFIELD: in symbol_type()
H A Dlinearize.c947 if (base->type == SYM_BITFIELD) in bitfield_base_type()
1264 case SYM_BITFIELD: in get_mtype()
H A Dparse.c786 if (base && base->type == SYM_BITFIELD) in parse_struct_declaration()
1929 bitfield = alloc_indirect_symbol(token->pos, ctype, SYM_BITFIELD); in handle_bitfield()
H A Devaluate.c145 if (type->type == SYM_BITFIELD) { in integer_promotion()
375 [SYM_BITFIELD] = TYPE_NUM | TYPE_BITFIELD, in classify_type()