--------------------------------------------------------------
| 533 | |
| 534 | // -------------------------------------------------------------- |
| 535 | bool |
| 536 | Variable::is_tmp_var(void) const |
| 537 | { |
| 538 | // JYTODO: need stronger criteria? |
| 539 | return (name.find("t") == 0); |
| 540 | } |
| 541 | |
| 542 | bool |
| 543 | Variable::is_const(void) const |
no outgoing calls
no test coverage detected