Home
last modified time | relevance | path

Searched refs:curIndex (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/lld/COFF/
H A DDebugTypes.h73 void mergeTypeRecord(TypeIndex curIndex, llvm::codeview::CVType ty);
H A DDebugTypes.cpp637 void TpiSource::mergeTypeRecord(TypeIndex curIndex, CVType ty) { in mergeTypeRecord() argument
668 TypeIndex funcId = curIndex; in mergeTypeRecord()
677 warn("corrupt LF_[M]FUNC_ID record 0x" + utohexstr(curIndex.getIndex()) + in mergeTypeRecord()
/freebsd/contrib/llvm-project/lld/ELF/
H A DInputFiles.cpp506 for (uint64_t curIndex = 0; curIndex < sections.size(); ++curIndex) { in getDILineInfo() local
507 if (s == sections[curIndex]) { in getDILineInfo()
508 sectionIndex = curIndex; in getDILineInfo()
/freebsd/contrib/libxo/xohtml/external/
H A Djquery.qtip.js1101 curIndex = parseInt(tooltip[0].style.zIndex, 10),
1110 if(curIndex !== newIndex) {
1113 if(this.style.zIndex > curIndex) {
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DSTLExtras.h1253 iterator(BaseT owner, ptrdiff_t curIndex)
1254 : iterator::indexed_accessor_iterator(owner, curIndex) {}