Advertisement
Guest User

Untitled

a guest
May 25th, 2015
262
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.81 KB | None | 0 0
  1. No Error:
  2. ImplicitCastExpr 0x807d7f178 '_Bool' <IntegralToBoolean>
  3. `-BinaryOperator 0x807d7f118 'int' '=='
  4. |-OffsetOfExpr 0x807d7f0a8 'unsigned long'
  5. `-ImplicitCastExpr 0x807d7f100 'unsigned long' <IntegralCast>
  6. `-IntegerLiteral 0x807d7f0e0 'int' 4
  7.  
  8. Error:
  9. ImplicitCastExpr 0x807d7f5e8 '_Bool' <IntegralToBoolean>
  10. `-BinaryOperator 0x807d7f588 'int' '=='
  11. |-OffsetOfExpr 0x807d7f468 'unsigned long'
  12. `-ImplicitCastExpr 0x807d7f570 'unsigned long' <IntegralCast>
  13. `-ImplicitCastExpr 0x807d7f558 'int' <LValueToRValue>
  14. `-ArraySubscriptExpr 0x807d7f530 'const int' lvalue
  15. |-ImplicitCastExpr 0x807d7f518 'const int *' <ArrayToPointerDecay>
  16. | `-DeclRefExpr 0x807d7f4a0 'const int [2]' lvalue Var 0x807d7f248 'offsets' 'const int [2]'
  17. `-IntegerLiteral 0x807d7f4c8 'int' 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement