Static Value-Flow Analysis
|
#include <vector>
#include "SVFIR/SVFType.h"
#include "Util/BitVector.h"
#include "Util/CoreBitVector.h"
#include "Util/SparseBitVector.h"
Go to the source code of this file.
Classes | |
class | SVF::PointsTo |
class | SVF::PointsTo::PointsToIterator |
struct | std::hash< SVF::PointsTo > |
Namespaces | |
namespace | SVF |
for isBitcode | |
Functions | |
PointsTo | SVF::operator| (const PointsTo &lhs, const PointsTo &rhs) |
Returns a new lhs | rhs. | |
PointsTo | SVF::operator& (const PointsTo &lhs, const PointsTo &rhs) |
Returns a new lhs & rhs. | |
PointsTo | SVF::operator- (const PointsTo &lhs, const PointsTo &rhs) |
Returns a new lhs - rhs. | |