Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMP.cpp158 const auto *BeginB = &RowB[2]; in getCompoundConstruct() local
159 const auto *EndB = BeginB + static_cast<int>(RowB[1]); in getCompoundConstruct()
160 if (BeginA == EndA && BeginB == EndB) in getCompoundConstruct()
162 return std::lexicographical_compare(BeginA, EndA, BeginB, EndB); in getCompoundConstruct()