Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DCasting.h254 static inline bool isPossible(const From &f) {
267 static inline bool isPossible(const std::optional<From> &f) {
279 static inline bool isPossible(const From &f) { return true; }
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))
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DPointerUnion.h235 template <typename To> static inline bool isPossible(From &F) {
240 assert(isPossible<To>(F) && "cast to an incompatible type!");
253 static inline bool isPossible(From &f) {
254 return Impl::template isPossible<To>(f);
/freebsd/contrib/llvm-project/clang/include/clang/ExtractAPI/
H A DAPI.h1532 static bool isPossible(FromTy *From) { return RecordContext::classof(From); } in isPossible() function
1543 static bool isPossible(const FromTy *From) { return true; }
1558 static bool isPossible(RecordContext *Ctx) {
1572 static bool isPossible(RecordContext *Ctx) {
1593 static inline bool isPossible(FromTy *From) {
1595 FromTy>::isPossible(From);
1616 static inline bool isPossible(::clang::extractapi::RecordContext *Ctx) {
1618 ToTy>::isPossible(Ctx);
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSVals.h540 static bool isPossible(const From &V) {
548 if (!Self::isPossible(f))
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenDAGPatterns.h214 bool isPossible() const;
H A DCodeGenDAGPatterns.cpp109 bool TypeSetByHwMode::isPossible() const { in isPossible() function in TypeSetByHwMode
1848 if (!S.isPossible()) in hasPossibleType()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlan.h3517 static inline bool isPossible(const VPRecipeBase *f) {
3547 if (!Self::isPossible(f))