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.cpp156 const auto *BeginB = &RowB[2]; in getCompoundConstruct() local
157 const auto *EndB = BeginB + static_cast<int>(RowB[1]); in getCompoundConstruct()
158 if (BeginA == EndA && BeginB == EndB) in getCompoundConstruct()
160 return std::lexicographical_compare(BeginA, EndA, BeginB, EndB); in getCompoundConstruct()