Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/smatch/src/
H A Dcompile-i386.c522 static struct storage *stack_alloc(int n_bytes) in stack_alloc() function
1279 new = stack_alloc(4); in emit_compare()
1289 struct storage *new = stack_alloc(4); in emit_value()
1321 new = stack_alloc(expr->ctype->bit_size / 8); in emit_divide()
1430 new = stack_alloc(expr->ctype->bit_size / 8); in emit_binop()
1517 struct storage *new = stack_alloc(4); in emit_inc_dec()
1558 struct storage *new = stack_alloc(expr->ctype->bit_size / 8); in emit_conditional_expr()
1589 struct storage *new = stack_alloc(4); in emit_select_expr()
1622 struct storage *new = stack_alloc(4); in emit_symbol_expr_init()
1666 new = stack_alloc(newbits / 8); in emit_cast_expr()
[all …]