|
ICP
1
|
Go to the source code of this file.
Enumerations | |
| enum | unused_t { UNUSED_REGISTER = 1234 } |
Functions | |
| template<typename T > | |
| bool | isRegisterUsed (const T &address) |
| registers are either "unsigned" or "unused_t" More... | |
| template<> | |
| bool | isRegisterUsed (const unused_t &address) |
| enum unused_t |
| Enumerator | |
|---|---|
| UNUSED_REGISTER | |
Definition at line 4 of file dae_policy.h.
|
inline |
registers are either "unsigned" or "unused_t"
Definition at line 8 of file dae_policy.h.
Referenced by DetectorCard< DetCardPolicy >::clearHistogramMemoryStart(), DetectorCard< DetCardPolicy >::isClearHistogramMemoryComplete(), SIMDetectorCard< DetCardPolicy >::SIMDetectorCard(), SIMEnvPeriodCard< EnvPeriodPolicy >::SIMEnvPeriodCard(), and SIMDetectorCard< DetCardPolicy >::updateCardAfterWrite().
|
inline |
Definition at line 14 of file dae_policy.h.
References UNUSED_REGISTER.
1.8.5