| /llvm-project-15.0.7/llvm/utils/PerfectShuffle/ |
| H A D | PerfectShuffle.cpp | 168 std::cerr << "t" << ValNo; in PrintOperation() 169 PrintMask(ThisOp, std::cerr); in PrintOperation() 174 PrintMask(ShufTab[ThisOp].Arg0, std::cerr); in PrintOperation() 179 std::cerr << "t" << i; in PrintOperation() 186 std::cerr << ", lane " << ShufTab[ThisOp].Arg1; in PrintOperation() 190 std::cerr << ", "; in PrintOperation() 193 PrintMask(ShufTab[ThisOp].Arg1, std::cerr); in PrintOperation() 198 std::cerr << "t" << i; in PrintOperation() 203 std::cerr << ") "; in PrintOperation() 499 PrintMask(i, std::cerr); in main() [all …]
|
| /llvm-project-15.0.7/libcxx/test/std/input.output/iostream.objects/ |
| H A D | init.pass.cpp | 37 : cerr_mem_dump(new char[sizeof(std::cerr)]) in Checker() 42 std::memcpy(cerr_mem_dump, (char*)&std::cerr, sizeof(std::cerr)); in Checker() 88 assert(std::memcmp(check.cerr_mem_dump, (char const*)&std::cerr, sizeof(std::cerr)) == 0); in main()
|
| /llvm-project-15.0.7/libcxx/test/std/input.output/iostream.objects/narrow.stream.objects/ |
| H A D | cerr.sh.cpp | 24 std::cerr << "1234"; in main() 25 assert(std::cerr.flags() & std::ios_base::unitbuf); in main() 26 assert(std::cerr.tie() == &std::cout); in main()
|
| /llvm-project-15.0.7/compiler-rt/test/asan/TestCases/Windows/ |
| H A D | heaprealloc_alloc_zero.cpp | 11 std::cerr << "allocated!\n"; in main() 39 std::cerr << "HeapAlloc size failure! " << heapsize << " != 1\n"; in main() 48 std::cerr << "HeapAlloc size failure! " << heapsize << " != 3\n"; in main()
|
| /llvm-project-15.0.7/llvm/examples/ParallelJIT/ |
| H A D | ParallelJIT.cpp | 284 std::cerr << "Could not create thread" << std::endl; in main() 291 std::cerr << "Could not create thread" << std::endl; in main() 298 std::cerr << "Could not create thread" << std::endl; in main() 307 std::cerr << "Could not join thread" << std::endl; in main() 314 std::cerr << "Could not join thread" << std::endl; in main() 321 std::cerr << "Could not join thread" << std::endl; in main()
|
| /llvm-project-15.0.7/third-party/benchmark/src/ |
| H A D | sysinfo.cc | 84 PrintImp(std::cerr, std::forward<Args>(args)...); in PrintErrorAndDie() 487 std::cerr << "failed to open /proc/cpuinfo\n"; in GetNumCPUs() 513 std::cerr << "Failure reading /proc/cpuinfo\n"; in GetNumCPUs() 517 std::cerr << "Failed to read to end of /proc/cpuinfo\n"; in GetNumCPUs() 568 std::cerr << "failed to open /proc/cpuinfo\n"; in GetCPUCyclesPerSecond() 602 std::cerr << "Failure reading /proc/cpuinfo\n"; in GetCPUCyclesPerSecond() 606 std::cerr << "Failed to read to end of /proc/cpuinfo\n"; in GetCPUCyclesPerSecond() 649 std::cerr << "failed to open /dev/kstat\n"; in GetCPUCyclesPerSecond() 654 std::cerr << "failed to lookup in /dev/kstat\n"; in GetCPUCyclesPerSecond() 658 std::cerr << "failed to read from /dev/kstat\n"; in GetCPUCyclesPerSecond() [all …]
|
| H A D | commandlineflags.cc | 42 std::cerr << src_text << " is expected to be a 32-bit integer, " in ParseInt32() 56 std::cerr << src_text << " is expected to be a 32-bit integer, " in ParseInt32() 76 std::cerr << src_text << " is expected to be a double, " in ParseDouble() 93 std::cerr << src_text << " is expected to be a comma-separated list of " in ParseKvPairs() 99 std::cerr << src_text << " is expected to contain unique keys but key \"" in ParseKvPairs()
|
| /llvm-project-15.0.7/third-party/benchmark/test/ |
| H A D | filter_test.cc | 92 std::cerr << "ERROR: Expected " << expected_return in main() 101 std::cerr << "ERROR: Expected " << expected_reports in main() 110 std::cerr << "ERROR: Expected " << expected_reports in main()
|
| H A D | spec_arg_test.cc | 75 std::cerr in main() 90 std::cerr << "Expected benchmark [" << spec << "] to run, but got [" in main()
|
| /llvm-project-15.0.7/mlir/tools/mlir-vulkan-runner/ |
| H A D | VulkanRuntime.cpp | 24 std::cerr << " failed with error code " << error << " when executing " << api; in emitVulkanError() 98 std::cerr << "expected buffer size greater than zero for resource data"; in countDeviceMemorySize() 108 std::cerr << "Vulkan runtime needs at least one resource"; in initRuntime() 112 std::cerr << "binary shader size must be greater than zero"; in initRuntime() 381 std::cerr << "cannot find valid queue"; in getBestComputeQueue() 404 std::cerr in createMemoryBuffers() 415 std::cerr in createMemoryBuffers() 426 std::cerr << "storage class for resource with descriptor binding: " in createMemoryBuffers() 611 std::cerr << "cannot find layout bindings for the set with number: " in createDescriptorSetLayout() 732 std::cerr << "Each descriptor set must have descriptor set information"; in setWriteDescriptors()
|
| /llvm-project-15.0.7/libcxx/include/ |
| H A D | iostream | 25 extern ostream cerr; 54 extern _LIBCPP_FUNC_VIS ostream cerr;
|
| /llvm-project-15.0.7/libcxx/src/ |
| H A D | iostream.cpp | 56 _ALIGNAS_TYPE (ostream) _LIBCPP_FUNC_VIS char cerr[sizeof(ostream)] 122 ostream* cerr_ptr = ::new(cerr) ostream(::new(__cerr) __stdoutbuf<char>(stderr, &mb_cerr)); in DoIOSInit()
|
| /llvm-project-15.0.7/lldb/test/API/lldbutil-tests/failed-to-hit-breakpoint/ |
| H A D | main.cpp | 8 std::cerr << "stderr_needle" << std::flush; in main()
|
| /llvm-project-15.0.7/compiler-rt/test/fuzzer/ |
| H A D | CounterTest.cpp | 15 std::cerr << "BINGO!\n"; in LLVMFuzzerTestOneInput()
|
| H A D | SpamyTest.cpp | 19 std::cerr << "STREAM_CERR\n"; in LLVMFuzzerTestOneInput()
|
| H A D | FourIndependentBranchesTest.cpp | 18 std::cerr << "BINGO!\n"; in LLVMFuzzerTestOneInput()
|
| H A D | FullCoverageSetTest.cpp | 20 std::cerr << "BINGO!\n"; in LLVMFuzzerTestOneInput()
|
| H A D | CustomMutatorTest.cpp | 36 std::cerr << "In LLVMFuzzerCustomMutator\n"; in LLVMFuzzerCustomMutator()
|
| /llvm-project-15.0.7/llvm/examples/BrainF/ |
| H A D | BrainF.cpp | 311 std::cerr << "Error: Unknown symbol.\n"; in readloop() 424 std::cerr << "Error: Extra ']'\n"; in readloop() 468 std::cerr << "Error: Missing ']'\n"; in readloop()
|
| /llvm-project-15.0.7/libc/utils/testutils/ |
| H A D | FDReaderUnix.cpp | 20 std::cerr << "pipe(2) failed"; in FDReader()
|
| /llvm-project-15.0.7/openmp/libomptarget/test/mapping/ |
| H A D | map_back_race.cpp | 31 std::cerr << "Expected: " << expected_value << " Got: " << counter_N0 in test_parallel_for__target()
|
| /llvm-project-15.0.7/libcxx/test/std/utilities/format/format.functions/ |
| H A D | format.locale.pass.cpp | 37 … std::cerr << "\nFormat string " << fmt.template sv<char>() << "\nExpected output " << expected
|
| H A D | format.pass.cpp | 45 … std::cerr << "\nFormat string " << fmt.template sv<char>() << "\nExpected output " << expected
|
| /llvm-project-15.0.7/openmp/libomptarget/plugins/remote/server/ |
| H A D | OffloadingServer.cpp | 38 std::cerr << "Server listening on " << Config.ServerAddresses[0] in main()
|
| /llvm-project-15.0.7/lldb/test/API/commands/settings/ |
| H A D | main.cpp | 61 std::cerr << "This message should go to standard error.\n"; in main()
|