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.cpp356 unsigned *TypeID = &TypeMap[Ty]; local
359 if (*TypeID)
367 *TypeID = ~0U;
375 // Refresh the TypeID pointer in case the table rehashed.
376 TypeID = &TypeMap[Ty];
383 if (*TypeID && *TypeID != ~0U)
389 *TypeID = Types.size();
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.cpp968 unsigned TypeID = Record[0]; local
969 if (TypeID >= TypeList.size())
973 if (StructType *STy = dyn_cast<StructType>(TypeList[TypeID]))
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp1285 unsigned TypeID = Record[0]; local
1286 if (TypeID >= TypeList.size())
1290 if (StructType *STy = dyn_cast<StructType>(TypeList[TypeID]))

Completed in 138 milliseconds