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

  /external/llvm/include/llvm/TableGen/
Record.h 30 // RecTy subclasses.
68 class RecTy {
72 RecTy() : ListTy(0) {}
73 virtual ~RecTy() {}
81 virtual bool typeIsConvertibleTo(const RecTy *RHS) const = 0;
113 public: // These methods should only be called by subclasses of RecTy.
125 inline raw_ostream &operator<<(raw_ostream &OS, const RecTy &Ty) {
133 class BitRecTy : public RecTy {
148 virtual Init *convertValue( UnOpInit *UI) { return RecTy::convertValue(UI);}
149 virtual Init *convertValue( BinOpInit *UI) { return RecTy::convertValue(UI);
    [all...]
  /external/clang/lib/CodeGen/
CGCall.cpp 52 QualType RecTy = Context.getTagDeclType(RD)->getCanonicalTypeInternal();
53 return Context.getPointerType(CanQualType::CreateUnsafe(RecTy));
    [all...]

Completed in 55 milliseconds