Home
last modified time | relevance | path

Searched defs:test_buf (Results 1 – 10 of 10) sorted by relevance

/llvm-project/libcxx/test/std/localization/locales/locale.convenience/conversions/conversions.buffer/
H A Dpbackfail.pass.cpp26 struct test_buf struct
34 explicit test_buf(std::streambuf* sb) : base(sb) {} in test_buf() argument
49 test_buf f(in.rdbuf()); in main() argument
H A Dunderflow.pass.cpp28 struct test_buf struct
36 explicit test_buf(std::streambuf* sb) : base(sb) {} in test_buf() argument
51 test_buf f(bs.rdbuf()); in main() argument
H A Doverflow.pass.cpp29 struct test_buf struct
37 explicit test_buf(std::streambuf* sb) : base(sb) {} in test_buf() argument
53 test_buf f(out.rdbuf()); in main() argument
H A Dseekoff.pass.cpp45 typedef std::wbuffer_convert<test_codecvt> test_buf; in main() typedef
/llvm-project/libcxx/test/std/input.output/file.streams/fstreams/filebuf.virtuals/
H A Dpbackfail.pass.cpp21 struct test_buf struct
40 test_buf<char> f; in main() argument
H A Dunderflow.pass.cpp26 struct test_buf struct
44 test_buf<char> f; in main() argument
H A Doverflow.pass.cpp24 struct test_buf struct
43 test_buf<char> f; in main() argument
/llvm-project/libcxx/test/std/input.output/syncstream/syncbuf/syncstream.syncbuf.assign/
H A Dassign.pass.cpp48 class test_buf : public std::basic_streambuf<T> { class
52 test_buf(int _id = 0) : id(_id) {} in test_buf() function in test_buf
/llvm-project/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_format_interceptor_test.cpp64 static const char test_buf[] = "Test string."; variable
/llvm-project/llvm/lib/Target/BPF/
H A DBPFISelDAGToDAG.cpp374 } test_buf; getConstantFieldValue() local