Searched refs:__lc (Results 1 - 3 of 3) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/include/profile/impl/
H A Dprofiler_list_to_vector.h79 void __set_list_cost(float __lc) { _M_list_cost = __lc; } argument
214 float __lc = __list_cost(__res->__shift_count(), __res->__iterate()); local
216 __res->__set_list_cost(__lc);
H A Dprofiler_vector_to_list.h78 void __set_list_cost(float __lc) { _M_list_cost = __lc; } argument
222 float __lc = __list_cost(__res->__shift_count(), __res->__iterate(), local
225 __res->__set_list_cost(__lc);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dstl_algobase.h881 static bool __lc(_II1, _II1, _II2, _II2);
888 __lc(_II1 __first1, _II1 __last1, _II2 __first2, _II2 __last2) function in class:__lexicographical_compare
912 __lc(const _Tp* __first1, const _Tp* __last1, function in struct:__lexicographical_compare
937 return std::__lexicographical_compare<__simple>::__lc(__first1, __last1,

Completed in 159 milliseconds