Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMP.cpp155 const auto *EndA = BeginA + static_cast<int>(RowA[1]); in getCompoundConstruct() local
158 if (BeginA == EndA && BeginB == EndB) in getCompoundConstruct()
160 return std::lexicographical_compare(BeginA, EndA, BeginB, EndB); in getCompoundConstruct()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRDFRegisters.h36 auto ItA = A.begin(), EndA = A.end(); in disjoint() local
38 while (ItA != EndA && ItB != EndB) { in disjoint()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DType.cpp5250 auto IterA = LHS.begin(), EndA = LHS.end(); in getIntersection() local
5259 while (IterA != EndA && IterB != EndB) { in getIntersection()