Lines Matching refs:first
204 /// @param first the first function to consider in the comparison.
208 /// @return true if the (mangled) name of the first function is less
211 operator()(const function_decl* first,
214 ABG_ASSERT(first != 0 && second != 0);
217 first_name = first->get_linkage_name();
219 first_name = first->get_name();
239 /// @param first the first variable to consider for the comparison.
243 /// @return true if first is less than second, false otherwise.
245 operator()(const var_decl* first,
248 ABG_ASSERT(first != 0 && second != 0);
251 first_name = first->get_linkage_name();
254 first_name = first->get_pretty_representation();
266 first_name = first->get_pretty_representation();
306 /// Note that the first time this function is called, the symbols are
325 /// Note that the first time this function is called, the map is built.
365 /// Note that the first time this function is called, the map is built.
439 /// Note that the first time this function is called, it computes the
459 /// Note that the first time this function is called, the map is built.
499 /// Note that the first time this function is called, the map is built.
1047 /// Note that the first time this function is called, the symbols are
1067 /// Note that the first time this function is called, it computes the
1106 /// return the first symbol with the name @p n.
1139 // So first look for possible aliases with no version
1202 /// return the first symbol with the name @p n.
1222 /// return the first symbol with the name @p symbol_name and with
1719 /// Getter of the first corpus added to this Group.
1721 /// @return the first corpus added to this Group.
1726 /// Getter of the first corpus added to this Group.
1728 /// @return the first corpus added to this Group.
1747 /// Upon its first invocation, this function walks the corpora
1786 /// Upon its first invocation, this function walks the corpora
1922 /// Upon its first invocation, this function possibly walks all the
1965 /// Upon its first invocation, this function possibly walks all the