Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/smatch/src/
H A Dsmatch_parse_call_math.c27 } alloc_functions[] = { variable
567 for (i = 0; i < ARRAY_SIZE(alloc_functions); i++) { in get_allocation_recipe_from_call()
568 if (strcmp(sym->ident->name, alloc_functions[i].func) == 0) { in get_allocation_recipe_from_call()
571 snprintf(buf, sizeof(buf), "$%d", alloc_functions[i].param); in get_allocation_recipe_from_call()
640 for (i = 0; i < ARRAY_SIZE(alloc_functions); i++) in register_parse_call_math()
641 add_function_assign_hook(alloc_functions[i].func, &match_alloc, in register_parse_call_math()
642 INT_PTR(alloc_functions[i].param)); in register_parse_call_math()