Searched defs:isa_impl (Results 1 – 2 of 2) sorted by relevance
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()