| 65 | } |
| 66 | unsigned currArgument = 0; |
| 67 | unsigned SetCurrentArgument(unsigned argument) |
| 68 | { |
| 69 | unsigned lastArgument = currArgument; |
| 70 | currArgument = argument; |
| 71 | return lastArgument; |
| 72 | } |
| 73 | |
| 74 | // Information about current type |
| 75 | TypeInfo* currType = NULL; |
no outgoing calls
no test coverage detected