HomeSort by: relevance | last modified time | path
    Searched refs:every_set (Results 1 - 8 of 8) sorted by relevancy

  /src/external/mit/isl/dist/
isl_test_cpp-generic.cc 205 assert(!IS_TRUE(us.every_set(is_empty)));
210 assert(IS_TRUE(us.every_set(is_non_empty)));
215 assert(!IS_TRUE(us.every_set(in_A)));
220 assert(!IS_TRUE(us.every_set(not_in_A)));
isl_test_python.py 256 assert(not us.every_set(is_empty))
260 assert(us.every_set(is_non_empty))
264 assert(not us.every_set(in_A))
268 assert(not us.every_set(not_in_A))
isl_test_cpp-checked.cc 177 assert(us.every_set(fail).is_error());
isl_test_cpp.cc 167 us.every_set(fail);
  /src/external/mit/isl/dist/include/isl/
cpp-checked.h 1621 inline boolean every_set(const std::function<boolean(isl::checked::set)> &test) const;
2654 inline boolean every_set(const std::function<boolean(isl::checked::set)> &test) const;
3626 inline boolean every_set(const std::function<boolean(isl::checked::set)> &test) const;
4295 inline boolean every_set(const std::function<boolean(isl::checked::set)> &test) const;
8469 boolean basic_set::every_set(const std::function<boolean(isl::checked::set)> &test) const function in class:isl::checked::basic_set
8471 return isl::checked::set(*this).every_set(test);
13117 boolean point::every_set(const std::function<boolean(isl::checked::set)> &test) const function in class:isl::checked::point
13119 return isl::checked::basic_set(*this).every_set(test);
17034 boolean set::every_set(const std::function<boolean(isl::checked::set)> &test) const function in class:isl::checked::set
17036 return isl::checked::union_set(*this).every_set(test)
20143 boolean union_set::every_set(const std::function<boolean(isl::checked::set)> &test) const function in class:isl::checked::union_set
    [all...]
cpp.h 1687 inline bool every_set(const std::function<bool(isl::set)> &test) const;
2720 inline bool every_set(const std::function<bool(isl::set)> &test) const;
3692 inline bool every_set(const std::function<bool(isl::set)> &test) const;
4361 inline bool every_set(const std::function<bool(isl::set)> &test) const;
10079 bool basic_set::every_set(const std::function<bool(isl::set)> &test) const function in class:isl::basic_set
10083 return isl::set(*this).every_set(test);
17590 bool point::every_set(const std::function<bool(isl::set)> &test) const function in class:isl::point
17594 return isl::basic_set(*this).every_set(test);
23675 bool set::every_set(const std::function<bool(isl::set)> &test) const function in class:isl::set
23679 return isl::union_set(*this).every_set(test)
29050 bool union_set::every_set(const std::function<bool(isl::set)> &test) const function in class:isl::union_set
    [all...]
typed_cpp.h 2331 inline bool every_set(const std::function<bool(typed::set<>)> &test) const;
2492 inline bool every_set(const std::function<bool(typed::set<Domain>)> &test) const;
2660 inline bool every_set(const std::function<bool(typed::set<pair<Domain, Range>>)> &test) const;
6953 inline bool every_set(const std::function<bool(typed::set<>)> &test) const;
7110 inline bool every_set(const std::function<bool(typed::set<Domain>)> &test) const;
7274 inline bool every_set(const std::function<bool(typed::set<pair<Domain, Range>>)> &test) const;
9473 inline bool every_set(const std::function<bool(typed::set<>)> &test) const;
9646 inline bool every_set(const std::function<bool(typed::set<Domain>)> &test) const;
9828 inline bool every_set(const std::function<bool(typed::set<pair<Domain, Range>>)> &test) const;
13834 inline bool every_set(const std::function<bool(typed::set<>)> &test) const
21150 bool typed::basic_set<>::every_set(const std::function<bool(typed::set<>)> &test) const function in class:isl::typed::typed::basic_set
21443 bool typed::basic_set<Domain>::every_set(const std::function<bool(typed::set<Domain>)> &test) const function in class:isl::typed::typed::basic_set
21957 bool typed::basic_set<pair<Domain, Range>>::every_set(const std::function<bool(typed::set<pair<Domain, Range>>)> &test) const function in class:isl::typed::typed::basic_set
34108 bool typed::point<>::every_set(const std::function<bool(typed::set<>)> &test) const function in class:isl::typed::typed::point
34371 bool typed::point<Domain>::every_set(const std::function<bool(typed::set<Domain>)> &test) const function in class:isl::typed::typed::point
34852 bool typed::point<pair<Domain, Range>>::every_set(const std::function<bool(typed::set<pair<Domain, Range>>)> &test) const function in class:isl::typed::typed::point
41208 bool typed::set<>::every_set(const std::function<bool(typed::set<>)> &test) const function in class:isl::typed::typed::set
41519 bool typed::set<Domain>::every_set(const std::function<bool(typed::set<Domain>)> &test) const function in class:isl::typed::typed::set
42083 bool typed::set<pair<Domain, Range>>::every_set(const std::function<bool(typed::set<pair<Domain, Range>>)> &test) const function in class:isl::typed::typed::set
51492 bool typed::union_set<>::every_set(const std::function<bool(typed::set<>)> &test) const function in class:isl::typed::typed::union_set
51726 bool typed::union_set<Domain>::every_set(const std::function<bool(typed::set<Domain>)> &test) const function in class:isl::typed::typed::union_set
52077 bool typed::union_set<pair<Domain, Range>>::every_set(const std::function<bool(typed::set<pair<Domain, Range>>)> &test) const function in class:isl::typed::typed::union_set
    [all...]
  /src/external/mit/isl/dist/interface/
isl.py 10924 def every_set(arg0, arg1): member in class:union_set

Completed in 128 milliseconds