GCC Middle and Back End API Reference
_list_iterator Struct Reference

#include <sel-sched-ir.h>

Collaboration diagram for _list_iterator:

Data Fields

_list_tlp
bool can_remove_p
bool removed_p

Detailed Description

List iterator backend.


Field Documentation

bool _list_iterator::can_remove_p

True when this iterator supprts removing.

Referenced by _list_alloc().

_list_t* _list_iterator::lp

The list we're iterating.

Referenced by _list_alloc().

bool _list_iterator::removed_p

True when we've actually removed something.

Referenced by _list_alloc().


The documentation for this struct was generated from the following file: