Some function calls have `ID_parameters`, others don't. This is observed in failing instruction->code comparisons at: https://github.com/diffblue/cbmc/blob/develop/src/goto-diff/unified_diff.cpp#L396 https://github.com/diffblue/cbmc/blob/develop/src/goto-diff/syntactic_diff.cpp#L98 The difference is not visible in --show-goto-functions output. It requires dumping ireps. A temporary fix has been added here: https://github.com/diffblue/cbmc/commit/0b3170d425ed5aa76e2c92c13cecae87098f271e So far, it seems that only clinit wrappers are affected.