Home
last modified time | relevance | path

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

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