|
cprover
|
#include <unwindset.h>
Collaboration diagram for unwindsett:Public Member Functions | |
| void | parse_unwind (const std::string &unwind) |
| void | parse_unwindset (const std::string &unwindset) |
| optionalt< unsigned > | get_limit (const irep_idt &loop, unsigned thread_id) const |
| void | parse_unwindset_file (const std::string &file_name) |
Protected Types | |
| typedef std::map< irep_idt, optionalt< unsigned > > | loop_mapt |
| using | thread_loop_mapt = std::map< std::pair< irep_idt, unsigned >, optionalt< unsigned > > |
Protected Attributes | |
| optionalt< unsigned > | global_limit |
| loop_mapt | loop_map |
| thread_loop_mapt | thread_loop_map |
Definition at line 21 of file unwindset.h.
|
protected |
Definition at line 47 of file unwindset.h.
|
protected |
Definition at line 52 of file unwindset.h.
Definition at line 64 of file unwindset.cpp.
| void unwindsett::parse_unwind | ( | const std::string & | unwind | ) |
Definition at line 18 of file unwindset.cpp.
| void unwindsett::parse_unwindset | ( | const std::string & | unwindset | ) |
Definition at line 24 of file unwindset.cpp.
| void unwindsett::parse_unwindset_file | ( | const std::string & | file_name | ) |
Definition at line 85 of file unwindset.cpp.
|
protected |
Definition at line 43 of file unwindset.h.
|
protected |
Definition at line 48 of file unwindset.h.
|
protected |
Definition at line 53 of file unwindset.h.