Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DCasting.h254 static inline bool isPossible(const From &f) {
267 static inline bool isPossible(const Optional<From> &f) {
312 if (!Derived::isPossible(f))
356 if (!Self::isPossible(f))
396 static inline bool isPossible(const From &f) {
425 static inline bool isPossible(const From &f) {
426 return ForwardTo::isPossible(&f);
494 if (!Self::isPossible(f))
509 static inline bool isPossible(From &f) {
510 return SimplifiedSelf::isPossible(
[all …]
/llvm-project-15.0.7/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);
/llvm-project-15.0.7/mlir/include/mlir/IR/
H A DOperation.h817 static bool isPossible(::mlir::Operation *op) { return T::classof(op); }
832 static bool isPossible(::mlir::Operation &val) { return T::classof(&val); }
849 static bool isPossible(::mlir::Operation *op) { return true; }
/llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSVals.h568 static bool isPossible(const From &V) {
576 if (!Self::isPossible(f))
/llvm-project-15.0.7/llvm/docs/
H A DHowToSetUpLLVMStyleRTTI.rst475 struct called ``CastInfo``. ``CastInfo`` provides 4 methods, ``isPossible``,
534 static bool isPossible(const T *t) {
/llvm-project-15.0.7/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.h223 bool isPossible() const;
H A DCodeGenDAGPatterns.cpp116 bool TypeSetByHwMode::isPossible() const { in isPossible() function in TypeSetByHwMode
1807 if (!S.isPossible()) in hasPossibleType()