CBMC
unwindset.h File Reference

Loop unwinding. More...

#include <util/irep.h>
#include <list>
#include <map>
#include <optional>
#include <string>
+ Include dependency graph for unwindset.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  unwindsett
 

Macros

#define OPT_UNWINDSET
 
#define HELP_UNWINDSET
 

Detailed Description

Loop unwinding.

Definition in file unwindset.h.

Macro Definition Documentation

◆ HELP_UNWINDSET

#define HELP_UNWINDSET
Value:
" {y--show-loops} \t show the loops in the program\n" \
" {y--unwind} {unr} \t unwind loops {unr} times\n" \
" {y--unwindset} [{uT}{y:}]{uL}{y:}{uB},... \t " \
"unwind loop {uL} with a bound of {uB} (optionally restricted to thread " \
"{uT}) (use {y--show-loops} to get the loop IDs)\n"

Definition at line 79 of file unwindset.h.

◆ OPT_UNWINDSET

#define OPT_UNWINDSET
Value:
"(show-loops)" \
"(unwind):" \
"(unwindset):"

Definition at line 74 of file unwindset.h.