LLVM OpenMP
Range::It Struct Reference

Public Member Functions

int operator* () const
Itoperator++ ()
It operator++ (int)
bool operator== (const It &o) const
bool operator!= (const It &o) const
int operator- (const It &o) const
It operator+ (int n) const

Public Attributes

int v

Detailed Description

Member Function Documentation

◆ operator!=()

bool Range::It::operator!= ( const It & o) const
inline

Definition at line 27 of file parallel-wsloop-collapse-through-tile-iterator.cpp.

References v.

◆ operator*()

int Range::It::operator* ( ) const
inline

Definition at line 16 of file parallel-wsloop-collapse-through-tile-iterator.cpp.

References v.

◆ operator+()

It Range::It::operator+ ( int n) const
inline

Definition at line 29 of file parallel-wsloop-collapse-through-tile-iterator.cpp.

References v.

◆ operator++() [1/2]

It & Range::It::operator++ ( )
inline

Definition at line 17 of file parallel-wsloop-collapse-through-tile-iterator.cpp.

References v.

◆ operator++() [2/2]

It Range::It::operator++ ( int )
inline

Definition at line 21 of file parallel-wsloop-collapse-through-tile-iterator.cpp.

References v.

◆ operator-()

int Range::It::operator- ( const It & o) const
inline

Definition at line 28 of file parallel-wsloop-collapse-through-tile-iterator.cpp.

References v.

◆ operator==()

bool Range::It::operator== ( const It & o) const
inline

Definition at line 26 of file parallel-wsloop-collapse-through-tile-iterator.cpp.

References v.

Member Data Documentation

◆ v


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