HomeSort by relevance Sort by last modified time
    Searched refs:isa_impl (Results 1 - 5 of 5) sorted by null

  /external/llvm/include/llvm/
Value.h 339 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<MDNode, Value> { struct in namespace:llvm
    [all...]
Type.h 413 template <> struct isa_impl<PointerType, Type> {
  /external/llvm/include/llvm/Support/
Casting.h 48 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/
Casting.cpp 39 template <> struct isa_impl<foo, bar> { struct in namespace:llvm
  /external/clang/include/clang/AST/
DeclBase.h 1590 struct isa_impl<To, ::clang::DeclContext> { struct in namespace:llvm
    [all...]

Completed in 204 milliseconds