class IntrusiveBackList::const_iterator

Declaration

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

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

Method Overview

Methods

const_iterator()

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

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

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

Parameters

typename IntrusiveBackList<T>::iterator X

const_iterator(const T* N)

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

Parameters

const T* N

bool operator bool() const

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