Home
last modified time | relevance | path

Searched defs:ofs (Results 1 – 4 of 4) sorted by relevance

/llvm-project/libcxx/test/libcxx/input.output/file.streams/fstreams/
H A Dfstream.close.pass.cpp27 std::fstream ofs(temp, std::ios::out | std::ios::trunc); in main() local
/llvm-project/libcxx/test/std/input.output/file.streams/fstreams/ofstream.members/
H A Dbuffered_writes.pass.cpp58 std::ofstream ofs; in test_write() local
110 std::wofstream ofs; in test_write_codecvt() local
/llvm-project/libcxx/test/std/input.output/file.streams/fstreams/ifstream.members/
H A Dbuffered_reads.pass.cpp57 std::ofstream ofs; in test_read() local
112 std::wofstream ofs; in test_read_codecvt() local
/llvm-project/llvm/lib/Support/rpmalloc/
H A Drpmalloc.c499 #define pointer_offset(ptr, ofs) (void *)((char *)(ptr) + (ptrdiff_t)(ofs)) argument