Home
last modified time | relevance | path

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

/third_party/ltp/tools/sparse/sparse-src/
Dsymbol.h68 SYM_BITFIELD, enumerator
386 return type->type == SYM_BITFIELD || in is_int_type()
455 return type->bit_size == bits_in_char && type->type != SYM_BITFIELD; in is_byte_type()
485 case SYM_BITFIELD: in is_scalar_type()
564 #define is_bitfield_type(type) (get_sym_type(type) == SYM_BITFIELD)
Dsymbol.c114 if (sym->type == SYM_BITFIELD) in bitfield_base_size()
555 if (base->type == SYM_BITFIELD) in examine_typeof()
591 case SYM_BITFIELD: in examine_symbol_type()
631 [SYM_BITFIELD] = "bitfield", in get_type_name()
Dctags.c154 case SYM_BITFIELD: in examine_symbol()
Dast-inspect.c113 [SYM_BITFIELD] = "SYM_BITFIELD", in symbol_type_name()
Dshow-parse.c62 [SYM_BITFIELD] = "bitf", in do_debug_symbol()
314 sym->type != SYM_BITFIELD)) { in do_show_type()
385 case SYM_BITFIELD: in do_show_type()
Dssa.c28 case SYM_BITFIELD: in is_promotable()
Ddissect.c99 case SYM_BITFIELD: in fix_mode()
Dsparse-llvm.c187 case SYM_BITFIELD: in symbol_type()
Dlinearize.c935 if (base->type == SYM_BITFIELD) { in bitfield_base_type()
1268 case SYM_BITFIELD: in get_mtype()
Dparse.c785 if (base && base->type == SYM_BITFIELD) in parse_struct_declaration()
1860 bitfield = alloc_indirect_symbol(token->pos, ctype, SYM_BITFIELD); in handle_bitfield()
Devaluate.c164 if (type->type == SYM_BITFIELD) { in integer_promotion()
355 [SYM_BITFIELD] = TYPE_NUM | TYPE_BITFIELD, in classify_type()
/third_party/ltp/tools/sparse/sparse-src/Documentation/
Dtypes.rst116 SYM_BITFIELD chapter