Home
last modified time | relevance | path

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

12345678910>>...13

/freebsd/contrib/googletest/googletest/test/
H A Dgoogletest-printers-test.cc542 Print(p)); in TEST()
571 Print(p)); in TEST()
600 Print(p)); in TEST()
628 Print(p)); in TEST()
785 EXPECT_TRUE(HasPrefix(Print(p), Print(sizeof(p)) + "-byte object ")); in TEST()
799 EXPECT_TRUE(HasPrefix(Print(p), Print(sizeof(p)) + "-byte object ")); in TEST()
808 return Print(a); in PrintArrayHelper()
918 Print(str));
947 Print(str));
1188 Print(v));
[all …]
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_errors.cpp56 stack.Print(); in Print()
93 stack.Print(); in Print()
112 stack.Print(); in Print()
132 stack.Print(); in Print()
148 stack->Print(); in Print()
161 stack->Print(); in Print()
174 stack->Print(); in Print()
187 stack->Print(); in Print()
201 stack->Print(); in Print()
214 stack->Print(); in Print()
[all …]
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.cpp88 descr.Print(); in DescribeAddressIfShadow()
188 descr.Print(); in DescribeAddressIfHeap()
271 descr.Print(); in DescribeAddressIfStack()
316 descr.Print(bug_type); in DescribeAddressIfGlobal()
378 alloca_stack.Print(); in Print()
426 free_stack.Print(); in Print()
433 alloc_stack.Print(); in Print()
480 shadow_descr.Print(); in PrintAddressDescription()
486 global_descr.Print(bug_type); in PrintAddressDescription()
492 stack_descr.Print(); in PrintAddressDescription()
[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.h709 UniversalPrinter<T&>::Print(ref.get(), os);
734 UniversalPrinter<T>::Print(*ptr, os);
781 UniversalPrinter<T1>::Print(value.first, os);
783 UniversalPrinter<T2>::Print(value.second, os);
799 static void Print(const T& value, ::std::ostream* os) {
1004 UniversalTersePrinter<T>::Print(value.get(), os);
1011 UniversalPrinter<T[N]>::Print(value, os);
1093 static void Print(wchar_t* str, ::std::ostream* os) {
1100 UniversalTersePrinter<T>::Print(value, os);
1112 UniversalPrinter<T1>::Print(value, os);
[all …]
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCheckerRegistryData.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/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()
976 raw_ostream &operator<<(raw_ostream &OS, const Print<Def> &P);
977 raw_ostream &operator<<(raw_ostream &OS, const Print<Use> &P);
979 raw_ostream &operator<<(raw_ostream &OS, const Print<Ref> &P);
982 raw_ostream &operator<<(raw_ostream &OS, const Print<Phi> &P);
983 raw_ostream &operator<<(raw_ostream &OS, const Print<Stmt> &P);
[all …]
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DObjdumpOpts.td241 HelpText<"Print the locations (in registers or memory) of "
296 HelpText<"Print full leading address">,
300 HelpText<"Print no leading headers">,
304 HelpText<"Print Mach-O universal headers (requires --macho)">,
321 HelpText<"Print the function starts table for Mach-O objects. "
330 HelpText<"Print the linker optimization hints for "
335 HelpText<"Print the info plist section as strings for "
350 HelpText<"Print the shared libraries used for linked "
355 HelpText<"Print the shared library's id for the "
360 HelpText<"Print the runtime search paths for the "
[all …]
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRDFGraph.cpp113 OS << Print(RA.Id, G) << '<' << Print(RA.Addr->getRegRef(G), G) << '>'; in printRefHeader()
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 <<()
139 OS << Print(N, P.G); in operator <<()
142 OS << Print(N, P.G); in operator <<()
150 OS << Print(N, P.G); in operator <<()
153 OS << Print(N, P.G); in operator <<()
156 OS << Print(N, P.G); in operator <<()
[all …]
H A DRDFLiveness.cpp624 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()
889 dbgs() << ' ' << Print(I, DFG); in computeLiveIns()
1026 dbgs() << " LiveIn: " << Print(LiveIn, DFG) << '\n'; in traverse()
[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/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/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()
/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
/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/cddl/usr.sbin/dwatch/libexec/
H A Derrno10 # Print when syscall returns with non-zero errno (default) or other condition.
27 * Print errno details
H A Dkill10 # Print arguments being passed to kill(2) [or similar]
37 * Print signal/pid details

12345678910>>...13