Home
last modified time | relevance | path

Searched refs:errs (Results 101 - 125 of 288) sorted by relevance

12345678910>>...12

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DScheduleDAGPrinter.cpp89 errs() << "ScheduleDAG::viewGraph is only available in debug builds on " in viewGraph()
H A DMachineRegisterInfo.cpp224 errs() << printReg(Reg, getTargetRegisterInfo()) in verifyUseList()
233 errs() << printReg(Reg, getTargetRegisterInfo()) in verifyUseList()
239 errs() << printReg(Reg, getTargetRegisterInfo()) in verifyUseList()
245 errs() << printReg(Reg, getTargetRegisterInfo()) in verifyUseList()
H A DRegisterUsageInfo.cpp53 print(errs()); in doFinalization()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DInstCount.cpp48 errs() << "Instruction Count does not know about " << I; in visitInstruction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DFormattedStream.cpp98 static formatted_raw_ostream S(errs()); in ferrs()
/kernel/linux/linux-5.10/drivers/acpi/
H A Dtables.c302 int errs = 0; in acpi_parse_entries_array() local
322 (!errs && proc[i].handler(entry.hdr, table_end))) { in acpi_parse_entries_array()
323 errs++; in acpi_parse_entries_array()
352 return errs ? -EINVAL : count; in acpi_parse_entries_array()
/kernel/linux/linux-6.6/drivers/acpi/
H A Dtables.c347 int errs = 0; in acpi_parse_entries_array() local
367 (!errs && in acpi_parse_entries_array()
369 errs++; in acpi_parse_entries_array()
398 return errs ? -EINVAL : count; in acpi_parse_entries_array()
/kernel/linux/linux-6.6/tools/perf/tests/shell/lib/
H A Dperf_metric_validation.py186 errs = []
196 errs.append(s)
212 if len(errs) > 0:
213 return -1, "Metric value missing: "+','.join(errs)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugFrame.cpp335 errs() << "DUMP: ";
338 errs().write_hex(c); errs() << " ";
340 errs() << "\n";
/kernel/linux/linux-6.6/drivers/crypto/hisilicon/sec2/
H A Dsec_main.c981 const struct sec_hw_error *errs = sec_hw_errors; in sec_log_hw_error() local
985 while (errs->msg) { in sec_log_hw_error()
986 if (errs->int_msk & err_sts) { in sec_log_hw_error()
988 errs->msg, errs->int_msk); in sec_log_hw_error()
990 if (SEC_CORE_INT_STATUS_M_ECC & errs->int_msk) { in sec_log_hw_error()
998 errs++; in sec_log_hw_error()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
H A DThinLTOCodeGenerator.cpp196 Err.print("ThinLTO", errs()); in loadModuleFromInput()
221 Err.print("ThinLTO", errs()); in crossImportIntoModule()
389 errs() << "Error: " << ErrorMsgBuffer << "\n"; in write()
576 std::move(Err), errs(), in linkCombinedIndex()
882 errs() << "error: can't link or copy from cached entry '" << CacheEntryPath in writeGeneratedObject()
1081 errs() << "Error: " << toString(DiagFileOrErr.takeError()) << "\n"; in run()
1116 errs() << "error: can't reload cached file '" << CacheEntryPath in run()
/third_party/libwebsockets/test-apps/
H A Dtest-client.c54 static uint32_t count_blocks = 1024, txb, rxb, rx_count, errs; variable
459 errs++; in callback_lws_mirror()
469 lwsl_notice("Everything received: errs %d\n", in callback_lws_mirror()
470 errs); in callback_lws_mirror()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Interpreter/
H A DExternalFunctions.cpp294 errs() << "Tried to execute an unknown external function: " in callExternalFunction()
300 errs() << "Recompiling LLVM with --enable-libffi might help.\n"; in callExternalFunction()
402 errs() << "<unknown printf code '" << *FmtStr << "'!>"; in lle_X_sprintf()
/third_party/skia/third_party/externals/dawn/src/dawn_node/tools/src/cmd/idlgen/
H A Dmain.go93 errs := make([]string, numErrs)
95 errs[i] = e.Message
97 return fmt.Errorf("errors found while parsing %v:\n%v", path, strings.Join(errs, "\n"))
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
H A DMips16HardFloat.cpp486 LLVM_DEBUG(errs() << "removing -use-soft-float\n"); in removeUseSoftFloat()
490 LLVM_DEBUG(errs() << "still has -use-soft-float\n"); in removeUseSoftFloat()
514 LLVM_DEBUG(errs() << "Run on Module Mips16HardFloat\n"); in runOnModule()
H A DMipsTargetMachine.cpp285 LLVM_DEBUG(errs() << "No Target Transform Info Pass Added\n"); in getTargetTransformInfo()
290 LLVM_DEBUG(errs() << "Target Transform Info Pass Added\n"); in getTargetTransformInfo()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
H A DSystemZISelDAGToDAG.cpp75 errs() << "SystemZAddressingMode " << this << '\n'; in dump()
77 errs() << " Base "; in dump()
81 errs() << "null\n"; in dump()
84 errs() << " Index "; in dump()
88 errs() << "null\n"; in dump()
91 errs() << " Disp " << Disp; in dump()
93 errs() << " + ADJDYNALLOC"; in dump()
94 errs() << '\n'; in dump()
1465 LLVM_DEBUG(errs() << "== "; Node->dump(CurDAG); errs() << "\ in Select()
[all...]
/kernel/linux/linux-5.10/include/xen/interface/
H A Dmemory.h213 GUEST_HANDLE(int) errs; member
/kernel/linux/linux-6.6/include/xen/interface/
H A Dmemory.h213 GUEST_HANDLE(int) errs; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DLegacyPassNameParser.h71 errs() << "Two passes with the same argument (-"
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/TextAPI/MachO/
H A DSymbol.h104 void dump() const { dump(llvm::errs()); } in dump()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/
H A DBPFMCInstLower.cpp56 MI->print(errs()); in Lower()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp1183 errs() << "Base Pairs (w/o Relocation):\n"; in findBasePointers()
1185 errs() << " derived "; in findBasePointers()
1186 Pair.first->printAsOperand(errs(), false); in findBasePointers()
1187 errs() << " base "; in findBasePointers()
1188 Pair.second->printAsOperand(errs(), false); in findBasePointers()
1189 errs() << "\n";; in findBasePointers()
2268 errs() << "Base Pairs: (w/Relocation)\n"; in insertParsePoints()
2270 errs() << " derived "; in insertParsePoints()
2271 Pair.first->printAsOperand(errs(), false); in insertParsePoints()
2272 errs() << " bas in insertParsePoints()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/
H A DLanaiISelDAGToDAG.cpp277 LLVM_DEBUG(errs() << "== "; Node->dump(CurDAG); errs() << "\n"); in Select()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCELFObjectWriter.cpp121 Target.print(errs()); in getRelocType()
122 errs() << '\n'; in getRelocType()

Completed in 26 milliseconds

12345678910>>...12