Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMP.cpp153 [](const llvm::omp::Directive *RowA, const llvm::omp::Directive *RowB) { in getCompoundConstruct() argument
154 const auto *BeginA = &RowA[2]; in getCompoundConstruct()
155 const auto *EndA = BeginA + static_cast<int>(RowA[1]); in getCompoundConstruct()
159 return static_cast<int>(RowA[0]) < static_cast<int>(RowB[0]); in getCompoundConstruct()