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 29 // RecTy subclasses.
69 class RecTy {
72 RecTy() : ListTy(0) {}
73 virtual ~RecTy() {}
81 virtual bool typeIsConvertibleTo(const RecTy *RHS) const = 0;
114 public: // These methods should only be called by subclasses of RecTy.
127 inline raw_ostream &operator<<(raw_ostream &OS, const RecTy &Ty) {
135 class BitRecTy : public RecTy {
151 virtual Init *convertValue( UnOpInit *UI) { return RecTy::convertValue(UI);}
152 virtual Init *convertValue( BinOpInit *UI) { return RecTy::convertValue(UI);
    [all...]
  /external/clang/lib/CodeGen/
CGCall.cpp 51 QualType RecTy = Context.getTagDeclType(RD)->getCanonicalTypeInternal();
52 return Context.getPointerType(CanQualType::CreateUnsafe(RecTy));
    [all...]

Completed in 54 milliseconds