LLVM 20.0.0git
|
#include "llvm/IR/Attributes.h"
Public Member Functions | |
int_wrapper (unsigned i) | |
unsigned | operator* () |
bool | operator!= (const int_wrapper &Other) |
int_wrapper & | operator++ () |
Public Attributes | |
unsigned | i |
Definition at line 994 of file Attributes.h.
|
inline |
Definition at line 995 of file Attributes.h.
|
inline |
Definition at line 998 of file Attributes.h.
References i, and llvm::Other.
|
inline |
Definition at line 997 of file Attributes.h.
References i.
|
inline |
Definition at line 999 of file Attributes.h.
References i.
unsigned llvm::AttributeList::index_iterator::int_wrapper::i |
Definition at line 996 of file Attributes.h.
Referenced by operator!=(), operator*(), and operator++().