Lines Matching defs:specIndex
434 exception_spec_can_catch(int64_t specIndex, const uint8_t* classInfo,
451 // specIndex is negative of 1-based byte offset into classInfo;
452 specIndex = -specIndex;
453 --specIndex;
456 static_cast<uintptr_t>(specIndex) * sizeof(uintptr_t));
480 exception_spec_can_catch(int64_t specIndex, const uint8_t* classInfo,
490 // specIndex is negative of 1-based byte offset into classInfo;
491 specIndex = -specIndex;
492 --specIndex;
493 const uint8_t* temp = classInfo + specIndex;