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 990 of file Attributes.h.
|
inline |
Definition at line 991 of file Attributes.h.
|
inline |
Definition at line 994 of file Attributes.h.
References i, and llvm::Other.
|
inline |
Definition at line 993 of file Attributes.h.
References i.
|
inline |
Definition at line 995 of file Attributes.h.
References i.
unsigned llvm::AttributeList::index_iterator::int_wrapper::i |
Definition at line 992 of file Attributes.h.
Referenced by operator!=(), operator*(), and operator++().