Home
last modified time | relevance | path

Searched refs:thisIndex (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLiveInterval.h604 const SlotIndex &thisIndex = beginIndex(); variable
606 return thisIndex < otherIndex;
887 const SlotIndex &thisIndex = beginIndex(); variable
889 return std::tie(thisIndex, Reg) < std::tie(otherIndex, other.Reg);
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DVTableBuilder.h313 size_t thisIndex = VTableIndices[i]; in getVTableSize() local
317 return nextIndex - thisIndex; in getVTableSize()