|
CBMC
|
Include dependency graph for complexity_limiter.cpp:Go to the source code of this file.
Functions | |
| static std::size_t | bounded_expr_size (const exprt &expr, std::size_t count, std::size_t limit) |
Amount of nodes expr contains, with a bound on how far to search. More... | |
|
static |
Amount of nodes expr contains, with a bound on how far to search.
Starts with an existing count.
expr added to count without searching significantly beyond the supplied limit. Definition at line 223 of file complexity_limiter.cpp.