|
CBMC
|
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Enumerations | |
| enum | complexity_violationt { complexity_violationt::NONE, complexity_violationt::LOOP, complexity_violationt::BRANCH } |
| What sort of symex-complexity violation has taken place. More... | |
|
strong |
What sort of symex-complexity violation has taken place.
Loop: If we've violated a loop complexity boundary, or are part of a blacklisted loop. Branch: If this particular branch has been deemed too complex.
| Enumerator | |
|---|---|
| NONE | |
| LOOP | |
| BRANCH | |
Definition at line 17 of file complexity_violation.h.