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

Member Function Documentation

◆ operator()()

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

Definition at line 190 of file AccessPath.h.

191 {
193 std::hash<SVF::AccessPath::IdxOperandPairs> v;
194 return h(std::make_pair(ap.getConstantStructFldIdx(),
195 v(ap.getIdxOperandPairVec())));
196 }
APOffset getConstantStructFldIdx() const
Get methods.
Definition AccessPath.h:98
const IdxOperandPairs & getIdxOperandPairVec() const
Definition AccessPath.h:106
llvm::IRBuilder IRBuilder
Definition BasicTypes.h:74

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