Home
last modified time | relevance | path

Searched refs:errs (Results 201 - 225 of 288) sorted by relevance

12345678910>>...12

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
H A DARMAsmPrinter.cpp1107 MI->print(errs());
1165 MI->print(errs());
1226 MI->print(errs());
1234 MI->print(errs());
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp227 print(errs()); errs() << '\n'; in dump()
625 print(errs()); errs() << '\n'; in dump()
1466 print(errs()); errs() << '\n'; in dump()
1509 print(errs()); errs() << '\n'; in dump()
1625 print(errs()); errs() << '\ in dump()
[all...]
/third_party/protobuf/conformance/third_party/jsoncpp/
H A Djsoncpp.cpp2091 Value* root, std::string* errs) override {
2093 if (errs) {
2094 *errs = reader_.getFormattedErrorMessages();
2193 Value* root, std::string* errs)
2202 return reader->parse(begin, end, root, errs);
2207 std::string errs;
2208 bool ok = parseFromStream(b, sin, &root, &errs);
2212 errs.c_str());
2214 throwRuntimeError(errs);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DMachineScheduler.cpp572 errs() << MF->getName(); in scheduleRegions()
573 errs() << ":%bb. " << MBB->getNumber(); in scheduleRegions()
574 errs() << " " << MBB->getName() << " \n"; in scheduleRegions()
2853 errs() << "Critical Path(GS-RR ): " << Rem.CriticalPath << " \n"; in registerRoots()
3355 errs() << "Critical Path(PGS-RR ): " << Rem.CriticalPath << " \n"; in registerRoots()
3752 errs() << "ScheduleDAGMI::viewGraph is only available in debug builds on " in viewGraph()
/kernel/linux/linux-6.6/drivers/infiniband/hw/bnxt_re/
H A Dhw_counters.c351 err_s = &rdev->stats.rstat.errs; in bnxt_re_ib_get_hw_stats()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
H A DOrcMCJITReplacement.h228 logAllUnhandledErrors(std::move(Err), errs(), "MCJIT error: "); in reportError()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
H A DMCFragment.cpp311 raw_ostream &OS = errs(); in dump()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MCA/HardwareUnits/
H A DRegisterFile.cpp96 errs() << "warning: register " << MRI.getName(Reg) in addRegisterFile()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A Draw_ostream.h504 /// errs() << "foo" << "bar";
505 raw_ostream &errs();
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DCallGraphSCCPass.cpp86 errs().indent(Offset*2) << "Call Graph SCC Pass Manager\n";
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H A DDebugify.cpp33 raw_ostream &dbg() { return Quiet ? nulls() : errs(); } in dbg()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
H A DTimer.cpp70 errs() << "Error opening info-output-file '" in CreateInfoOutputFile()
H A Draw_ostream.cpp692 // outs(), errs(), nulls()
708 /// errs() - This returns a reference to a raw_ostream for standard error.
709 /// Use it like: errs() << "foo" << "bar";
710 raw_ostream &llvm::errs() { in errs() function in llvm
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DSourceMgr.cpp252 PrintMessage(errs(), Loc, Kind, Msg, Ranges, FixIts, ShowColors); in PrintMessage()
H A DTimer.cpp75 errs() << "Error opening info-output-file '" in CreateInfoOutputFile()
H A DCommandLine.cpp182 errs() << ProgramName << ": CommandLine Error: Option '" << Name in addLiteralOption()
217 errs() << ProgramName << ": CommandLine Error: Option '" << O->ArgStr in addOption()
333 errs() << ProgramName << ": CommandLine Error: Option '" << O->ArgStr in updateArgStr()
1332 Errs = &errs(); in ParseCommandLineOptions()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUPALMetadata.cpp643 errs() << "Unrecognized PAL metadata register key '" << S << "'\n"; in setFromString()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCTargetDesc.cpp393 errs() << "error: invalid CPU \"" << CPUName.str().c_str() in createHexagonMCSubtargetInfo()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
H A DWebAssemblyAsmPrinter.cpp64 LLVM_DEBUG(errs() << "Unknown type for register number: " << RegNo); in getRegType()
/third_party/skia/third_party/externals/spirv-headers/tools/buildHeaders/jsoncpp/dist/
H A Djsoncpp.cpp2065 Value* root, std::string* errs) {
2067 if (errs) {
2068 *errs = reader_.getFormattedErrorMessages();
2162 Value* root, std::string* errs)
2171 return reader->parse(begin, end, root, errs);
2176 std::string errs;
2177 bool ok = parseFromStream(b, sin, &root, &errs);
2181 errs.c_str());
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/
H A Djsoncpp.cpp2065 Value* root, std::string* errs) {
2067 if (errs) {
2068 *errs = reader_.getFormattedErrorMessages();
2162 Value* root, std::string* errs)
2171 return reader->parse(begin, end, root, errs);
2176 std::string errs;
2177 bool ok = parseFromStream(b, sin, &root, &errs);
2181 errs.c_str());
/third_party/spirv-headers/tools/buildHeaders/jsoncpp/dist/
H A Djsoncpp.cpp2065 Value* root, std::string* errs) {
2067 if (errs) {
2068 *errs = reader_.getFormattedErrorMessages();
2162 Value* root, std::string* errs)
2171 return reader->parse(begin, end, root, errs);
2176 std::string errs;
2177 bool ok = parseFromStream(b, sin, &root, &errs);
2181 errs.c_str());
/kernel/linux/linux-5.10/arch/mips/include/asm/octeon/
H A Dcvmx-pip-defs.h2421 uint64_t errs:16; member
2423 uint64_t errs:16;
2434 uint64_t errs:16; member
2436 uint64_t errs:16;
/kernel/linux/linux-6.6/arch/mips/include/asm/octeon/
H A Dcvmx-pip-defs.h2421 uint64_t errs:16; member
2423 uint64_t errs:16;
2434 uint64_t errs:16; member
2436 uint64_t errs:16;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/
H A DValueEnumerator.cpp486 V->print(errs()); in print()
487 errs() << '\n'; in print()

Completed in 59 milliseconds

12345678910>>...12