Home
last modified time | relevance | path

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

/llvm-project-15.0.7/polly/lib/External/isl/include/isl/
H A Disl-noexceptions.h1487 inline boolean every_map(const std::function<boolean(isl::map)> &test) const;
2151 inline boolean every_map(const std::function<boolean(isl::map)> &test) const;
4324 inline boolean every_map(const std::function<boolean(isl::map)> &test) const;
8154 boolean basic_map::every_map(const std::function<boolean(isl::map)> &test) const in every_map() function
8156 return isl::map(*this).every_map(test); in every_map()
10894 boolean map::every_map(const std::function<boolean(isl::map)> &test) const in every_map() function
10896 return isl::union_map(*this).every_map(test); in every_map()
20512 boolean union_map::every_map(const std::function<boolean(isl::map)> &test) const in every_map() function