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

/openbsd-current/gnu/llvm/libcxx/include/__algorithm/
H A Dsort.h72 _Comp __get_comp(_Comp __comp) { return __comp; } function in struct:_UnwrapAlgPolicy
83 _Comp __get_comp(_Wrapped& __w) { return __w.__comp; } function in struct:_UnwrapAlgPolicy
159 _Compare __c = _Unwrap::__get_comp(__wrapped_comp);
353 _Compare __comp = _Unwrap::__get_comp(__wrapped_comp);
638 _Compare __comp = _Unwrap::__get_comp(__wrapped_comp);

Completed in 133 milliseconds