| /freebsd/contrib/googletest/googletest/test/ |
| H A D | googletest-printers-test.cc | 279 static void Print(const Wrapper<T>& w, ::std::ostream* os) { in Print() function in testing::internal::UniversalPrinter 311 std::string Print(const T& value) { in Print() function 313 UniversalPrinter<T>::Print(value, &ss); in Print() 323 UniversalPrinter<T&>::Print(value, &ss); in PrintByRef() 330 EXPECT_EQ("-1", Print(kAE1)); in TEST() 331 EXPECT_EQ("1", Print(kAE2)); in TEST() 335 EXPECT_EQ("-2", Print(kEWP1)); in TEST() 336 EXPECT_EQ("42", Print(kEWP2)); in TEST() 340 EXPECT_EQ("kEWS1", Print(kEWS1)); in TEST() 341 EXPECT_EQ("invalid", Print(static_cast<EnumWithStreaming>(0))); in TEST() [all …]
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/asan/ |
| H A D | asan_errors.cpp | 39 static_cast<const ScarinessScoreBase *>(callback_context)->Print(); in OnStackUnwind() 44 void ErrorDeadlySignal::Print() { in Print() function in __asan::ErrorDeadlySignal 48 void ErrorDoubleFree::Print() { in Print() function in __asan::ErrorDoubleFree 55 scariness.Print(); in Print() 58 stack.Print(); in Print() 59 addr_description.Print(); in Print() 63 void ErrorNewDeleteTypeMismatch::Print() { in Print() function in __asan::ErrorNewDeleteTypeMismatch 93 scariness.Print(); in Print() 95 stack.Print(); in Print() 96 addr_description.Print(); in Print() [all …]
|
| H A D | asan_errors.h | 64 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 D | asan_descriptions.h | 95 void Print() const; 126 void Print() const; 141 void Print() const; 151 void Print() const; 163 void Print(const char *bug_type = "") const; 231 void Print(const char *bug_descr = nullptr) const { 234 data.wild.Print(); 237 return data.shadow.Print(); 239 return data.heap.Print(); 241 return data.stack.Print(); [all …]
|
| H A D | asan_descriptions.cpp | 66 StackDepotGet(context->stack_id).Print(); in DescribeThread() 90 descr.Print(); in DescribeAddressIfShadow() 190 descr.Print(); in DescribeAddressIfHeap() 273 descr.Print(); in DescribeAddressIfStack() 318 descr.Print(bug_type); in DescribeAddressIfGlobal() 322 void ShadowAddressDescription::Print() const { in Print() function in __asan::ShadowAddressDescription 327 void GlobalAddressDescription::Print(const char *bug_type) const { in Print() function in __asan::GlobalAddressDescription 334 StackDepotGet(reg_sites[i]).Print(); in Print() 359 void StackAddressDescription::Print() const { in Print() function in __asan::StackAddressDescription 380 alloca_stack.Print(); in Print() [all …]
|
| H A D | asan_memory_profile.cpp | 49 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 D | asan_scariness_score.h | 49 void Print() const { in Print() function 57 SSB.Print(); in PrintSimple()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | Printable.h | 40 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 D | gtest-printers.h | 749 UniversalPrinter<T&>::Print(ref.get(), os); 774 UniversalPrinter<T>::Print(*ptr, os); 839 UniversalPrinter<typename std::tuple_element<I - 1, T>::type>::Print( 856 UniversalPrinter<T1>::Print(value.first, os); 858 UniversalPrinter<T2>::Print(value.second, os); 874 static void Print(const T& value, ::std::ostream* os) { 900 static void Print(const Any& value, ::std::ostream* os) { 928 static void Print(const Optional<T>& value, ::std::ostream* os) { 942 static void Print(decltype(Nullopt()), ::std::ostream* os) { 956 static void Print(const Variant<T...>& value, ::std::ostream* os) { [all …]
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | RDFGraph.h | 961 template <typename T> struct Print { struct 962 Print(const T &x, const DataFlowGraph &g) : Obj(x), G(g) {} in Print() function 968 template <typename T> Print(const T &, const DataFlowGraph &) -> Print<T>; argument 970 template <typename T> struct PrintNode : Print<NodeAddr<T>> { 972 : Print<NodeAddr<T>>(x, g) {} in PrintNode() 975 raw_ostream &operator<<(raw_ostream &OS, const Print<RegisterRef> &P); 976 raw_ostream &operator<<(raw_ostream &OS, const Print<NodeId> &P); 977 raw_ostream &operator<<(raw_ostream &OS, const Print<Def> &P); 978 raw_ostream &operator<<(raw_ostream &OS, const Print<Use> &P); 979 raw_ostream &operator<<(raw_ostream &OS, const Print<PhiUse> &P); [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | RDFGraph.cpp | 44 raw_ostream &operator<<(raw_ostream &OS, const Print<RegisterRef> &P) { in operator <<() 49 raw_ostream &operator<<(raw_ostream &OS, const Print<NodeId> &P) { in operator <<() 112 OS << Print(RA.Id, G) << '<' << Print(RA.Addr->getRegRef(G), G) << '>'; in printRefHeader() 117 raw_ostream &operator<<(raw_ostream &OS, const Print<Def> &P) { in operator <<() 121 OS << Print(N, P.G); in operator <<() 124 OS << Print(N, P.G); in operator <<() 127 OS << Print(N, P.G); in operator <<() 130 OS << Print(N, P.G); in operator <<() 134 raw_ostream &operator<<(raw_ostream &OS, const Print<Use> &P) { in operator <<() 138 OS << Print(N, P.G); in operator <<() [all …]
|
| H A D | RDFLiveness.cpp | 61 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 <<() 621 dbgs() << "phi " << Print(I.first, DFG) << " -> {"; in computePhiInfo() 623 dbgs() << ' ' << Print(R.first, DFG) << Print(R.second, DFG); in computePhiInfo() 724 dbgs() << "phi " << Print(I.first, DFG); in computePhiInfo() 729 dbgs() << '<' << Print(RR, DFG) << '>'; in computePhiInfo() 733 dbgs() << " -> " << Print(I.second, DFG) << '\n'; in computePhiInfo() 793 << Print(I.second, DFG) << '\n'; in computeLiveIns() 856 << Print(I.second, DFG) << '\n'; in computeLiveIns() 874 dbgs() << ' ' << Print(I, DFG); in computeLiveIns() [all …]
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/ |
| H A D | ObjdumpOpts.td | 245 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/llvm/lib/Target/Hexagon/ |
| H A D | RDFCopy.cpp | 138 dbgs() << ' ' << Print<RegisterRef>(J.first, DFG) << '=' in run() 139 << Print<RegisterRef>(J.second, DFG); in run() 145 dbgs() << Print<RegisterRef>(R.first, DFG) << " -> {"; in run() 147 dbgs() << ' ' << Print<NodeId>(M.first, DFG) << ':' in run() 148 << Print<NodeId>(M.second, DFG); in run() 213 dbgs() << "Can replace " << Print<RegisterRef>(DR, DFG) in run() 214 << " with " << Print<RegisterRef>(SR, DFG) << " in " in run()
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/API/ |
| H A D | SBInstructionList.h | 48 void Print(FILE *out); 51 void Print(SBFile out); 53 void Print(FileSP BORROWED);
|
| H A D | SBInstruction.h | 59 void Print(FILE *out); 62 void Print(SBFile out); 64 void Print(FileSP BORROWED);
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/msan/ |
| H A D | msan_report.cpp | 53 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/utils/TableGen/Basic/ |
| H A D | SequenceToOffsetTable.h | 165 void emit(raw_ostream &OS, void (*Print)(raw_ostream &, ElemT)) const { in emit() 170 Print(OS, Element); in emit() 174 Print(OS, *Terminator); in emit() 183 Print(OS, ElemT()); in emit()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/ |
| H A D | LVOptions.h | 73 #define PRINT_OPTION(FIELD) STDSET_FUNCTION_4(Print, FIELD, LVPrintKind, Kinds) 213 bool Print = false; // Enable any printing. variable 318 LVPrint Print; variable 376 BOOL_FUNCTION(Compare, Print); 399 BOOL_FUNCTION(Print, AnyElement); 400 BOOL_FUNCTION(Print, AnyLine); 401 BOOL_FUNCTION(Print, Execute); 402 BOOL_FUNCTION(Print, Formatting); 403 BOOL_FUNCTION(Print, Offset); 404 BOOL_FUNCTION(Print, SizesSummary);
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-strings/ |
| H A D | Opts.td | 13 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/lldb/source/API/ |
| H A D | SBInstruction.cpp | 269 void SBInstruction::Print(FILE *outp) { in Print() function in SBInstruction 272 Print(out); in Print() 275 void SBInstruction::Print(SBFile out) { in Print() function in SBInstruction 277 Print(out.m_opaque_sp); in Print() 280 void SBInstruction::Print(FileSP out_sp) { in Print() function in SBInstruction
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-size/ |
| H A D | Opts.td | 12 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/clang/lib/Frontend/ |
| H A D | ASTConsumers.cpp | 33 enum Kind { DumpFull, Dump, Print, None }; enumerator 66 Out << (OutputKind != Print ? "Dumping " : "Printing ") << getName(D) in TraverseDecl() 98 } else if (OutputKind == Print) { in print() 167 return std::make_unique<ASTPrinter>(std::move(Out), ASTPrinter::Print, in CreateASTPrinter()
|
| /freebsd/contrib/llvm-project/llvm/lib/Demangle/ |
| H A D | RustDemangle.cpp | 86 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 D | nsan_stats.cpp | 119 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()
|