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

  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp 759 unsigned NextTypeID = 0;
766 if (NextTypeID != TypeList.size())
843 if (NextTypeID < TypeList.size() && TypeList[NextTypeID] == 0)
847 if (NextTypeID >= TypeList.size()) break;
849 if (TypeList[NextTypeID] &&
850 !cast<StructType>(TypeList[NextTypeID])->isOpaque())
854 if (TypeList[NextTypeID] == 0)
855 TypeList[NextTypeID] = StructType::create(Context, "");
868 cast<StructType>(TypeList[NextTypeID])->setBody(EltTys, Record[0])
    [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp     [all...]
  /external/clang/include/clang/Serialization/
ASTWriter.h 196 serialization::TypeID NextTypeID;
  /external/clang/lib/Serialization/
ASTWriter.cpp     [all...]

Completed in 126 milliseconds