Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__algorithm/
H A Dlexicographical_compare_three_way.h72 bool __exhausted2 = __first2 == __last2; variable
74 if (__exhausted1 || __exhausted2) {
77 if (!__exhausted2)