yosys/frontends/ast
Krystine Sherwin 1de5d98ae2
Reduce comparisons of size_t and int
`Const::size()` returns int, so change iterators that use it to `auto` instead of `size_t`.
For cases where size is being explicitly cast to `int`, use the wrapper that we already have instead: `Yosys::GetSize()`.
2024-11-29 12:53:29 +13:00
..
Makefile.inc Generate an RTLIL representation of bind constructs 2021-08-13 17:11:35 -06:00
ast.cc Reduce comparisons of size_t and int 2024-11-29 12:53:29 +13:00
ast.h internal_stats: astnode (sizeof) 2024-09-11 11:34:20 +02:00
ast_binding.cc Generate an RTLIL representation of bind constructs 2021-08-13 17:11:35 -06:00
ast_binding.h Generate an RTLIL representation of bind constructs 2021-08-13 17:11:35 -06:00
dpicall.cc Fixing old e-mail addresses and deadnames 2021-06-08 00:39:36 +02:00
genrtlil.cc Reduce comparisons of size_t and int 2024-11-29 12:53:29 +13:00
simplify.cc Reduce comparisons of size_t and int 2024-11-29 12:53:29 +13:00