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

  /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/llvm/include/llvm/
Value.h 332 template <> struct isa_impl<Constant, Value> { struct in namespace:llvm
339 template <> struct isa_impl<Argument, Value> { struct in namespace:llvm
345 template <> struct isa_impl<InlineAsm, Value> { struct in namespace:llvm
351 template <> struct isa_impl<Instruction, Value> { struct in namespace:llvm
357 template <> struct isa_impl<BasicBlock, Value> { struct in namespace:llvm
363 template <> struct isa_impl<Function, Value> { struct in namespace:llvm
369 template <> struct isa_impl<GlobalVariable, Value> { struct in namespace:llvm
375 template <> struct isa_impl<GlobalAlias, Value> { struct in namespace:llvm
381 template <> struct isa_impl<GlobalValue, Value> { struct in namespace:llvm
388 template <> struct isa_impl<MDNode, Value> { struct in namespace:llvm
    [all...]
  /external/clang/include/clang/AST/
DeclBase.h 1402 struct isa_impl<To, ::clang::DeclContext> { struct in namespace:llvm
    [all...]

Completed in 398 milliseconds