Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/
H A DCasting.h254 static inline bool isPossible(const From &f) {
311 if (!Derived::isPossible(f))
355 if (!Self::isPossible(f.get()))
395 static inline bool isPossible(const From &f) {
396 return ForwardTo::isPossible(const_cast<NonConstFrom>(f));
424 static inline bool isPossible(const From &f) {
425 return ForwardTo::isPossible(&f);
493 if (!Self::isPossible(f))
508 static inline bool isPossible(From &f) {
509 return SimplifiedSelf::isPossible(
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ADT/
H A DPointerUnion.h229 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);
/freebsd-14.2/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSVals.h493 static bool isPossible(const From &V) {
501 if (!Self::isPossible(f))
/freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.h226 bool isPossible() const;
H A DCodeGenDAGPatterns.cpp117 bool TypeSetByHwMode::isPossible() const { in isPossible() function in TypeSetByHwMode
1786 if (!S.isPossible()) in hasPossibleType()