Static Value-Flow Analysis
Classes | Namespaces | Functions
PointsTo.h File Reference
#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

 SVF
 for isBitcode
 

Functions

PointsTo SVF::operator| (const PointsTo &lhs, const PointsTo &rhs)
 Returns a new lhs | rhs. More...
 
PointsTo SVF::operator& (const PointsTo &lhs, const PointsTo &rhs)
 Returns a new lhs & rhs. More...
 
PointsTo SVF::operator- (const PointsTo &lhs, const PointsTo &rhs)
 Returns a new lhs - rhs. More...