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

Member Function Documentation

◆ operator()()

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

Definition at line 185 of file AccessPath.h.

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

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