1#ifndef ROSE_BinaryAnalysis_ModelChecker_BasicTypes_H
2#define ROSE_BinaryAnalysis_ModelChecker_BasicTypes_H
3#include <featureTests.h>
4#ifdef ROSE_ENABLE_MODEL_CHECKER
6#include <Rose/Sarif/BasicTypes.h>
7#include <Sawyer/Message.h>
9#include <boost/shared_ptr.hpp>
12namespace BinaryAnalysis {
20namespace ModelChecker {
24using AlwaysTruePtr = std::shared_ptr<AlwaysTrue>;
28using BasicBlockUnitPtr = std::shared_ptr<BasicBlockUnit>;
30class BestCoverageFirst;
32using BestCoverageFirstPtr = std::shared_ptr<BestCoverageFirst>;
40using ErrorTagPtr = std::shared_ptr<ErrorTag>;
46using ExecutionUnitPtr = std::shared_ptr<ExecutionUnit>;
48class ExternalFunctionUnit;
50using ExternalFunctionUnitPtr = std::shared_ptr<ExternalFunctionUnit>;
54using FailureUnitPtr = std::shared_ptr<FailureUnit>;
56class FastestPathFirst;
58using FastestPathFirstPtr = std::shared_ptr<FastestPathFirst>;
64using HasFinalTagsPtr = std::shared_ptr<HasFinalTags>;
68using InstructionUnitPtr = std::shared_ptr<InstructionUnit>;
70class LongestPathFirst;
72using LongestPathFirstPtr = std::shared_ptr<LongestPathFirst>;
76using NameTagPtr = std::shared_ptr<NameTag>;
78class NullDereferenceTag;
80using NullDereferenceTagPtr = std::shared_ptr<NullDereferenceTag>;
84using OutOfBoundsTagPtr = std::shared_ptr<OutOfBoundsTag>;
90using PathPtr = std::shared_ptr<Path>;
94using PathNodePtr = std::shared_ptr<PathNode>;
98using PathPredicatePtr = std::shared_ptr<PathPredicate>;
100class PathPrioritizer;
102using PathPrioritizerPtr = std::shared_ptr<PathPrioritizer>;
106using PathQueuePtr = std::shared_ptr<PathQueue>;
110using PeriodicPtr = std::shared_ptr<Periodic>;
112class RandomPathFirst;
114using RandomPathFirstPtr = std::shared_ptr<RandomPathFirst>;
116class SemanticCallbacks;
118using SemanticCallbacksPtr = std::shared_ptr<SemanticCallbacks>;
122using SettingsPtr = std::shared_ptr<Settings>;
124class ShortestPathFirst;
126using ShortestPathFirstPtr = std::shared_ptr<ShortestPathFirst>;
130using SourceListerPtr = std::shared_ptr<SourceLister>;
134using TagPtr = std::shared_ptr<Tag>;
136class UninitializedVariableTag;
138using UninitializedVariableTagPtr = std::shared_ptr<UninitializedVariableTag>;
142using WorkerStatusPtr = std::shared_ptr<WorkerStatus>;
146using WorkPredicatePtr = std::shared_ptr<WorkPredicate>;
151namespace PartitionerModel {
158 class SemanticCallbacks;
159 using SemanticCallbacksPtr = std::shared_ptr<SemanticCallbacks>;
189#define UNMANAGED_WORKER ((size_t)-1)
192Rose::Sarif::LogPtr makeSarifLog();
195void insertSarifRules(
const Rose::Sarif::AnalysisPtr&);
Reference-counting intrusive smart pointer.
@ YES
Allocate memory for real.
@ NO
Only query an allocation.
boost::shared_ptr< class RiscOperators > RiscOperatorsPtr
Shared-ownership pointer to concrete RISC operations.
Sawyer::SharedPointer< class SValue > SValuePtr
Smart-ownership pointer to a concrete semantic value.
Rose::BinaryAnalysis::DataFlow::Engine< DfCfg, InstructionSemantics::BaseSemantics::StatePtr, TransferFunction, MergeFunction > Engine
Data-Flow engine.
Sawyer::SharedPointer< Engine > EnginePtr
Shared-ownership pointer for Engine.
void initDiagnostics()
Initialize diagnostics.
@ OFF
Disable colored output.
ROSE_DLL_API Sawyer::Message::Facility mlog
Diagnostic facility for the ROSE library as a whole.
boost::filesystem::path Path
Name of entities in a filesystem.
const char * IoMode(int64_t)
Convert Rose::BinaryAnalysis::FeasiblePath::IoMode enum constant to a string.
const char * WorkerState(int64_t)
Convert Rose::BinaryAnalysis::ModelChecker::WorkerState enum constant to a string.
const char * TestMode(int64_t)
Convert Rose::BinaryAnalysis::ModelChecker::TestMode enum constant to a string.
const char * Prune(int64_t)
Convert Rose::BinaryAnalysis::ModelChecker::Prune enum constant to a string.