Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

verify if function is a definition or a call ? #534

Open
sahil-ecosmob opened this issue Jul 15, 2022 · 1 comment
Open

verify if function is a definition or a call ? #534

sahil-ecosmob opened this issue Jul 15, 2022 · 1 comment

Comments

@sahil-ecosmob
Copy link

Hello Everyone. I want to search for a function in a specific .c file using flex and then verify if the found result is a function definition or a function call ? I am able to search the function call without any problem but trying to verify if it's a call or a definition. I can write rules for the same but it can get complicated very fast as I'll have to take care of a lot of border cases. Is there any inbuilt functionality in flex that can help me achieve the same. Thanks in advance.

@Mightyjo
Copy link
Contributor

Mightyjo commented Jul 15, 2022 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants