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.h601 const SlotIndex &thisIndex = beginIndex(); variable
603 return thisIndex < otherIndex;
884 const SlotIndex &thisIndex = beginIndex(); variable
886 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()