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: virgile.prevosto at cea.fr (Virgile Prevosto)
- Date: Fri, 09 Dec 2011 10:15:02 +0100
- In-reply-to: <CALiiei6GmR+bZ9UBPwOTC7tZPn0othmascbgbGDLjdqegb6Jcw@mail.gmail.com>
- References: <CALiiei6GmR+bZ9UBPwOTC7tZPn0othmascbgbGDLjdqegb6Jcw@mail.gmail.com>
Hello, On 09/12/2011 08:55, ??? wrote: > 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? I'm not sure I understand your problem. In your example, the call will have as arguments a list of 3 expressions. Constants are expressions as well (introduced by the constructor Const). Best regards, -- E tutto per oggi, a la prossima volta Virgile
- References:
- [Frama-c-discuss] How to get all arguments of a Call instr?
- From: njucslzh0714 at gmail.com (刘自恒)
- [Frama-c-discuss] How to get all arguments of a Call instr?
- Prev by Date: [Frama-c-discuss] How to get all arguments of a Call instr?
- Next by Date: [Frama-c-discuss] Status of global invariant in Jessie, WP and Value Analysis?
- Previous by thread: [Frama-c-discuss] How to get all arguments of a Call instr?
- Next by thread: [Frama-c-discuss] How to get all arguments of a Call instr?
- Index(es):