decompiler
1.0.0
|
A pending data-flow node; waiting to be placed on the reverse polish notation stack. More...
#include <printlanguage.hh>
Public Member Functions | |
NodePending (const Varnode *v, const PcodeOp *o, uint4 m) | |
Construct a pending data-flow node. | |
Public Attributes | |
const Varnode * | vn |
The implied Varnode. | |
const PcodeOp * | op |
The single operator consuming value from the implied Varnode. | |
uint4 | vnmod |
Printing modifications to enforce on the expression. | |
A pending data-flow node; waiting to be placed on the reverse polish notation stack.
This holds an implied Varnode in the data-flow graph, which prints as the expression producing the value in the Varnode.