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 57 of file Statistic.h.
llvm::Statistic< DataType >::Statistic | ( | const char * | name, | |
const char * | desc | |||
) | [inline] |
Definition at line 64 of file Statistic.h.
llvm::Statistic< DataType >::Statistic | ( | const DataType & | Val, | |
const char * | name, | |||
const char * | desc | |||
) | [inline] |
Definition at line 68 of file Statistic.h.
llvm::Statistic< DataType >::~Statistic | ( | ) | [inline] |
const Statistic& llvm::Statistic< DataType >::operator *= | ( | const DataType & | V | ) | [inline] |
llvm::Statistic< DataType >::operator DataType | ( | ) | const [inline] |
Definition at line 75 of file Statistic.h.
DataType llvm::Statistic< DataType >::operator++ | ( | int | ) | [inline] |
Definition at line 78 of file Statistic.h.
const Statistic& llvm::Statistic< DataType >::operator++ | ( | ) | [inline] |
Definition at line 77 of file Statistic.h.
const Statistic& llvm::Statistic< DataType >::operator+= | ( | const DataType & | V | ) | [inline] |
DataType llvm::Statistic< DataType >::operator-- | ( | int | ) | [inline] |
Definition at line 80 of file Statistic.h.
const Statistic& llvm::Statistic< DataType >::operator-- | ( | ) | [inline] |
Definition at line 79 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= | ( | DataType | Val | ) | [inline] |