Home
last modified time | relevance | path

Searched +defs:test +defs:all (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/flang/include/flang/Common/
H A Dconstexpr-bitset.h94 constexpr bool test(std::size_t x) const { in test() function
98 constexpr bool all() const { return bits_ == allBits; } in all() function
H A Denum-set.h136 constexpr bool test(enumerationType x) const { in test() function
139 constexpr bool all() const { return bitset_.all(); } in all() function
/llvm-project-15.0.7/polly/lib/External/isl/imath/
H A DMakefile66 all: objs examples test target
73 test: imtest pi bug-swap doc.md target
/llvm-project-15.0.7/llvm/include/llvm/ADT/
H A DSmallBitVector.h216 bool all() const { in all() function
472 bool test(unsigned Idx) const { in test() function
554 bool test(const SmallBitVector &RHS) const { in test() function
H A DBitVector.h168 bool all() const { in all() function
454 bool test(unsigned Idx) const { in test() function
529 bool test(const BitVector &RHS) const { in test() function
/llvm-project-15.0.7/polly/lib/External/isl/include/isl/
H A Disl-noexceptions.h28 #define ISLPP_ASSERT(test, message) \ argument
197 all = isl_dim_all enumerator
8154 boolean basic_map::every_map(const std::function<boolean(isl::map)> &test) const in every_map()
9232 boolean basic_set::every_set(const std::function<boolean(isl::set)> &test) const in every_set()
10894 boolean map::every_map(const std::function<boolean(isl::map)> &test) const in every_map()
14442 boolean point::every_set(const std::function<boolean(isl::set)> &test) const in every_set()
17531 boolean schedule_node::every_descendant(const std::function<boolean(isl::schedule_node)> &test) con… in every_descendant()
18694 boolean set::every_set(const std::function<boolean(isl::set)> &test) const in every_set()
20512 boolean union_map::every_map(const std::function<boolean(isl::map)> &test) const in every_map()
21993 boolean union_set::every_set(const std::function<boolean(isl::set)> &test) const in every_set()