Public Member Functions | |
| def | __init__ |
| def | guess_bb_location |
| def | compute_master |
| def | traverse_bbs |
| def | check_cleanups |
Public Attributes | |
| fun | |
| seen_edges | |
| bad_returns | |
| master_cleanups | |
| cleanup_aware | |
| only_do_cleanups_seen | |
| is_constructor | |
| is_special_constructor | |
Definition at line 193 of file cleanup_check.py.
| def cleanup_check.CleanupChecker.__init__ | ( | self, | |
| fun | |||
| ) |
Definition at line 194 of file cleanup_check.py.
| def cleanup_check.CleanupChecker.check_cleanups | ( | self | ) |
Definition at line 288 of file cleanup_check.py.
| def cleanup_check.CleanupChecker.compute_master | ( | self, | |
| bb, | |||
| bb_from, | |||
| master_cleanup | |||
| ) |
Definition at line 213 of file cleanup_check.py.
| def cleanup_check.CleanupChecker.guess_bb_location | ( | self, | |
| bb | |||
| ) |
Definition at line 204 of file cleanup_check.py.
| def cleanup_check.CleanupChecker.traverse_bbs | ( | self, | |
| edge, | |||
| bb, | |||
| bb_from, | |||
| entry_master | |||
| ) |
Definition at line 252 of file cleanup_check.py.
Definition at line 194 of file cleanup_check.py.
Definition at line 213 of file cleanup_check.py.
Definition at line 194 of file cleanup_check.py.
Definition at line 288 of file cleanup_check.py.
Definition at line 288 of file cleanup_check.py.
Definition at line 194 of file cleanup_check.py.
Definition at line 213 of file cleanup_check.py.
Definition at line 194 of file cleanup_check.py.
1.7.6.1