Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/smatch/src/
H A Dcheck_err_ptr_deref.c237 err_ptr_rl = clone_rl_permanent(alloc_rl(err_ptr_min, err_ptr_max)); in check_err_ptr_deref()
H A Dsmatch_mtag_data.c125 rl = clone_rl_permanent(rl); in insert_mtag_data()
H A Dsmatch_estate.c466 ret->value_ranges = clone_rl_permanent(dinfo->value_ranges); in clone_dinfo_perm()
H A Dsmatch_extra.h56 struct range_list *clone_rl_permanent(struct range_list *list);
H A Dsmatch_math.c41 zero_perm = clone_rl_permanent(alloc_rl(zero, zero)); in rl_zero()
50 one_perm = clone_rl_permanent(alloc_rl(one, one)); in rl_one()
H A Dsmatch_flow.c99 valid_ptr_rl = clone_rl_permanent(valid_ptr_rl); in alloc_valid_ptr_rl()
H A Dsmatch_ranges.c1021 struct range_list *clone_rl_permanent(struct range_list *list) in clone_rl_permanent() function