Home
last modified time | relevance | path

Searched defs:buf1 (Results 1 – 14 of 14) sorted by relevance

/llvm-project/libcxx/test/std/input.output/string.streams/stringbuf/stringbuf.assign/
H A Dnonmember_swap.pass.cpp26 std::stringbuf buf1("testing"); in main() local
33 std::stringbuf buf1("testing", std::ios_base::in); in main() local
40 std::stringbuf buf1("testing", std::ios_base::out); in main() local
48 std::wstringbuf buf1(L"testing"); in main() local
55 std::wstringbuf buf1(L"testing", std::ios_base::in); in main() local
62 std::wstringbuf buf1(L"testing", std::ios_base::out); in main() local
H A Dmember_swap.pass.cpp24 std::stringbuf buf1("testing"); in main() local
31 std::stringbuf buf1("testing", std::ios_base::in); in main() local
38 std::stringbuf buf1("testing", std::ios_base::out); in main() local
46 std::wstringbuf buf1(L"testing"); in main() local
53 std::wstringbuf buf1(L"testing", std::ios_base::in); in main() local
60 std::wstringbuf buf1(L"testing", std::ios_base::out); in main() local
H A Dmove.pass.cpp49 test_stringbuf<CharT> buf1(s); in test() local
56 test_stringbuf<CharT> buf1(s, std::ios_base::in); in test() local
63 test_stringbuf<CharT> buf1(s, std::ios_base::out); in test() local
70 test_stringbuf<CharT> buf1; in test() local
77 std::basic_stringbuf<CharT> buf1(s); in test() local
H A Dnonmember_swap_noexcept.pass.cpp62 std::basic_stringbuf<CharT, std::char_traits<CharT>, test_alloc<CharT>> buf1; in test() local
67 …asic_stringbuf<CharT, std::char_traits<CharT>, test_alloc_propagate_on_container_swap<CharT>> buf1; in test() local
72 std::basic_stringbuf<CharT, std::char_traits<CharT>, test_alloc_is_always_equal<CharT>> buf1; in test() local
78 buf1; in test() local
84 std::basic_stringbuf<CharT, std::char_traits<CharT>, test_alloc_not_empty<CharT>> buf1; in test() local
89 …gbuf<CharT, std::char_traits<CharT>, test_alloc_propagate_on_container_swap_not_empty<CharT>> buf1; in test() local
H A Dmember_swap_noexcept.pass.cpp63 std::basic_stringbuf<CharT, std::char_traits<CharT>, test_alloc<CharT>> buf1; in test() local
68 …asic_stringbuf<CharT, std::char_traits<CharT>, test_alloc_propagate_on_container_swap<CharT>> buf1; in test() local
73 std::basic_stringbuf<CharT, std::char_traits<CharT>, test_alloc_is_always_equal<CharT>> buf1; in test() local
79 buf1; in test() local
85 std::basic_stringbuf<CharT, std::char_traits<CharT>, test_alloc_not_empty<CharT>> buf1; in test() local
90 …gbuf<CharT, std::char_traits<CharT>, test_alloc_propagate_on_container_swap_not_empty<CharT>> buf1; in test() local
/llvm-project/libcxx/test/std/input.output/string.streams/stringbuf/stringbuf.cons/
H A Dmove.pass.cpp52 test_stringbuf<CharT> buf1(s); in test() local
59 test_stringbuf<CharT> buf1(s, std::ios_base::in); in test() local
66 test_stringbuf<CharT> buf1(s, std::ios_base::out); in test() local
73 test_stringbuf<CharT> buf1; in test() local
81 StringBuf buf1(s); in test() local
H A Dmove.alloc.pass.cpp52 test_stringbuf<CharT> buf1(s); in test() local
61 test_stringbuf<CharT> buf1(s, std::ios_base::in); in test() local
70 test_stringbuf<CharT> buf1(s, std::ios_base::out); in test() local
79 test_stringbuf<CharT> buf1; in test() local
89 StringBuf buf1(s); in test() local
/llvm-project/lldb/test/Shell/SymbolFile/PDB/Inputs/
H A DExpressionsTest.cpp5 char buf1[] = {0, 1, 2, 3, 4, 5, 6, 7}; variable
/llvm-project/compiler-rt/test/fuzzer/
H A DCustomAllocator.cpp15 static const char *buf1 = "aaaa"; variable
/llvm-project/clang/test/Sema/
H A Dattr-diagnose-as-builtin.c59 char buf1[10]; in call_memcpy2() local
/llvm-project/clang/test/CodeGen/
H A Dalloc-size.c255 short *const buf1 = (short*)(my_malloc(100)); in test9() local
/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCheckSecuritySyntaxOnly.cpp879 SmallString<256> buf1; in checkCall_rand() local
1051 SmallString<256> buf1; in checkUncheckedReturnValue() local
/llvm-project/mlir/lib/Dialect/SparseTensor/Transforms/
H A DSparseGPUCodegen.cpp848 auto buf1 = genAllocBuffer(rewriter, loc, bufferSz1, token); in rewriteSpGEMM() local
1008 auto buf1 = genAllocBuffer(rewriter, loc, bufferSz1, token); in rewrite2To4SpMM() local
/llvm-project/clang/test/Analysis/
H A Dtaint-generic.c316 __builtin_memcpy(dst, buf1, (ts + 4)*sizeof(char)); // warn here, dst overflows (whatever the value of ts) in testTaintedBufferSize() local