svf-lib 1.0.2001 → 1.0.2003
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/SVF-linux/Release-build/bin/ae +0 -0
- package/SVF-linux/Release-build/bin/cfl +0 -0
- package/SVF-linux/Release-build/bin/dvf +0 -0
- package/SVF-linux/Release-build/bin/mta +0 -0
- package/SVF-linux/Release-build/bin/saber +0 -0
- package/SVF-linux/Release-build/bin/svf-ex +0 -0
- package/SVF-linux/Release-build/bin/wpa +0 -0
- package/SVF-linux/Release-build/include/Graphs/ConsGNode.h +9 -0
- package/SVF-linux/Release-build/lib/libSvfCore.a +0 -0
- package/SVF-osx/Release-build/bin/ae +0 -0
- package/SVF-osx/Release-build/bin/cfl +0 -0
- package/SVF-osx/Release-build/bin/dvf +0 -0
- package/SVF-osx/Release-build/bin/mta +0 -0
- package/SVF-osx/Release-build/bin/saber +0 -0
- package/SVF-osx/Release-build/bin/svf-ex +0 -0
- package/SVF-osx/Release-build/bin/wpa +0 -0
- package/SVF-osx/Release-build/include/Graphs/ConsGNode.h +9 -0
- package/SVF-osx/Release-build/lib/libSvfCore.a +0 -0
- package/SVF-osx/Release-build/lib/libSvfLLVM.a +0 -0
- package/package.json +1 -1
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -383,7 +383,16 @@ public:
|
|
|
383
383
|
}
|
|
384
384
|
//@}
|
|
385
385
|
|
|
386
|
+
virtual const std::string toString() const;
|
|
386
387
|
|
|
388
|
+
/// Overloading operator << for dumping node
|
|
389
|
+
//@{
|
|
390
|
+
friend OutStream &operator<<(OutStream &o, const ConstraintNode &node)
|
|
391
|
+
{
|
|
392
|
+
o << node.toString();
|
|
393
|
+
return o;
|
|
394
|
+
}
|
|
395
|
+
//@}
|
|
387
396
|
};
|
|
388
397
|
|
|
389
398
|
} // End namespace SVF
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -383,7 +383,16 @@ public:
|
|
|
383
383
|
}
|
|
384
384
|
//@}
|
|
385
385
|
|
|
386
|
+
virtual const std::string toString() const;
|
|
386
387
|
|
|
388
|
+
/// Overloading operator << for dumping node
|
|
389
|
+
//@{
|
|
390
|
+
friend OutStream &operator<<(OutStream &o, const ConstraintNode &node)
|
|
391
|
+
{
|
|
392
|
+
o << node.toString();
|
|
393
|
+
return o;
|
|
394
|
+
}
|
|
395
|
+
//@}
|
|
387
396
|
};
|
|
388
397
|
|
|
389
398
|
} // End namespace SVF
|
|
Binary file
|
|
Binary file
|