decompiler
1.0.0
|
Compare two Varnode pointers by definition then location. More...
#include <varnode.hh>
Public Member Functions | |
bool | operator() (const Varnode *a, const Varnode *b) const |
Functional comparison operator. More... | |
Compare two Varnode pointers by definition then location.
Functional comparison operator.
Compare by definition then by location. This is different than the standard ordering but we still allow multiple identical frees.
References ghidra::Varnode::getAddr(), ghidra::Varnode::getCreateIndex(), ghidra::Varnode::getDef(), ghidra::Varnode::getFlags(), ghidra::PcodeOp::getSeqNum(), ghidra::Varnode::getSize(), ghidra::Varnode::input, and ghidra::Varnode::written.