Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/smatch/src/
H A Dcompile-i386.c189 static struct function *current_func = NULL; variable
405 return current_func->stack_size + ((1 + s->idx) * 4); in arg_offset()
524 struct function *f = current_func; in stack_alloc()
629 struct function *f = current_func; in insn()
647 struct function *f = current_func; in emit_comment()
662 struct function *f = current_func; in emit_label()
675 struct function *f = current_func; in emit_labelsym()
843 assert(current_func == NULL); in emit_func_pre()
844 current_func = f; in emit_func_pre()
851 struct function *f = current_func; in emit_func_post()
[all …]