Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DInterp.cpp2048 for (unsigned NullByte : llvm::seq(ShorterCharWidth)) { in arePotentiallyOverlappingStringLiterals() local
2049 if (Shorter.size() + NullByte >= Longer.size()) in arePotentiallyOverlappingStringLiterals()
2051 if (Longer[Shorter.size() + NullByte]) in arePotentiallyOverlappingStringLiterals()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp2245 for (int NullByte : llvm::seq(ShorterCharWidth)) { in ArePotentiallyOverlappingStringLiterals() local
2246 if (Shorter.size() + NullByte >= Longer.size()) in ArePotentiallyOverlappingStringLiterals()
2248 if (Longer[Shorter.size() + NullByte]) in ArePotentiallyOverlappingStringLiterals()