Home
last modified time | relevance | path

Searched refs:isa_impl (Results 1 – 7 of 7) sorted by relevance

/external/llvm/include/llvm/IR/
DValue.h669 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> {
DType.h429 template <> struct isa_impl<PointerType, Type> {
DMetadata.h153 template <> struct isa_impl<CLASS, Metadata> { \
/external/llvm/include/llvm/Support/
DCasting.h54 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/
DCasting.cpp43 template <> struct isa_impl<foo, bar> { struct
/external/llvm/docs/
DHowToSetUpLLVMStyleRTTI.rst396 Touch on some of the more advanced features, like ``isa_impl`` and
/external/clang/include/clang/AST/
DDeclBase.h1839 struct isa_impl<To, ::clang::DeclContext> {