Home
last modified time | relevance | path

Searched refs:is_int_type (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/tools/smatch/src/
H A Dsparse-llvm.c422 if (ctype && is_int_type(ctype)) { in value_to_ivalue()
449 if (is_int_type(ctype)) in adjust_type()
877 assert(is_int_type(otype)); in output_op_ptrcast()
883 assert(is_int_type(insn->type)); in output_op_ptrcast()
910 assert(is_int_type(insn->type)); in output_op_cast()
920 } else if (is_int_type(otype)) { in output_op_cast()
H A Dparse.c903 if (is_int_type(ctype) && val_in_range(&irange, val, ctype)) { in cast_enum_list()
938 } else if (is_int_type(ctype)) { in parse_enum_declaration()
981 } else if (is_int_type(base_type) && is_int_type(ctype)) { in parse_enum_declaration()
998 if (is_int_type(base_type)) { in parse_enum_declaration()
1013 else if (!is_int_type(base_type)) in parse_enum_declaration()
1660 if (!is_int_type(ctx->ctype.base_type)) { in declaration_specifiers()
1922 if (ctype->base_type != &int_type && !is_int_type(ctype->base_type)) { in handle_bitfield()
H A Dsymbol.h350 static inline int is_int_type(const struct symbol *type) in is_int_type() function