Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/unittests/Support/
DCasting.cpp39 template <> struct isa_impl<foo, bar> { struct
40 static inline bool doit(const bar &Val) { in doit()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/
DCasting.cpp51 template <> struct isa_impl<foo, bar> { struct
52 static inline bool doit(const bar &Val) { in doit()
58 template <typename T> struct isa_impl<foo, T> { struct
59 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()