vhe...@cs.stonybrook.edu
unread,Apr 24, 2019, 8:33:17 PM4/24/19You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
|-DeclStmt 0x5564560 <line:33:6, col:24>
| `-VarDecl 0x55644e0 <col:6, col:22> col:17 used dest 'int' static cinit
| `-IntegerLiteral 0x5564540 <col:22> 'int' 10
| |-ImplicitCastExpr 0x5564718 <col:15, col:16> 'void *' <BitCast>
| | `-UnaryOperator 0x55645c8 <col:15, col:16> 'int *' prefix '&' cannot overflow
| | `-DeclRefExpr 0x55645a0 <col:16> 'int' lvalue Var 0x55644e0 'dest' 'int'
In the above AST, what do hex values 0x55644e0 represent? Addresses of the variable? If so is there is anyway to extract it while parsing the AST?