Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__algorithm/
H A Dlexicographical_compare_three_way.h71 bool __exhausted1 = __first1 == __last1; variable
74 if (__exhausted1 || __exhausted2) {
75 if (!__exhausted1)