LLVM 22.0.0git
|
#include "llvm/ADT/Statistic.h"
Public Member Functions | |
constexpr | NoopStatistic (const char *, const char *, const char *) |
uint64_t | getValue () const |
operator uint64_t () const | |
const NoopStatistic & | operator= (uint64_t Val) |
const NoopStatistic & | operator++ () |
uint64_t | operator++ (int) |
const NoopStatistic & | operator-- () |
uint64_t | operator-- (int) |
const NoopStatistic & | operator+= (const uint64_t &V) |
const NoopStatistic & | operator-= (const uint64_t &V) |
void | updateMax (uint64_t V) |
Definition at line 132 of file Statistic.h.
Definition at line 134 of file Statistic.h.
Referenced by operator++(), operator+=(), operator--(), operator-=(), and operator=().
|
inline |
Definition at line 137 of file Statistic.h.
|
inline |
Definition at line 140 of file Statistic.h.
|
inline |
Definition at line 144 of file Statistic.h.
References NoopStatistic().
|
inline |
Definition at line 146 of file Statistic.h.
|
inline |
Definition at line 152 of file Statistic.h.
References NoopStatistic().
|
inline |
Definition at line 148 of file Statistic.h.
References NoopStatistic().
|
inline |
Definition at line 150 of file Statistic.h.
|
inline |
Definition at line 154 of file Statistic.h.
References NoopStatistic().
|
inline |
Definition at line 142 of file Statistic.h.
References NoopStatistic().
|
inline |
Definition at line 156 of file Statistic.h.