Home
last modified time | relevance | path

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

/third_party/ltp/tools/sparse/sparse-src/
Dcompile-i386.c188 static struct function *current_func = NULL; variable
404 return current_func->stack_size + ((1 + s->idx) * 4); in arg_offset()
523 struct function *f = current_func; in stack_alloc()
628 struct function *f = current_func; in insn()
646 struct function *f = current_func; in emit_comment()
661 struct function *f = current_func; in emit_label()
674 struct function *f = current_func; in emit_labelsym()
842 assert(current_func == NULL); in emit_func_pre()
843 current_func = f; in emit_func_pre()
850 struct function *f = current_func; in emit_func_post()
[all …]
/third_party/ffmpeg/tests/checkasm/
Dcheckasm.c270 CheckasmFunc *current_func; member
754 state.current_func = get_func(&state.funcs, name_buf); in checkasm_check_func()
756 v = &state.current_func->versions; in checkasm_check_func()
789 !strncmp(state.current_func->name, state.bench_pattern, state.bench_pattern_len); in checkasm_bench_func()
799 … fprintf(stderr, " %s_%s (", state.current_func->name, cpu_suffix(state.current_func_ver->cpu)); in checkasm_fail_func()