Searched defs:isa_impl (Results 1 – 3 of 3) sorted by relevance
39 template <> struct isa_impl<foo, bar> { struct40 static inline bool doit(const bar &Val) { in doit()
51 template <> struct isa_impl<foo, bar> { struct52 static inline bool doit(const bar &Val) { in doit()58 template <typename T> struct isa_impl<foo, T> { struct59 static inline bool doit(const T &Val) { return false; } in doit()
43 template <> struct isa_impl<foo, bar> { struct44 static inline bool doit(const bar &Val) { in doit()