Searched refs:curIndex (Results 1 – 5 of 5) sorted by relevance
73 void mergeTypeRecord(TypeIndex curIndex, llvm::codeview::CVType ty);
637 void TpiSource::mergeTypeRecord(TypeIndex curIndex, CVType ty) { in mergeTypeRecord() argument668 TypeIndex funcId = curIndex; in mergeTypeRecord()677 warn("corrupt LF_[M]FUNC_ID record 0x" + utohexstr(curIndex.getIndex()) + in mergeTypeRecord()
506 for (uint64_t curIndex = 0; curIndex < sections.size(); ++curIndex) { in getDILineInfo() local507 if (s == sections[curIndex]) { in getDILineInfo()508 sectionIndex = curIndex; in getDILineInfo()
1101 curIndex = parseInt(tooltip[0].style.zIndex, 10),1110 if(curIndex !== newIndex) {1113 if(this.style.zIndex > curIndex) {
1253 iterator(BaseT owner, ptrdiff_t curIndex)1254 : iterator::indexed_accessor_iterator(owner, curIndex) {}