class IntrusiveBackList::const_iterator

Declaration

class IntrusiveBackList::const_iterator { /* full declaration omitted */ };

Declared at: llvm/include/llvm/CodeGen/DIE.h:612

Member Variables

private const llvm::IntrusiveBackListBase::Node* N = nullptr

Method Overview

Methods

const_iterator()

Declared at: llvm/include/llvm/CodeGen/DIE.h:618

const_iterator(
    typename IntrusiveBackList<T>::iterator X)

Declared at: llvm/include/llvm/CodeGen/DIE.h:620

Parameters

typename IntrusiveBackList<T>::iterator X

const_iterator(const T* N)

Declared at: llvm/include/llvm/CodeGen/DIE.h:621

Parameters

const T* N

bool operator bool() const

Declared at: llvm/include/llvm/CodeGen/DIE.h:628