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

#include <CxtStmt.h>

Public Member Functions

size_t operator() (const SVF::CxtStmt &cs) const
 

Detailed Description

Definition at line 484 of file CxtStmt.h.

Member Function Documentation

◆ operator()()

size_t std::hash< SVF::CxtStmt >::operator() ( const SVF::CxtStmt cs) const
inline

Definition at line 486 of file CxtStmt.h.

487 {
488 std::hash<SVF::ICFGNode*> h;
489 SVF::ICFGNode* inst = const_cast<SVF::ICFGNode*> (cs.getStmt());
490 return h(inst);
491 }
const ICFGNode * getStmt() const
Return current statement.
Definition CxtStmt.h:63

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