/llvm-project/libcxx/test/std/input.output/string.streams/stringbuf/stringbuf.assign/ |
H A D | nonmember_swap.pass.cpp | 26 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 D | member_swap.pass.cpp | 24 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 D | move.pass.cpp | 49 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 D | nonmember_swap_noexcept.pass.cpp | 62 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 D | member_swap_noexcept.pass.cpp | 63 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 D | move.pass.cpp | 52 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 D | move.alloc.pass.cpp | 52 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 D | ExpressionsTest.cpp | 5 char buf1[] = {0, 1, 2, 3, 4, 5, 6, 7}; variable
|
/llvm-project/compiler-rt/test/fuzzer/ |
H A D | CustomAllocator.cpp | 15 static const char *buf1 = "aaaa"; variable
|
/llvm-project/clang/test/Sema/ |
H A D | attr-diagnose-as-builtin.c | 59 char buf1[10]; in call_memcpy2() local
|
/llvm-project/clang/test/CodeGen/ |
H A D | alloc-size.c | 255 short *const buf1 = (short*)(my_malloc(100)); in test9() local
|
/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | CheckSecuritySyntaxOnly.cpp | 879 SmallString<256> buf1; in checkCall_rand() local 1051 SmallString<256> buf1; in checkUncheckedReturnValue() local
|
/llvm-project/mlir/lib/Dialect/SparseTensor/Transforms/ |
H A D | SparseGPUCodegen.cpp | 848 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 D | taint-generic.c | 316 __builtin_memcpy(dst, buf1, (ts + 4)*sizeof(char)); // warn here, dst overflows (whatever the value of ts) in testTaintedBufferSize() local
|