Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/smatch/src/
H A Dcheck_memcpy_overflow.c53 int struct_bytes; in bytes_to_end_of_struct() local
68 struct_bytes = get_array_size_bytes_max(deref); in bytes_to_end_of_struct()
69 if (struct_bytes <= 0) { in bytes_to_end_of_struct()
71 struct_bytes = type_bytes(type); in bytes_to_end_of_struct()
76 return struct_bytes - expr->member_offset; in bytes_to_end_of_struct()