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 753 unsigned NextTypeID = 0;
760 if (NextTypeID != TypeList.size())
837 if (NextTypeID < TypeList.size() && TypeList[NextTypeID] == 0)
841 if (NextTypeID >= TypeList.size()) break;
843 if (TypeList[NextTypeID] &&
844 !cast<StructType>(TypeList[NextTypeID])->isOpaque())
848 if (TypeList[NextTypeID] == 0)
849 TypeList[NextTypeID] = StructType::create(Context, "");
862 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 588 milliseconds