Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMP.cpp157 const auto *EndB = BeginB + static_cast<int>(RowB[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.h37 auto ItB = B.begin(), EndB = B.end(); in disjoint() local
38 while (ItA != EndA && ItB != EndB) { in disjoint()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DType.cpp5251 auto IterB = RHS.begin(), EndB = RHS.end(); in getIntersection() local
5259 while (IterA != EndA && IterB != EndB) { in getIntersection()