reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/Support/Casting.h
   58     return To::classof(&Val);
  106     return isa_impl<To, From>::doit(*Val);
  122     return isa_impl_wrap<To, SimpleFrom,
  132     return isa_impl_cl<To,FromTy>::doit(Val);
  142   return isa_impl_wrap<X, const Y,
include/llvm/TableGen/Record.h
  141   static CodeRecTy Shared;
  150   static CodeRecTy *get() { return &Shared; }
  629       : TypedInit(IK_CodeInit, static_cast<RecTy *>(CodeRecTy::get())),
lib/TableGen/Record.cpp
   54 CodeRecTy CodeRecTy::Shared;
  545   if (isa<CodeRecTy>(Ty))
  552   if (isa<CodeRecTy>(Ty))
lib/TableGen/TGParser.cpp
  801   case tgtok::Code:   Lex.Lex(); return CodeRecTy::get();
utils/TableGen/DFAEmitter.cpp
  347                isa<CodeRecTy>(SymbolV->getType())) {