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 483 of file CxtStmt.h.

Member Function Documentation

◆ operator()()

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

Definition at line 485 of file CxtStmt.h.

486 {
487 std::hash<SVF::CallStrCxt> ch;
489 return pairH({cs.getStmt()->getId(), ch(cs.getContext())});
490 }
const CallStrCxt & getContext() const
Return current context.
Definition CxtStmt.h:56
const ICFGNode * getStmt() const
Return current statement.
Definition CxtStmt.h:61
llvm::IRBuilder IRBuilder
Definition BasicTypes.h:76

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