Lines Matching refs:FnTree
185 ``FnTree`` – the set of all unique functions. It keeps items that couldn't be
188 ``std::set<FunctionNode> FnTree;``
195 ``FnTree`` already. Obviously such functions should be rechecked again. In this
196 case we remove them from ``FnTree``, and mark them as to be rescanned, namely
209 insert it into *FnTree*: check whether *FCur* is equal to one of functions
210 in *FnTree*. If there *is* equal function in *FnTree* (call it *FExists*):
212 to *FnTree*.
672 Operation affects ``FnTree`` contents with next way: *F* will stay in
673 ``FnTree``. *G* being equal to *F* will not be added to ``FnTree``. Calls of
676 ``FnTree``, and analyzed again.
708 in ``FnTree``. Try to combine these two goals.
719 this procedure. We remove callers from ``FnTree``, method with name
726 caller from ``FnTree``.