Searched refs:curIndex (Results 1 – 4 of 4) sorted by relevance
73 void mergeTypeRecord(TypeIndex curIndex, llvm::codeview::CVType ty);
641 void TpiSource::mergeTypeRecord(TypeIndex curIndex, CVType ty) { in mergeTypeRecord() argument672 TypeIndex funcId = curIndex; in mergeTypeRecord()682 << utohexstr(curIndex.getIndex()) << " in " << fname; in mergeTypeRecord()
1101 curIndex = parseInt(tooltip[0].style.zIndex, 10),1110 if(curIndex !== newIndex) {1113 if(this.style.zIndex > curIndex) {
1275 iterator(BaseT owner, ptrdiff_t curIndex)1276 : iterator::indexed_accessor_iterator(owner, curIndex) {}