Searched refs:TypeID (Results 1 - 5 of 5) sorted by relevance

/frameworks/compile/slang/BitWriter_2_9/
H A DValueEnumerator.cpp363 unsigned *TypeID = &TypeMap[Ty]; local
366 if (*TypeID)
374 *TypeID = ~0U;
381 // Refresh the TypeID pointer in case the table rehashed.
382 TypeID = &TypeMap[Ty];
389 if (*TypeID && *TypeID != ~0U)
395 *TypeID = Types.size();
/frameworks/compile/slang/BitWriter_2_9_func/
H A DValueEnumerator.cpp363 unsigned *TypeID = &TypeMap[Ty]; local
366 if (*TypeID)
374 *TypeID = ~0U;
381 // Refresh the TypeID pointer in case the table rehashed.
382 TypeID = &TypeMap[Ty];
389 if (*TypeID && *TypeID != ~0U)
395 *TypeID = Types.size();
/frameworks/compile/slang/BitWriter_3_2/
H A DValueEnumerator.cpp363 unsigned *TypeID = &TypeMap[Ty]; local
366 if (*TypeID)
374 *TypeID = ~0U;
381 // Refresh the TypeID pointer in case the table rehashed.
382 TypeID = &TypeMap[Ty];
389 if (*TypeID && *TypeID != ~0U)
395 *TypeID = Types.size();
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.cpp1321 unsigned TypeID = Record[0]; local
1322 if (TypeID >= TypeList.size())
1326 if (StructType *STy = dyn_cast<StructType>(TypeList[TypeID]))
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp1633 unsigned TypeID = Record[0]; local
1634 if (TypeID >= TypeList.size())
1638 if (StructType *STy = dyn_cast<StructType>(TypeList[TypeID]))

Completed in 49 milliseconds