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

/frameworks/compile/slang/BitWriter_2_9/
H A DValueEnumerator.cpp366 unsigned *TypeID = &TypeMap[Ty]; local
369 if (*TypeID)
377 *TypeID = ~0U;
385 // Refresh the TypeID pointer in case the table rehashed.
386 TypeID = &TypeMap[Ty];
393 if (*TypeID && *TypeID != ~0U)
399 *TypeID = Types.size();
/frameworks/compile/slang/BitWriter_2_9_func/
H A DValueEnumerator.cpp366 unsigned *TypeID = &TypeMap[Ty]; local
369 if (*TypeID)
377 *TypeID = ~0U;
385 // Refresh the TypeID pointer in case the table rehashed.
386 TypeID = &TypeMap[Ty];
393 if (*TypeID && *TypeID != ~0U)
399 *TypeID = Types.size();
/frameworks/compile/slang/BitWriter_3_2/
H A DValueEnumerator.cpp366 unsigned *TypeID = &TypeMap[Ty]; local
369 if (*TypeID)
377 *TypeID = ~0U;
385 // Refresh the TypeID pointer in case the table rehashed.
386 TypeID = &TypeMap[Ty];
393 if (*TypeID && *TypeID != ~0U)
399 *TypeID = Types.size();
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.cpp962 unsigned TypeID = Record[0]; local
963 if (TypeID >= TypeList.size())
967 if (StructType *STy = dyn_cast<StructType>(TypeList[TypeID]))
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp1278 unsigned TypeID = Record[0]; local
1279 if (TypeID >= TypeList.size())
1283 if (StructType *STy = dyn_cast<StructType>(TypeList[TypeID]))

Completed in 387 milliseconds