Static Value-Flow Analysis
Loading...
Searching...
No Matches
Public Member Functions | List of all members
SVF::SVFUtil::equalPointsTo Struct Reference

#include <SVFUtil.h>

Public Member Functions

bool operator() (const PointsTo &lhs, const PointsTo &rhs) const
 

Detailed Description

Definition at line 143 of file SVFUtil.h.

Member Function Documentation

◆ operator()()

bool SVF::SVFUtil::equalPointsTo::operator() ( const PointsTo lhs,
const PointsTo rhs 
) const
inline

Definition at line 145 of file SVFUtil.h.

146 {
147 return SVFUtil::cmpPts(lhs, rhs);
148 }
bool cmpPts(const PointsTo &lpts, const PointsTo &rpts)
Definition SVFUtil.h:107
llvm::IRBuilder IRBuilder
Definition BasicTypes.h:74

The documentation for this struct was generated from the following file: