Home
last modified time | relevance | path

Searched refs:size_t_ctype (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/tools/smatch/src/
H A Dbuiltin.c397 declare_builtin("__builtin_alloca", &ptr_ctype, 0, size_t_ctype, NULL); in declare_builtins()
411 declare_builtin("__builtin_calloc", &ptr_ctype, 0, size_t_ctype, size_t_ctype, NULL); in declare_builtins()
517 declare_builtin("__builtin_va_arg_pack_len", size_t_ctype, 0, NULL); in declare_builtins()
522 …ltin___memcpy_chk", &ptr_ctype, 0, &ptr_ctype, &const_ptr_ctype, size_t_ctype, size_t_ctype, NULL); in declare_builtins()
523 …tin___memmove_chk", &ptr_ctype, 0, &ptr_ctype, &const_ptr_ctype, size_t_ctype, size_t_ctype, NULL); in declare_builtins()
524 …tin___mempcpy_chk", &ptr_ctype, 0, &ptr_ctype, &const_ptr_ctype, size_t_ctype, size_t_ctype, NULL); in declare_builtins()
525 …"__builtin___memset_chk", &ptr_ctype, 0, &ptr_ctype, &int_ctype, size_t_ctype, size_t_ctype, NULL); in declare_builtins()
526 …__builtin___snprintf_chk", &int_ctype, 1, &string_ctype, size_t_ctype, &int_ctype , size_t_ctype, … in declare_builtins()
531 …ncat_chk", &string_ctype, 0, &string_ctype, &const_string_ctype, size_t_ctype, size_t_ctype, NULL); in declare_builtins()
532 …ncpy_chk", &string_ctype, 0, &string_ctype, &const_string_ctype, size_t_ctype, size_t_ctype, NULL); in declare_builtins()
[all …]
H A Dtarget.c7 struct symbol *size_t_ctype = &ulong_ctype; variable
134 size_t_ctype = &ulong_ctype; in init_target()
142 size_t_ctype = &ullong_ctype; in init_target()
H A Dtarget.h4 extern struct symbol *size_t_ctype;
H A Devaluate.c866 val->ctype = size_t_ctype; in evaluate_ptr_sub()
2269 expr->ctype = size_t_ctype; in evaluate_sizeof()
2270 return size_t_ctype; in evaluate_sizeof()
2303 expr->ctype = size_t_ctype; in evaluate_ptrsizeof()
2304 return size_t_ctype; in evaluate_ptrsizeof()
2318 expr->ctype = size_t_ctype; in evaluate_alignof()
2319 return size_t_ctype; in evaluate_alignof()
3200 expr->ctype = size_t_ctype; in evaluate_offsetof()
3235 m->ctype = size_t_ctype; in evaluate_offsetof()
3255 expr->ctype = size_t_ctype; in evaluate_offsetof()
[all …]
H A Dlib.c476 size_t_ctype = &ulong_ctype; in handle_arch_msize_long_finalize()
1285 predefined_ctype("UINTPTR", size_t_ctype, PTYPE_MAX|PTYPE_TYPE); in predefined_macros()
1287 predefined_ctype("SIZE", size_t_ctype, PTYPE_ALL_T|PTYPE_TYPE); in predefined_macros()
H A Dsymbol.h286 #define uintptr_ctype size_t_ctype
H A Dlinearize.c1380 src = cast_pseudo(ep, src, from, size_t_ctype); in cast_pseudo()
1381 from = size_t_ctype; in cast_pseudo()
1388 src = cast_pseudo(ep, src, from, size_t_ctype); in cast_pseudo()
1389 return cast_pseudo(ep, src, size_t_ctype, to); in cast_pseudo()
H A Dsmatch_math.c1140 ret.type = size_t_ctype; in handle_sizeof()
1371 res_sval->type = size_t_ctype; in get_offset_from_in()