Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/tr2/
H A Dbool_set66 { return this->is_singleton() && this->equals(__b); }
81 bool is_singleton() const
88 if (! is_singleton())
222 is_singleton(bool_set __b)
223 { return __b.is_singleton(); }
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/tr2/
H A Dbool_set66 { return this->is_singleton() && this->equals(__b); }
81 bool is_singleton() const
88 if (! is_singleton())
222 is_singleton(bool_set __b)
223 { return __b.is_singleton(); }
/netbsd-src/external/mit/isl/dist/include/isl/
H A Dcpp-checked.h1650 inline boolean is_singleton() const;
2679 inline boolean is_singleton() const;
3655 inline boolean is_singleton() const;
8620 boolean basic_set::is_singleton() const in is_singleton() function
8622 return isl::checked::set(*this).is_singleton(); in is_singleton()
13242 boolean point::is_singleton() const in is_singleton() function
13244 return isl::checked::basic_set(*this).is_singleton(); in is_singleton()
17209 boolean set::is_singleton() const in is_singleton() function
H A Dcpp.h1716 inline bool is_singleton() const;
2745 inline bool is_singleton() const;
3721 inline bool is_singleton() const;
10312 bool basic_set::is_singleton() const in is_singleton() function
10316 return isl::set(*this).is_singleton(); in is_singleton()
17765 bool point::is_singleton() const in is_singleton() function
17769 return isl::basic_set(*this).is_singleton(); in is_singleton()
23980 bool set::is_singleton() const in is_singleton() function
/netbsd-src/external/mit/isl/dist/interface/
H A Disl.py11793 def is_singleton(arg0): member in set