Home
last modified time | relevance | path

Searched defs:to_size (Results 1 – 2 of 2) sorted by relevance

/openbsd/gnu/llvm/compiler-rt/lib/asan/tests/
H A Dasan_str_test.cpp188 size_t to_size = Ident(30); in TEST() local
211 size_t to_size = Ident(20); in TEST() local
416 size_t to_size = Ident(100); in TEST() local
451 size_t to_size = Ident(100); in TEST() local
/openbsd/gnu/llvm/libcxx/src/filesystem/
H A Doperations.cpp602 bool posix_ftruncate(const FileDescriptor& fd, off_t to_size, error_code& ec) { in posix_ftruncate()