Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/smatch/src/
H A Dcheck_debug.c564 struct range_list *one_rl, *two_rl; in match_intersection() local
571 get_absolute_rl(two, &two_rl); in match_intersection()
573 res = rl_intersection(one_rl, two_rl); in match_intersection()
574 sm_msg("'%s' intersect '%s' is '%s'", show_rl(one_rl), show_rl(two_rl), show_rl(res)); in match_intersection()
H A Dsmatch_ranges.c1534 struct range_list *do_intersection(struct range_list *one_rl, struct range_list *two_rl) in do_intersection() argument
1541 PREPARE_PTR_LIST(two_rl, two); in do_intersection()
1571 sm_fatal("error calculating intersection of '%s' and '%s'", show_rl(one_rl), show_rl(two_rl)); in do_intersection()