Searched refs:NullByte (Results 1 – 2 of 2) sorted by relevance
2048 for (unsigned NullByte : llvm::seq(ShorterCharWidth)) { in arePotentiallyOverlappingStringLiterals() local2049 if (Shorter.size() + NullByte >= Longer.size()) in arePotentiallyOverlappingStringLiterals()2051 if (Longer[Shorter.size() + NullByte]) in arePotentiallyOverlappingStringLiterals()
2245 for (int NullByte : llvm::seq(ShorterCharWidth)) { in ArePotentiallyOverlappingStringLiterals() local2246 if (Shorter.size() + NullByte >= Longer.size()) in ArePotentiallyOverlappingStringLiterals()2248 if (Longer[Shorter.size() + NullByte]) in ArePotentiallyOverlappingStringLiterals()