Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/test/std/localization/locales/locale.convenience/conversions/conversions.buffer/
H A Dpbackfail.pass.cpp30 struct test_buf struct
38 explicit test_buf(std::streambuf* sb) : base(sb) {} in test_buf() argument
52 test_buf f(bs.rdbuf()); in main() argument
H A Dunderflow.pass.cpp30 struct test_buf struct
38 explicit test_buf(std::streambuf* sb) : base(sb) {} in test_buf() argument
52 test_buf f(bs.rdbuf()); in main() argument
H A Doverflow.pass.cpp28 struct test_buf struct
36 explicit test_buf(std::streambuf* sb) : base(sb) {} in test_buf() argument
50 test_buf f(bs.rdbuf()); in main() argument
H A Dseekoff.pass.cpp44 typedef std::wbuffer_convert<test_codecvt> test_buf; in main() typedef
/llvm-project-15.0.7/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-15.0.7/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_format_interceptor_test.cpp62 static const char test_buf[] = "Test string."; variable
/llvm-project-15.0.7/llvm/lib/Target/BPF/
H A DBPFISelDAGToDAG.cpp374 } test_buf; in getConstantFieldValue() local