|
mc2lib
|
#include <cats.hpp>
Public Member Functions | |
| std::unique_ptr< Checker > | MakeChecker (const Architecture *arch, const ExecWitness *exec) const override |
| EventRel | ppo (const ExecWitness &ew) const override |
| EventRel | fences (const ExecWitness &ew) const override |
| EventRel | prop (const ExecWitness &ew) const override |
| Event::Type | EventTypeRead () const override |
| Event::Type | EventTypeWrite () const override |
Public Member Functions inherited from mc2lib::memconsistency::cats::Architecture | |
| Architecture () | |
| virtual | ~Architecture () |
| virtual void | Clear () |
| virtual EventRel | hb (const ExecWitness &ew) const |
| void | set_proxy (const Architecture *proxy) |
Additional Inherited Members | |
Protected Attributes inherited from mc2lib::memconsistency::cats::Architecture | |
| const Architecture * | proxy_ |
|
inlineoverridevirtual |
Should return the mask of all types that are classed as read.
Implements mc2lib::memconsistency::cats::Architecture.
|
inlineoverridevirtual |
Should return the mask of all types that are classed as write.
Implements mc2lib::memconsistency::cats::Architecture.
|
inlineoverridevirtual |
Implements mc2lib::memconsistency::cats::Architecture.
|
inlineoverridevirtual |
Creates a checker compatible with this Architecture.
Implements mc2lib::memconsistency::cats::Architecture.
|
inlineoverridevirtual |
Implements mc2lib::memconsistency::cats::Architecture.
|
inlineoverridevirtual |
Implements mc2lib::memconsistency::cats::Architecture.
1.8.12