Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/smatch/src/
H A Dsmatch_buf_size.c463 static struct range_list *alloc_int_rl(int value) in alloc_int_rl() function
485 return alloc_int_rl(expr->string->length); in get_array_size_bytes_rl()
507 return alloc_int_rl(size - offset.value); in get_array_size_bytes_rl()
517 return alloc_int_rl(size); in get_array_size_bytes_rl()
522 return alloc_int_rl(elements_to_bytes(expr, size)); in get_array_size_bytes_rl()
527 return alloc_int_rl(elements_to_bytes(expr, size)); in get_array_size_bytes_rl()
531 return alloc_int_rl(size); in get_array_size_bytes_rl()
708 rl = alloc_int_rl(0); in match_array_assignment()