Home
last modified time | relevance | path

Searched refs:Print (Results 1 – 25 of 323) sorted by relevance

12345678910>>...13

/freebsd-13-stable/contrib/googletest/googletest/test/
HDgoogletest-printers-test.cc272 static void Print(const Wrapper<T>& w, ::std::ostream* os) { in Print() function in testing::internal::UniversalPrinter
304 std::string Print(const T& value) { in Print() function
306 UniversalPrinter<T>::Print(value, &ss); in Print()
316 UniversalPrinter<T&>::Print(value, &ss); in PrintByRef()
323 EXPECT_EQ("-1", Print(kAE1)); in TEST()
324 EXPECT_EQ("1", Print(kAE2)); in TEST()
328 EXPECT_EQ("-2", Print(kEWP1)); in TEST()
329 EXPECT_EQ("42", Print(kEWP2)); in TEST()
333 EXPECT_EQ("kEWS1", Print(kEWS1)); in TEST()
334 EXPECT_EQ("invalid", Print(static_cast<EnumWithStreaming>(0))); in TEST()
[all …]
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/asan/
HDasan_errors.cpp37 static_cast<const ScarinessScoreBase *>(callback_context)->Print(); in OnStackUnwind()
42 void ErrorDeadlySignal::Print() { in Print() function in __asan::ErrorDeadlySignal
46 void ErrorDoubleFree::Print() { in Print() function in __asan::ErrorDoubleFree
53 scariness.Print(); in Print()
56 stack.Print(); in Print()
57 addr_description.Print(); in Print()
61 void ErrorNewDeleteTypeMismatch::Print() { in Print() function in __asan::ErrorNewDeleteTypeMismatch
91 scariness.Print(); in Print()
93 stack.Print(); in Print()
94 addr_description.Print(); in Print()
[all …]
HDasan_errors.h64 void Print();
78 void Print();
96 void Print();
108 void Print();
124 void Print();
136 void Print();
149 void Print();
164 void Print();
179 void Print();
191 void Print();
[all …]
HDasan_descriptions.h97 void Print() const;
128 void Print() const;
143 void Print() const;
153 void Print() const;
165 void Print(const char *bug_type = "") const;
233 void Print(const char *bug_descr = nullptr) const {
236 data.wild.Print();
239 return data.shadow.Print();
241 return data.heap.Print();
243 return data.stack.Print();
[all …]
HDasan_descriptions.cpp61 StackDepotGet(context->stack_id).Print(); in DescribeThread()
88 descr.Print(); in DescribeAddressIfShadow()
188 descr.Print(); in DescribeAddressIfHeap()
271 descr.Print(); in DescribeAddressIfStack()
316 descr.Print(bug_type); in DescribeAddressIfGlobal()
320 void ShadowAddressDescription::Print() const { in Print() function in __asan::ShadowAddressDescription
325 void GlobalAddressDescription::Print(const char *bug_type) const { in Print() function in __asan::GlobalAddressDescription
332 StackDepotGet(reg_sites[i]).Print(); in Print()
357 void StackAddressDescription::Print() const { in Print() function in __asan::StackAddressDescription
378 alloca_stack.Print(); in Print()
[all …]
HDasan_memory_profile.cpp49 void Print(uptr top_percent, uptr max_number_of_contexts) { in Print() function in __asan::HeapProfile
69 StackDepotGet(a.id).Print(); in Print()
107 hp.Print(top_percent, max_number_of_contexts); in MemoryProfileCB()
HDasan_scariness_score.h49 void Print() const { in Print() function
57 SSB.Print(); in PrintSimple()
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
HDPrintable.h40 std::function<void(raw_ostream &OS)> Print;
41 Printable(std::function<void(raw_ostream &OS)> Print) in Printable() argument
42 : Print(std::move(Print)) {} in Printable()
46 P.Print(OS);
/freebsd-13-stable/contrib/googletest/googletest/include/gtest/
HDgtest-printers.h745 UniversalPrinter<T&>::Print(ref.get(), os);
770 UniversalPrinter<T>::Print(*ptr, os);
800 UniversalPrinter<typename std::tuple_element<I - 1, T>::type>::Print(
817 UniversalPrinter<T1>::Print(value.first, os);
819 UniversalPrinter<T2>::Print(value.second, os);
835 static void Print(const T& value, ::std::ostream* os) {
861 static void Print(const Any& value, ::std::ostream* os) {
889 static void Print(const Optional<T>& value, ::std::ostream* os) {
903 static void Print(decltype(Nullopt()), ::std::ostream* os) {
917 static void Print(const Variant<T...>& value, ::std::ostream* os) {
[all …]
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
HDCheckerRegistryData.cpp141 auto Print = [=](llvm::raw_ostream &Out, const CheckerInfo &Checker, in printCheckerWithDescList() local
157 Print(Out, Checker, Checker.Desc); in printCheckerWithDescList()
163 Print(Out, Checker, in printCheckerWithDescList()
169 Print(Out, Checker, Checker.Desc); in printCheckerWithDescList()
202 auto Print = [](llvm::raw_ostream &Out, StringRef FullOption, in printCheckerOptionList() local
226 Print(Out, FullOption, Desc); in printCheckerOptionList()
233 Print(Out, FullOption, in printCheckerOptionList()
239 Print(Out, FullOption, Desc); in printCheckerOptionList()
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDRDFGraph.h960 template <typename T> struct Print { struct
961 Print(const T &x, const DataFlowGraph &g) : Obj(x), G(g) {} in Print() argument
967 template <typename T> Print(const T &, const DataFlowGraph &) -> Print<T>; argument
969 template <typename T> struct PrintNode : Print<NodeAddr<T>> {
971 : Print<NodeAddr<T>>(x, g) {} in PrintNode()
974 raw_ostream &operator<<(raw_ostream &OS, const Print<RegisterRef> &P);
975 raw_ostream &operator<<(raw_ostream &OS, const Print<NodeId> &P);
976 raw_ostream &operator<<(raw_ostream &OS, const Print<Def> &P);
977 raw_ostream &operator<<(raw_ostream &OS, const Print<Use> &P);
978 raw_ostream &operator<<(raw_ostream &OS, const Print<PhiUse> &P);
[all …]
/freebsd-13-stable/tools/tools/epfe/
HDepfe.pl12 sub Print { s/\&amp\;/&/g; push(@a,$_); } subroutine
32 $in++; &Print;
35 $in++; &Print;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDRDFGraph.cpp45 raw_ostream &operator<<(raw_ostream &OS, const Print<RegisterRef> &P) { in operator <<()
50 raw_ostream &operator<<(raw_ostream &OS, const Print<NodeId> &P) { in operator <<()
113 OS << Print(RA.Id, G) << '<' << Print(RA.Addr->getRegRef(G), G) << '>'; in printRefHeader()
118 raw_ostream &operator<<(raw_ostream &OS, const Print<Def> &P) { in operator <<()
122 OS << Print(N, P.G); in operator <<()
125 OS << Print(N, P.G); in operator <<()
128 OS << Print(N, P.G); in operator <<()
131 OS << Print(N, P.G); in operator <<()
135 raw_ostream &operator<<(raw_ostream &OS, const Print<Use> &P) { in operator <<()
139 OS << Print(N, P.G); in operator <<()
[all …]
HDRDFLiveness.cpp61 raw_ostream &operator<<(raw_ostream &OS, const Print<Liveness::RefMap> &P) { in operator <<()
66 OS << Print(J->first, P.G) << PrintLaneMaskShort(J->second); in operator <<()
624 dbgs() << "phi " << Print(I.first, DFG) << " -> {"; in computePhiInfo()
626 dbgs() << ' ' << Print(R.first, DFG) << Print(R.second, DFG); in computePhiInfo()
729 dbgs() << "phi " << Print(I.first, DFG); in computePhiInfo()
734 dbgs() << '<' << Print(RR, DFG) << '>'; in computePhiInfo()
738 dbgs() << " -> " << Print(I.second, DFG) << '\n'; in computePhiInfo()
798 << Print(I.second, DFG) << '\n'; in computeLiveIns()
861 << Print(I.second, DFG) << '\n'; in computeLiveIns()
879 dbgs() << ' ' << Print(I, DFG); in computeLiveIns()
[all …]
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/API/
HDSBInstructionList.h48 void Print(FILE *out);
51 void Print(SBFile out);
53 void Print(FileSP BORROWED);
HDSBInstruction.h59 void Print(FILE *out);
62 void Print(SBFile out);
64 void Print(FileSP BORROWED);
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-objdump/
HDObjdumpOpts.td245 HelpText<"Print the locations (in registers or memory) of "
289 HelpText<"Print line information from debug info if available">,
300 HelpText<"Print full leading address">,
304 HelpText<"Print no leading headers">,
308 HelpText<"Print Mach-O universal headers (requires --macho)">,
312 HelpText<"Print the offset to each archive member for Mach-O archives "
317 HelpText<"Print indirect symbol table for Mach-O objects (requires --macho)">,
321 HelpText<"Print the data in code table for Mach-O objects (requires --macho)">,
325 HelpText<"Print the function starts table for Mach-O objects. "
334 HelpText<"Print the linker optimization hints for "
[all …]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
HDRDFCopy.cpp139 dbgs() << ' ' << Print<RegisterRef>(J.first, DFG) << '=' in run()
140 << Print<RegisterRef>(J.second, DFG); in run()
146 dbgs() << Print<RegisterRef>(R.first, DFG) << " -> {"; in run()
148 dbgs() << ' ' << Print<NodeId>(M.first, DFG) << ':' in run()
149 << Print<NodeId>(M.second, DFG); in run()
214 dbgs() << "Can replace " << Print<RegisterRef>(DR, DFG) in run()
215 << " with " << Print<RegisterRef>(SR, DFG) << " in " in run()
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
HDLVOptions.h74 #define PRINT_OPTION(FIELD) STDSET_FUNCTION_4(Print, FIELD, LVPrintKind, Kinds)
212 bool Print = false; // Enable any printing. variable
317 LVPrint Print; variable
373 BOOL_FUNCTION(Compare, Print);
396 BOOL_FUNCTION(Print, AnyElement);
397 BOOL_FUNCTION(Print, AnyLine);
398 BOOL_FUNCTION(Print, Execute);
399 BOOL_FUNCTION(Print, Formatting);
400 BOOL_FUNCTION(Print, Offset);
401 BOOL_FUNCTION(Print, SizesSummary);
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/msan/
HDmsan_report.cpp53 StackTrace(&pc, 1).Print(); in DescribeStackOrigin()
65 stack.Print(); in DescribeOrigin()
98 stack.Print(); in DescribeOrigin()
111 stack->Print(); in ReportUMR()
122 stack->Print(); in ReportExpectedUMRNotFound()
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-strings/
HDOpts.td13 defm bytes : Eq<"bytes", "Print sequences of the specified length">;
15 def print_file_name : Flag<["--"], "print-file-name">, HelpText<"Print the name of the file before …
16 defm radix : Eq<"radix", "Print the offset within the file with the specified radix: o (octal), d (…
/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/
HDASTConsumers.cpp36 enum Kind { DumpFull, Dump, Print, None }; enumerator
62 Out << (OutputKind != Print ? "Dumping " : "Printing ") << getName(D) in TraverseDecl()
94 } else if (OutputKind == Print) { in print()
162 return std::make_unique<ASTPrinter>(std::move(Out), ASTPrinter::Print, in CreateASTPrinter()
/freebsd-13-stable/contrib/llvm-project/lldb/source/API/
HDSBInstruction.cpp270 void SBInstruction::Print(FILE *outp) { in Print() function in SBInstruction
273 Print(out); in Print()
276 void SBInstruction::Print(SBFile out) { in Print() function in SBInstruction
278 Print(out.m_opaque_sp); in Print()
281 void SBInstruction::Print(FileSP out_sp) { in Print() function in SBInstruction
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-size/
HDOpts.td12 def common : FF<"common", "Print common symbols in the ELF file. When using Berkeley format, this i…
15 defm radix : Eq<"radix", "Print size in radix">;
16 def totals : FF<"totals", "Print totals of all objects - Berkeley format only">;
/freebsd-13-stable/cddl/usr.sbin/dwatch/libexec/
HDerrno10 # Print when syscall returns with non-zero errno (default) or other condition.
27 * Print errno details

12345678910>>...13