Advertisement
Guest User

Untitled

a guest
Jan 22nd, 2018
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.68 KB | None | 0 0
  1. |-SwitchStmt 0x1fe336113d8 <line:14:3, line:31:3>
  2. | |-<<<NULL>>>
  3. | |-<<<NULL>>>
  4. | |-ImplicitCastExpr 0x1fe336113c0 <line:14:11> 'int' <LValueToRValue>
  5. | | `-DeclRefExpr 0x1fe33611398 <col:11> 'int' lvalue Var 0x1fe336110a8 'i' 'int'
  6. | `-CompoundStmt 0x1fe33611b88 <line:15:3, line:31:3>
  7. | |-CaseStmt 0x1fe33611458 <line:16:7, line:20:7>
  8. | | |-IntegerLiteral 0x1fe33611408 <line:16:12> 'int' 0
  9. | | |-IntegerLiteral 0x1fe33611430 <col:18> 'int' 1
  10. | | `-CompoundStmt 0x1fe33611728 <col:21, line:20:7>
  11. | | |-BinaryOperator 0x1fe336114e0 <line:17:11, col:15> 'int' lvalue '='
  12. | | | |-DeclRefExpr 0x1fe33611490 <col:11> 'int' lvalue Var 0x1fe33611138 'j' 'int'
  13. | | | `-IntegerLiteral 0x1fe336114b8 <col:15> 'int' 35
  14. | | |-CaseStmt 0x1fe33611530 <line:18:11, col:20>
  15. | | | |-IntegerLiteral 0x1fe33611508 <col:16> 'int' 5
  16. | | | |-<<<NULL>>>
  17. | | | `-UnaryOperator 0x1fe33611590 <col:19, col:20> 'int' postfix '++'
  18. | | | `-DeclRefExpr 0x1fe33611568 <col:19> 'int' lvalue Var 0x1fe336110a8 'i' 'int'
  19. | | `-CallExpr 0x1fe336116e0 <line:19:11, col:25> 'int'
  20. | | |-ImplicitCastExpr 0x1fe336116c8 <col:11> 'int (*)(const char *const, ...) __attribute__((cdecl))' <FunctionToPointerDecay>
  21. | | | `-DeclRefExpr 0x1fe33611640 <col:11> 'int (const char *const, ...) __attribute__((cdecl))':'int (const char *const, ...)' lvalue Function 0x1fe3288b4c8 'printf' 'int (const char *const, ...) __attribute__((cdecl))':'int (const char *const, ...)'
  22. | | `-ImplicitCastExpr 0x1fe33611710 <col:18> 'const char *' <ArrayToPointerDecay>
  23. | | `-StringLiteral 0x1fe33611610 <col:18> 'const char [6]' lvalue "I = 1"
  24. | |-CaseStmt 0x1fe33611780 <line:21:7, line:22:23>
  25. | | |-IntegerLiteral 0x1fe33611758 <line:21:12> 'int' 2
  26. | | |-<<<NULL>>>
  27. | | `-CallExpr 0x1fe33611888 <line:22:9, col:23> 'int'
  28. | | |-ImplicitCastExpr 0x1fe33611870 <col:9> 'int (*)(const char *const, ...) __attribute__((cdecl))' <FunctionToPointerDecay>
  29. | | | `-DeclRefExpr 0x1fe33611848 <col:9> 'int (const char *const, ...) __attribute__((cdecl))':'int (const char *const, ...)' lvalue Function 0x1fe3288b4c8 'printf' 'int (const char *const, ...) __attribute__((cdecl))':'int (const char *const, ...)'
  30. | | `-ImplicitCastExpr 0x1fe336118b8 <col:16> 'const char *' <ArrayToPointerDecay>
  31. | | `-StringLiteral 0x1fe33611818 <col:16> 'const char [6]' lvalue "I = 2"
  32. | |-BreakStmt 0x1fe336118d0 <line:23:9>
  33. | |-CaseStmt 0x1fe33611900 <line:24:7, line:26:9>
  34. | | |-IntegerLiteral 0x1fe336118d8 <line:24:12> 'int' 3
  35. | | |-<<<NULL>>>
  36. | | `-CaseStmt 0x1fe33611960 <line:25:7, line:26:9>
  37. | | |-IntegerLiteral 0x1fe33611938 <line:25:12> 'int' 4
  38. | | |-<<<NULL>>>
  39. | | `-BreakStmt 0x1fe33611998 <line:26:9>
  40. | `-DefaultStmt 0x1fe33611b68 <line:27:7, line:30:7>
  41. | `-CompoundStmt 0x1fe33611b40 <line:27:16, line:30:7>
  42. | |-CallExpr 0x1fe33611af0 <line:28:9, col:30> 'int'
  43. | | |-ImplicitCastExpr 0x1fe33611ad8 <col:9> 'int (*)(const char *const, ...) __attribute__((cdecl))' <FunctionToPointerDecay>
  44. | | | `-DeclRefExpr 0x1fe33611ab0 <col:9> 'int (const char *const, ...) __attribute__((cdecl))':'int (const char *const, ...)' lvalue Function 0x1fe3288b4c8 'printf' 'int (const char *const, ...) __attribute__((cdecl))':'int (const char *const, ...)'
  45. | | `-ImplicitCastExpr 0x1fe33611b20 <col:16> 'const char *' <ArrayToPointerDecay>
  46. | | `-StringLiteral 0x1fe33611a78 <col:16> 'const char [13]' lvalue "default case"
  47. | `-BreakStmt 0x1fe33611b38 <line:29:9>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement