Home
last modified time | relevance | path

Searched refs:FunQuery (Results 1 – 3 of 3) sorted by relevance

/dports/devel/cscout/cscout-bd7dfac/src/
H A Dfunquery.h36 class FunQuery : public Query {
84 FunQuery(FILE *f, bool icase, Attributes::size_type current_project, bool e = true, bool r = true);
86FunQuery() : Query(), match_fnre(false), match_fdre(false), match_fure(false), match_fre(false), m… in FunQuery() function
89 virtual ~FunQuery() {} in ~FunQuery()
127 typedef multiset <const Call *, FunQuery::specified_order> Sfuns;
H A Dfunquery.cpp73 int FunQuery::specified_order::order;
74 bool FunQuery::specified_order::reverse;
77 FunQuery::FunQuery(FILE *of, bool icase, Attributes::size_type cp, bool e, bool r) : in FunQuery() function in FunQuery
148 FunQuery::base_url() const in base_url()
155 FunQuery::param_url() const in param_url()
224 FunQuery::eval(Call *c) in eval()
H A Dcscout.cpp416 FunQuery funq; in file_hypertext()
424 funq = FunQuery(of, Option::file_icase->get(), current_project, eval_query); in file_hypertext()
1105 display_sorted_function_metrics(FILE *of, const FunQuery &query, const Sfuns &sorted_ids) in display_sorted_function_metrics()
1345 FunQuery query(of, Option::file_icase->get(), current_project); in xfunquery_page()