this inline has been just created, but not checked yet does it work
| 1031 | bool bLib; //this inline has been loaded from or saved to inlines library |
| 1032 | bool bTmp; //this inline has been just created, but not checked yet does it work |
| 1033 | sInline() : bLib(false), bTmp(true) {} |
| 1034 | sInline(const char* name_) : name(name_), bLib(false), bTmp(true) {} |
| 1035 | bool create_from_entry_exit(mbl_array_t *mba, bbs_t *allBBs, ea_t head_ea, ea_t exit_ea); |
| 1036 | bool create_from_whole_mba(mbl_array_t *mba, const char* name_, qstring* errorStr); |
nothing calls this directly
no outgoing calls
no test coverage detected