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 187 of file AccessPath.h.

Member Function Documentation

◆ operator()()

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

Definition at line 189 of file AccessPath.h.

190 {
192 std::hash<SVF::AccessPath::IdxOperandPairs> v;
193 return h(std::make_pair(ap.getConstantStructFldIdx(),
194 v(ap.getIdxOperandPairVec())));
195 }
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: