Searched refs:ElementRefImpl (Results 1 – 1 of 1) sorted by relevance
623 template <bool IsConst> class ElementRefImpl {625 template <bool IsOtherConst> friend class ElementRefImpl; variable638 ElementRefImpl(CFGBlockPtr Parent, size_t Index) in ElementRefImpl() function642 ElementRefImpl(ElementRefImpl<IsOtherConst> Other) in ElementRefImpl() function643 : ElementRefImpl(Other.Parent, Other.Index) {} in ElementRefImpl()650 bool operator<(ElementRefImpl Other) const {655 bool operator==(ElementRefImpl Other) const {659 bool operator!=(ElementRefImpl Other) const { return !(*this == Other); }689 using ElementRef = typename CFGBlock::ElementRefImpl<IsConst>;886 using CFGElementRef = ElementRefImpl<false>;[all …]