Static Value-Flow Analysis
Loading...
Searching...
No Matches
Public Member Functions | List of all members
std::hash< SVF::AccessPath > Struct Reference

#include <AccessPath.h>

Public Member Functions

size_t operator() (const SVF::AccessPath &ap) const
 

Detailed Description

Definition at line 181 of file AccessPath.h.

Member Function Documentation

◆ operator()()

size_t std::hash< SVF::AccessPath >::operator() ( const SVF::AccessPath ap) const
inline

Definition at line 183 of file AccessPath.h.

184 {
186 std::hash<SVF::AccessPath::IdxOperandPairs> v;
187 return h(std::make_pair(ap.getConstantStructFldIdx(),
188 v(ap.getIdxOperandPairVec())));
189 }
APOffset getConstantStructFldIdx() const
Get methods.
Definition AccessPath.h:97
const IdxOperandPairs & getIdxOperandPairVec() const
Definition AccessPath.h:105
llvm::IRBuilder IRBuilder
Definition BasicTypes.h:74

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