Casting.h | 54 static inline bool doit(const From &Val) { function in struct:llvm::isa_impl 66 static inline bool doit(const From &) { return true; } function in struct:llvm::isa_impl 70 static inline bool doit(const From &Val) { function in struct:llvm::isa_impl_cl 71 return isa_impl<To, From>::doit(Val); 76 static inline bool doit(const From &Val) { function in struct:llvm::isa_impl_cl 77 return isa_impl<To, From>::doit(Val); 82 static inline bool doit(const From *Val) { function in struct:llvm::isa_impl_cl 84 return isa_impl<To, From>::doit(*Val); 89 static inline bool doit(const From *Val) { function in struct:llvm::isa_impl_cl 91 return isa_impl<To, From>::doit(*Val) 96 static inline bool doit(const From *Val) { function in struct:llvm::isa_impl_cl 103 static inline bool doit(const From *Val) { function in struct:llvm::isa_impl_cl 113 static bool doit(const From &Val) { function in struct:llvm::isa_impl_wrap 123 static bool doit(const FromTy &Val) { function in struct:llvm::isa_impl_wrap 193 static typename cast_retty<To, From>::ret_type doit(From &Val) { function in struct:llvm::cast_convert_val 202 static typename cast_retty<To, FromTy>::ret_type doit(const FromTy &Val) { function in struct:llvm::cast_convert_val [all...] |