Home
last modified time | relevance | path

Searched refs:function_file_order (Results 1 – 2 of 2) sorted by relevance

/dports/devel/cscout/cscout-bd7dfac/src/
H A Dfileid.h78 struct function_file_order : public binary_function <const Call *, const Call *, bool> { struct
84 typedef set <Call *, function_file_order> FCallSet;
H A Dfileid.cpp375 function_file_order::operator()(const Call *a, const Call *b) const in operator ()()