help-global
[Top][All Lists]
Advanced

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

Finding constructors


From: Martin Beseda
Subject: Finding constructors
Date: Mon, 4 Apr 2016 13:11:38 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.6.0

Hello everybody,

I need to find all calls of some functions in my project. I'm using GNU Global like this:

global -a -r -x funcName

The problem is, that constructors have the same identifier as the class, so when I try to find all calls of some constructor, I get a long list of declarations too.

Is there any way to restrict search only to functions?

I've tried '-s', but the result was still the same.

Thank you very much,
Martin



reply via email to

[Prev in Thread] Current Thread [Next in Thread]