Home
last modified time | relevance | path

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

12345678910>>...13

/freebsd/contrib/googletest/googletest/test/
H A Dgoogletest-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/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_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 …]
H A Dasan_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 …]
H A Dasan_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 …]
H A Dasan_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()
H A Dasan_scariness_score.h49 void Print() const { in Print() function
57 SSB.Print(); in PrintSimple()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DPrintable.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/contrib/googletest/googletest/include/gtest/
H A Dgtest-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/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRDFGraph.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/contrib/llvm-project/llvm/lib/CodeGen/
H A DRDFGraph.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 …]
H A DRDFLiveness.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/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DObjdumpOpts.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/contrib/llvm-project/lldb/include/lldb/API/
H A DSBInstructionList.h48 void Print(FILE *out);
51 void Print(SBFile out);
53 void Print(FileSP BORROWED);
H A DSBInstruction.h59 void Print(FILE *out);
62 void Print(SBFile out);
64 void Print(FileSP BORROWED);
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DRDFCopy.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/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_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()
226 // Print shadow byte. in DescribeMemoryRange()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVOptions.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/contrib/llvm-project/llvm/tools/llvm-strings/
H A DOpts.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/contrib/llvm-project/clang/lib/Frontend/
H A DASTConsumers.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/contrib/llvm-project/lldb/source/API/
H A DSBInstruction.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
H A DSBInstructionList.cpp112 void SBInstructionList::Print(FILE *out) { in Print() function in SBInstructionList
120 void SBInstructionList::Print(SBFile out) { in Print() function in SBInstructionList
128 void SBInstructionList::Print(FileSP out_sp) { in Print() function in SBInstructionList
/freebsd/contrib/llvm-project/llvm/tools/llvm-size/
H A DOpts.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/contrib/llvm-project/llvm/lib/Demangle/
H A DRustDemangle.cpp86 bool Print; member in __anon406d1ba70111::Demangler
120 if (!Print) in demangleBackref()
193 Print = true; in demangle()
208 ScopedOverride<bool> SavePrint(Print, false); in demangle()
347 ScopedOverride<bool> SavePrint(Print, false); in demangleImplPath()
1002 if (Error || !Print) in print()
1009 if (Error || !Print) in print()
1016 if (Error || !Print) in printDecimalNumber()
1202 if (Error || !Print) in printIdentifier()
/freebsd/contrib/llvm-project/compiler-rt/lib/nsan/
H A Dnsan_stats.cpp119 void Stats::Print() const { in Print() function in Stats
132 StackDepotGet(entry.stack_id).Print(); in Print()
145 StackDepotGet(entry.stack_id).Print(); in Print()
/freebsd/cddl/usr.sbin/dwatch/libexec/
H A Derrno10 # Print when syscall returns with non-zero errno (default) or other condition.
27 * Print errno details

12345678910>>...13