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] How to get all arguments of a Call instr?


  • Subject: [Frama-c-discuss] How to get all arguments of a Call instr?
  • From: njucslzh0714 at gmail.com (刘自恒)
  • Date: Fri, 9 Dec 2011 15:55:50 +0800

Hi,

  I found that in type instr
                               Call of lval option * exp * exp list *
location

exp list which represents actual parameters contains only variables but not
constants.
For example, there is an instr as
                               memset(buffer,0,LEN)
it can only get buffer from exp list. How to do get 0 and LEN?

Henry.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.gforge.inria.fr/pipermail/frama-c-discuss/attachments/20111209/4ba79fa2/attachment.htm>