Searched defs:TypeID (Results 1 - 4 of 4) sorted by relevance

/frameworks/compile/slang/BitWriter_2_9/
H A DValueEnumerator.cpp365 unsigned *TypeID = &TypeMap[Ty]; local
368 if (*TypeID)
376 *TypeID = ~0U;
384 // Refresh the TypeID pointer in case the table rehashed.
385 TypeID = &TypeMap[Ty];
392 if (*TypeID && *TypeID != ~0U)
398 *TypeID = Types.size();
/frameworks/compile/slang/BitWriter_2_9_func/
H A DValueEnumerator.cpp365 unsigned *TypeID = &TypeMap[Ty]; local
368 if (*TypeID)
376 *TypeID = ~0U;
384 // Refresh the TypeID pointer in case the table rehashed.
385 TypeID = &TypeMap[Ty];
392 if (*TypeID && *TypeID != ~0U)
398 *TypeID = Types.size();
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.cpp998 unsigned TypeID = Record[0]; local
999 if (TypeID >= TypeList.size())
1003 if (StructType *STy = dyn_cast<StructType>(TypeList[TypeID]))
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp1313 unsigned TypeID = Record[0]; local
1314 if (TypeID >= TypeList.size())
1318 if (StructType *STy = dyn_cast<StructType>(TypeList[TypeID]))

Completed in 92 milliseconds