Home
last modified time | relevance | path

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

/dports/devel/libfirm/libfirm-1.21.0/ir/tv/
H A Dtv.c215 temp = (char*) alloca(sc_get_buffer_length()); in get_tarval_overflow()
216 memcpy(temp, value, sc_get_buffer_length()); in get_tarval_overflow()
228 temp = (char*) alloca(sc_get_buffer_length()); in get_tarval_overflow()
229 memcpy(temp, value, sc_get_buffer_length()); in get_tarval_overflow()
245 temp = (char*) alloca(sc_get_buffer_length()); in get_tarval_overflow()
246 memcpy(temp, value, sc_get_buffer_length()); in get_tarval_overflow()
305 buffer = alloca(sc_get_buffer_length()); in new_integer_tarval_from_str()
360 buffer = alloca(sc_get_buffer_length()); in new_tarval_from_str_int()
922 buffer = (char*) alloca(sc_get_buffer_length()); in tarval_not()
953 buffer = (char*) alloca(sc_get_buffer_length()); in tarval_neg()
[all …]
H A Dstrcalc.h194 int sc_get_buffer_length(void);
H A Dfltcalc.c1391 value_size = sc_get_buffer_length(); in init_fltcalc()
H A Dstrcalc.c778 int sc_get_buffer_length(void) in sc_get_buffer_length() function