Searched refs:comma_match (Results 1 – 2 of 2) sorted by relevance
206 bool comma_match(comma_list<T> const & cl, generic_spec<T> const & value) in comma_match() function289 if (!comma_match(cpu, spec.cpu)) in match()292 if (!comma_match(tid, spec.tid)) in match()295 if (!comma_match(tgid, spec.tgid)) in match()
29 Avoid complex conditionals via helper functions (e.g. comma_match)