mc2lib
|
#include <algorithm>
#include <random>
#include <sstream>
#include <stdexcept>
#include "../cats.hpp"
#include "../compiler.hpp"
Go to the source code of this file.
Namespaces | |
mc2lib | |
mc2lib::codegen | |
Code generation for memory consistency verification. | |
mc2lib::codegen::strong | |
Implementations of Operations for strong memory consistency models. | |
Typedefs | |
typedef Op< Backend, EvtStateCats > | mc2lib::codegen::strong::Operation |
typedef MemOp< Backend, EvtStateCats > | mc2lib::codegen::strong::MemOperation |
typedef NullOp< Backend, EvtStateCats > | mc2lib::codegen::strong::NullOperation |