Searched defs:isa_impl (Results 1 – 1 of 1) sorted by relevance
52 template <> struct isa_impl<foo, bar> { struct53 static inline bool doit(const bar &Val) { in doit()63 template <typename T> struct isa_impl<foo, T> { struct64 static inline bool doit(const T &Val) { return false; } in doit()