[cfe-dev] function call statements in CFG
Dominik Grewe
dominik.grewe at gmail.com
Thu Jul 1 04:46:28 PDT 2010
Hi,
when dumping the CFG for statements like "int n = foo()" the function call to
foo appears twice in the CFG; once on its own and then in the declaration
statement.
For statements like "n = foo()", the function call again appears on its own and
then in the assignment statement the function call is referenced (e.g. "[B1.3]").
What is the reason for that?
Is there a means to detect whether a function call statement (on its own)
belongs to a declaration/assignment or not?
Cheers
Dominik
More information about the cfe-dev
mailing list