Home
last modified time | relevance | path

Searched refs:cerr (Results 1 – 25 of 49) sorted by relevance

12

/llvm-project-15.0.7/llvm/utils/PerfectShuffle/
H A DPerfectShuffle.cpp168 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 Dinit.pass.cpp37 : 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 Dcerr.sh.cpp24 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 Dheaprealloc_alloc_zero.cpp11 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 DParallelJIT.cpp284 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 Dsysinfo.cc84 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 Dcommandlineflags.cc42 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 Dfilter_test.cc92 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 Dspec_arg_test.cc75 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 DVulkanRuntime.cpp24 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 Diostream25 extern ostream cerr;
54 extern _LIBCPP_FUNC_VIS ostream cerr;
/llvm-project-15.0.7/libcxx/src/
H A Diostream.cpp56 _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 Dmain.cpp8 std::cerr << "stderr_needle" << std::flush; in main()
/llvm-project-15.0.7/compiler-rt/test/fuzzer/
H A DCounterTest.cpp15 std::cerr << "BINGO!\n"; in LLVMFuzzerTestOneInput()
H A DSpamyTest.cpp19 std::cerr << "STREAM_CERR\n"; in LLVMFuzzerTestOneInput()
H A DFourIndependentBranchesTest.cpp18 std::cerr << "BINGO!\n"; in LLVMFuzzerTestOneInput()
H A DFullCoverageSetTest.cpp20 std::cerr << "BINGO!\n"; in LLVMFuzzerTestOneInput()
H A DCustomMutatorTest.cpp36 std::cerr << "In LLVMFuzzerCustomMutator\n"; in LLVMFuzzerCustomMutator()
/llvm-project-15.0.7/llvm/examples/BrainF/
H A DBrainF.cpp311 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 DFDReaderUnix.cpp20 std::cerr << "pipe(2) failed"; in FDReader()
/llvm-project-15.0.7/openmp/libomptarget/test/mapping/
H A Dmap_back_race.cpp31 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 Dformat.locale.pass.cpp37 … std::cerr << "\nFormat string " << fmt.template sv<char>() << "\nExpected output " << expected
H A Dformat.pass.cpp45 … std::cerr << "\nFormat string " << fmt.template sv<char>() << "\nExpected output " << expected
/llvm-project-15.0.7/openmp/libomptarget/plugins/remote/server/
H A DOffloadingServer.cpp38 std::cerr << "Server listening on " << Config.ServerAddresses[0] in main()
/llvm-project-15.0.7/lldb/test/API/commands/settings/
H A Dmain.cpp61 std::cerr << "This message should go to standard error.\n"; in main()

12