Home
last modified time | relevance | path

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

/openbsd/sys/dev/microcode/aic7xxx/
H A Daicasm.c524 symbol_node_t *cur_func; in output_listing() local
544 for (func_count = 0, cur_func = SLIST_FIRST(&patch_functions); in output_listing()
545 cur_func != NULL; in output_listing()
546 cur_func = SLIST_NEXT(cur_func, links)) in output_listing()
565 for (cur_func = SLIST_FIRST(&patch_functions); in output_listing()
566 cur_func != NULL && SLIST_NEXT(cur_func, links) != NULL; in output_listing()
567 cur_func = SLIST_NEXT(cur_func, links), func_count--) { in output_listing()
570 fprintf(stdout, "\n(%s)\n", cur_func->symbol->name); in output_listing()
/openbsd/gnu/llvm/llvm/utils/
H A Dupdate_mir_test_checks.py159 cur_func = None
165 result.append(cur_func)
166 cur_func = m.group('func')
172 result.append(cur_func)