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 963 of file Attributes.h.
|
inline |
Definition at line 964 of file Attributes.h.
|
inline |
Definition at line 967 of file Attributes.h.
References i, and llvm::Other.
|
inline |
Definition at line 966 of file Attributes.h.
References i.
|
inline |
Definition at line 968 of file Attributes.h.
References i.
unsigned llvm::AttributeList::index_iterator::int_wrapper::i |
Definition at line 965 of file Attributes.h.
Referenced by operator!=(), operator*(), and operator++().