Searched refs:isa_impl (Results 1 – 7 of 7) sorted by relevance
/external/llvm/include/llvm/IR/ |
D | Value.h | 669 template <> struct isa_impl<Constant, Value> { 676 template <> struct isa_impl<Argument, Value> { 682 template <> struct isa_impl<InlineAsm, Value> { 688 template <> struct isa_impl<Instruction, Value> { 694 template <> struct isa_impl<BasicBlock, Value> { 700 template <> struct isa_impl<Function, Value> { 706 template <> struct isa_impl<GlobalVariable, Value> { 712 template <> struct isa_impl<GlobalAlias, Value> { 718 template <> struct isa_impl<GlobalValue, Value> { 724 template <> struct isa_impl<GlobalObject, Value> {
|
D | Type.h | 429 template <> struct isa_impl<PointerType, Type> {
|
D | Metadata.h | 153 template <> struct isa_impl<CLASS, Metadata> { \
|
/external/llvm/include/llvm/Support/ |
D | Casting.h | 54 struct isa_impl { 62 struct isa_impl< 69 return isa_impl<To, From>::doit(Val); 75 return isa_impl<To, From>::doit(Val); 82 return isa_impl<To, From>::doit(*Val); 89 return isa_impl<To, From>::doit(*Val); 96 return isa_impl<To, From>::doit(*Val); 103 return isa_impl<To, From>::doit(*Val);
|
/external/llvm/unittests/Support/ |
D | Casting.cpp | 43 template <> struct isa_impl<foo, bar> { struct
|
/external/llvm/docs/ |
D | HowToSetUpLLVMStyleRTTI.rst | 396 Touch on some of the more advanced features, like ``isa_impl`` and
|
/external/clang/include/clang/AST/ |
D | DeclBase.h | 1839 struct isa_impl<To, ::clang::DeclContext> {
|