Frama-C-discuss mailing list archives

This page gathers the archives of the old Frama-C-discuss archives, that was hosted by Inria's gforge before its demise at the end of 2020. To search for mails newer than September 2020, please visit the page of the new mailing list on Renater.


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Frama-c-discuss] [frama-c] def information of statement which contain a pointer value



> Because x and y are not treated as def values. I don't know how to
> automatically identify which parameter is out parameter in a function.
>
> Any other solutions to this problem?

If I understand your problem correctly, you should be able to just use  
the From plug-in.
It tells you which outputs where computed from which inputs.

frama-c -deps -main swap swap.c

should do the trick.

Sven