Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/smatch/src/
H A Dexpand.c73 static long long get_longlong(struct expression *expr) in get_longlong() function
109 value = get_longlong(old); in cast_value()
152 expr->fvalue = (long double)get_longlong(old); in cast_value()
186 long long count = get_longlong(right); in check_shift_count()