Home
last modified time | relevance | path

Searched defs:isa_impl (Results 1 – 1 of 1) sorted by relevance

/llvm-project/llvm/unittests/Support/
H A DCasting.cpp52 template <> struct isa_impl<foo, bar> { struct
53 static inline bool doit(const bar &Val) { in doit()
63 template <typename T> struct isa_impl<foo, T> { struct
64 static inline bool doit(const T &Val) { return false; } in doit()