Searched refs:has_intersections (Results 1 – 11 of 11) sorted by relevance
35 bool has_intersections; // set to true if there is at least one member39 : has_intersections(false) in stateless_predicate_based_interrupt_policy()46 has_intersections = !detail::check_iterator_range in apply()52 return has_intersections; in apply()67 bool has_intersections; // set to true if there is at least one member73 : has_intersections(false) in predicate_based_interrupt_policy()81 has_intersections = !detail::check_iterator_range in apply()87 return has_intersections; in apply()
39 bool has_intersections; member42 : has_intersections(false) in disjoint_interrupt_policy()51 has_intersections = true; in apply()
52 static bool const has_intersections = false; member168 return ! interrupt_policy.has_intersections; in apply()
94 static bool const has_intersections = false; member
79 return policy.has_intersections; in apply()
95 if (interrupt_policy.has_intersections) in apply()
156 return !interrupt_policy.has_intersections; in apply()
65 inline bool has_intersections() const in has_intersections() function
1326 if (! ring.has_intersections() in discard_nonintersecting_deflated_rings()1387 if (! it->has_intersections()) in reverse()1418 if (! it->has_intersections() in assign()
232 return interrupt_policy.has_intersections; in has_self_intersections()
132 static bool const has_intersections = false; member