Home
last modified time | relevance | path

Searched defs:xlen (Results 1 – 15 of 15) sorted by relevance

/llvm-project/libcxx/test/std/strings/basic.string/string.modifiers/string_replace/
H A Dsize_size_pointer.pass.cpp32 typename S::size_type xlen = std::min(n1, old_size - pos); in test() local
H A Dsize_size_size_char.pass.cpp37 typename S::size_type xlen = std::min(n1, old_size - pos); in test() local
H A Dsize_size_string.pass.cpp31 typename S::size_type xlen = std::min(n1, old_size - pos1); in test() local
H A Diter_iter_size_char.pass.cpp32 typename S::size_type xlen = last - first; in test() local
H A Dsize_size_string_view.pass.cpp31 typename S::size_type xlen = std::min(n1, old_size - pos1); in test() local
H A Diter_iter_string.pass.cpp27 typename S::size_type xlen = last - first; in test() local
H A Diter_iter_string_view.pass.cpp26 typename S::size_type xlen = last - first; in test() local
H A Diter_iter_pointer.pass.cpp29 typename S::size_type xlen = last - first; in test() local
H A Dsize_size_pointer_size.pass.cpp37 typename S::size_type xlen = std::min(n1, old_size - pos); in test() local
H A Diter_iter_pointer_size.pass.cpp32 typename S::size_type xlen = last - first; in test() local
H A Dsize_size_string_size_size.pass.cpp42 typename S::size_type xlen = std::min(n1, old_size - pos1); in test() local
69 typename S::size_type xlen = std::min(n1, old_size - pos1); in test_npos() local
H A Dsize_size_T_size_size.pass.cpp50 SizeT xlen = std::min<SizeT>(n1, old_size - pos1); in test() local
79 SizeT xlen = std::min<SizeT>(n1, old_size - pos1); in test_npos() local
H A Diter_iter_iter_iter.pass.cpp28 typename S::size_type xlen = last - first; in test() local
/llvm-project/mlir/lib/Target/LLVMIR/Dialect/VCIX/
H A DVCIXToLLVMIRTranslation.cpp40 VectorType vtype, llvm::Type *xlen, Location loc, in createVL()
/llvm-project/lld/ELF/Arch/
H A DRISCV.cpp1175 unsigned firstStackAlignValue = 0, xlen = 0; mergeAttributesSection() local