Searched defs:isa_impl (Results 1 - 4 of 4) sorted by relevance

/external/llvm/include/llvm/Support/
H A DCasting.h48 struct isa_impl { struct in namespace:llvm
56 return isa_impl<To, From>::doit(Val);
62 return isa_impl<To, From>::doit(Val);
68 return isa_impl<To, From>::doit(*Val);
74 return isa_impl<To, From>::doit(*Val);
80 return isa_impl<To, From>::doit(*Val);
/external/llvm/unittests/Support/
H A DCasting.cpp39 template <> struct isa_impl<foo, bar> { struct in namespace:llvm
/external/llvm/include/llvm/
H A DValue.h339 template <> struct isa_impl<Constant, Value> { struct in namespace:llvm
346 template <> struct isa_impl<Argument, Value> { struct in namespace:llvm
352 template <> struct isa_impl<InlineAsm, Value> { struct in namespace:llvm
358 template <> struct isa_impl<Instruction, Value> { struct in namespace:llvm
364 template <> struct isa_impl<BasicBlock, Value> { struct in namespace:llvm
370 template <> struct isa_impl<Function, Value> { struct in namespace:llvm
376 template <> struct isa_impl<GlobalVariable, Value> { struct in namespace:llvm
382 template <> struct isa_impl<GlobalAlias, Value> { struct in namespace:llvm
388 template <> struct isa_impl<GlobalValue, Value> { struct in namespace:llvm
395 template <> struct isa_impl<MDNod struct in namespace:llvm
[all...]
/external/clang/include/clang/AST/
H A DDeclBase.h1590 struct isa_impl<To, ::clang::DeclContext> { struct in namespace:llvm

Completed in 49 milliseconds