LLVM 22.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 1012 of file Attributes.h.
|
inline |
Definition at line 1013 of file Attributes.h.
|
inline |
Definition at line 1016 of file Attributes.h.
References i, and llvm::Other.
|
inline |
Definition at line 1015 of file Attributes.h.
References i.
|
inline |
Definition at line 1017 of file Attributes.h.
References i.
unsigned llvm::AttributeList::index_iterator::int_wrapper::i |
Definition at line 1014 of file Attributes.h.
Referenced by operator!=(), operator*(), and operator++().