Home
last modified time | relevance | path

Searched refs:ssize_t_ctype (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/tools/smatch/src/
H A Dtarget.c8 struct symbol *ssize_t_ctype = &long_ctype; variable
135 ssize_t_ctype = &long_ctype; in init_target()
143 ssize_t_ctype = &llong_ctype; in init_target()
H A Dtarget.h5 extern struct symbol *ssize_t_ctype;
H A Dsmatch_address.c294 bytes.type = ssize_t_ctype; in get_address_rl()
H A Dlib.c477 ssize_t_ctype = &long_ctype; in handle_arch_msize_long_finalize()
1284 predefined_ctype("INTPTR", ssize_t_ctype, PTYPE_MAX|PTYPE_TYPE|PTYPE_WIDTH); in predefined_macros()
1286 predefined_ctype("PTRDIFF", ssize_t_ctype, PTYPE_ALL_T|PTYPE_TYPE); in predefined_macros()
H A Devaluate.c633 val->ctype = ssize_t_ctype; in evaluate_ptr_add()
639 index = cast_to(index, ssize_t_ctype); in evaluate_ptr_add()
645 val->ctype = ssize_t_ctype; in evaluate_ptr_add()
649 mul->ctype = ssize_t_ctype; in evaluate_ptr_add()
859 expr->ctype = ssize_t_ctype; in evaluate_ptr_sub()
877 sub->ctype = ssize_t_ctype; in evaluate_ptr_sub()
886 return ssize_t_ctype; in evaluate_ptr_sub()
H A Dsymbol.h287 #define intptr_ctype ssize_t_ctype
H A Dsmatch_math.c1297 sval_t sval = { .type = ssize_t_ctype }; in get_offset_from_down()
1331 res_sval->type = ssize_t_ctype; in get_offset_from_down()
1346 res_sval->type = ssize_t_ctype; in get_offset_from_down()
H A Dsmatch_sval.c607 ret.type = ssize_t_ctype; in ptr_binop()
H A Dsmatch_type.c100 return ssize_t_ctype; in get_binop_type()