Home
last modified time | relevance | path

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

/external/llvm-project/llvm/unittests/Support/
DCasting.cpp50 template <> struct isa_impl<foo, bar> { struct
51 static inline bool doit(const bar &Val) { in doit()
57 template <typename T> struct isa_impl<foo, T> { struct
58 static inline bool doit(const T &Val) { return false; } in doit()
/external/llvm/unittests/Support/
DCasting.cpp43 template <> struct isa_impl<foo, bar> { struct
44 static inline bool doit(const bar &Val) { in doit()