Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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) {
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 …]
/openbsd-src/gnu/llvm/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);
/openbsd-src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSVals.h567 static bool isPossible(const From &V) {
575 if (!Self::isPossible(f))
/openbsd-src/gnu/llvm/llvm/docs/
H A DHowToSetUpLLVMStyleRTTI.rst475 struct called ``CastInfo``. ``CastInfo`` provides 4 methods, ``isPossible``,
534 static bool isPossible(const T *t) {
/openbsd-src/gnu/llvm/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.h223 bool isPossible() const;
H A DCodeGenDAGPatterns.cpp116 bool TypeSetByHwMode::isPossible() const { in isPossible() function in TypeSetByHwMode
1805 if (!S.isPossible()) in hasPossibleType()