Searched refs:isPossible (Results 1 – 6 of 6) sorted by relevance
254 static inline bool isPossible(const From &f) {267 static inline bool isPossible(const std::optional<From> &f) {280 static inline bool isPossible(const From &f) { return true; }312 if (!Derived::isPossible(f))356 if (!Self::isPossible(f))396 static inline bool isPossible(const From &f) {397 return ForwardTo::isPossible(const_cast<NonConstFrom>(f));425 static inline bool isPossible(const From &f) {426 return ForwardTo::isPossible(&f);494 if (!Self::isPossible(f))[all …]
229 template <typename To> static inline bool isPossible(From &F) {234 assert(isPossible<To>(F) && "cast to an incompatible type !");247 static inline bool isPossible(From &f) {248 return Impl::template isPossible<To>(f);
567 static bool isPossible(const From &V) {575 if (!Self::isPossible(f))
475 struct called ``CastInfo``. ``CastInfo`` provides 4 methods, ``isPossible``,534 static bool isPossible(const T *t) {
223 bool isPossible() const;
116 bool TypeSetByHwMode::isPossible() const { in isPossible() function in TypeSetByHwMode1805 if (!S.isPossible()) in hasPossibleType()