LLVM API Documentation
#include <Statistic.h>
Inheritance diagram for llvm::Statistic< DataType >:


Public Member Functions | |
| Statistic (const char *name, const char *desc) | |
| Statistic (const DataType &Val, const char *name, const char *desc) | |
| ~Statistic () | |
| operator DataType () const | |
| const Statistic & | operator= (DataType Val) |
| const Statistic & | operator++ () |
| DataType | operator++ (int) |
| const Statistic & | operator-- () |
| DataType | operator-- (int) |
| const Statistic & | operator+= (const DataType &V) |
| const Statistic & | operator-= (const DataType &V) |
| const Statistic & | operator *= (const DataType &V) |
| const Statistic & | operator/= (const DataType &V) |
Definition at line 58 of file Statistic.h.
| llvm::Statistic< DataType >::Statistic | ( | const char * | name, | |
| const char * | desc | |||
| ) | [inline] |
Definition at line 65 of file Statistic.h.
| llvm::Statistic< DataType >::Statistic | ( | const DataType & | Val, | |
| const char * | name, | |||
| const char * | desc | |||
| ) | [inline] |
Definition at line 69 of file Statistic.h.
| llvm::Statistic< DataType >::~Statistic | ( | ) | [inline] |
| llvm::Statistic< DataType >::operator DataType | ( | ) | const [inline] |
Definition at line 76 of file Statistic.h.
| const Statistic& llvm::Statistic< DataType >::operator= | ( | DataType | Val | ) | [inline] |
| const Statistic& llvm::Statistic< DataType >::operator++ | ( | ) | [inline] |
Definition at line 78 of file Statistic.h.
| DataType llvm::Statistic< DataType >::operator++ | ( | int | ) | [inline] |
Definition at line 79 of file Statistic.h.
| const Statistic& llvm::Statistic< DataType >::operator-- | ( | ) | [inline] |
Definition at line 80 of file Statistic.h.
| DataType llvm::Statistic< DataType >::operator-- | ( | int | ) | [inline] |
Definition at line 81 of file Statistic.h.
| const Statistic& llvm::Statistic< DataType >::operator+= | ( | const DataType & | V | ) | [inline] |
| const Statistic& llvm::Statistic< DataType >::operator-= | ( | const DataType & | V | ) | [inline] |
| const Statistic& llvm::Statistic< DataType >::operator *= | ( | const DataType & | V | ) | [inline] |
| const Statistic& llvm::Statistic< DataType >::operator/= | ( | const DataType & | V | ) | [inline] |