Home
last modified time | relevance | path

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

12345678910>>...21

/openbsd-src/gnu/llvm/compiler-rt/lib/asan/
H A Dasan_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 …]
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 …]
/openbsd-src/gnu/llvm/llvm/docs/CommandGuide/
H A Dllvm-otool.rst28 Print chained fixup information.
32 Print linker optimization hints.
36 Print bind and rebase information.
40 Print shared library id.
44 Print data section.
48 Print universal headers.
52 Print data-in-code table.
56 Print help for hidden flags.
60 Print help.
64 Print mach header.
[all …]
H A Dllvm-config.rst1 llvm-config - Print LLVM compilation options
34 Print the assertion mode used when LLVM was built (ON or OFF).
38 Print the installation directory for LLVM binaries.
42 Print the build mode used when LLVM was built (e.g. Debug or Release).
46 Print the build system used to build LLVM (e.g. `cmake` or `gn`).
50 Print the C compiler flags needed to use LLVM headers.
54 Print the installation directory for LLVM CMake modules.
58 Print all valid component names.
62 Print the C preprocessor flags needed to use LLVM headers.
66 Print the C++ compiler flags needed to use LLVM headers.
[all …]
/openbsd-src/regress/usr.sbin/btrace/
H A Dmap.ok1 => Print with one element
3 => Print after zero:
5 => Print top 2:
10 => Print all map:
15 => Print after clear:
H A Dmap.bt4 printf("=> Print with one element\n");
8 printf("=> Print after zero:\n");
16 printf("=> Print top %d:\n", @top);
26 printf("=> Print all map:\n");
30 printf("=> Print after clear:\n");
H A Dmin+max+sum.ok1 => Print with one element
3 => Print after min:
5 => Print after max:
7 => Print after sum:
H A Dmin+max+sum.bt4 printf("=> Print with one element\n");
8 printf("=> Print after min:\n");
12 printf("=> Print after max:\n");
16 printf("=> Print after sum:\n");
H A Dmap-unnamed.ok1 => Print with one element
3 => Print all map:
/openbsd-src/gnu/llvm/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);
/openbsd-src/gnu/gcc/gcc/
H A Dgdbinit.in6 Print the full structure of the rtx that is $.
15 Print the full structure of all rtx insns beginning at $.
30 Print the full structure of the tree that is $.
39 Print the tree that is $ in C syntax.
48 Print the statement that is $ in C syntax.
57 Print the expression that is $ in C syntax.
67 Print the tree-code of the tree node that is $.
76 Print the name of the decl-node that is $.
85 Print the name of the type-node that is $.
96 Print the rtx-code and machine mode of the rtx that is $.
[all …]
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dgdbinit.in6 Print the full structure of the rtx that is $.
15 Print the full structure of all rtx insns beginning at $.
30 Print the full structure of the tree that is $.
39 Print the tree that is $ in C syntax.
49 Print the tree-code of the tree node that is $.
58 Print the name of the decl-node that is $.
67 Print the name of the type-node that is $.
78 Print the rtx-code and machine mode of the rtx that is $.
86 Print the fields of an instruction that is $.
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DRDFGraph.h930 struct Print { struct
931 Print(const T &x, const DataFlowGraph &g) : Obj(x), G(g) {} in Print() argument
937 template <typename T> Print(const T &, const DataFlowGraph &) -> Print<T>; argument
940 struct PrintNode : Print<NodeAddr<T>> {
942 : Print<NodeAddr<T>>(x, g) {} in PrintNode()
945 raw_ostream &operator<<(raw_ostream &OS, const Print<RegisterRef> &P);
946 raw_ostream &operator<<(raw_ostream &OS, const Print<NodeId> &P);
947 raw_ostream &operator<<(raw_ostream &OS, const Print<NodeAddr<DefNode *>> &P);
948 raw_ostream &operator<<(raw_ostream &OS, const Print<NodeAddr<UseNode *>> &P);
950 const Print<NodeAddr<PhiUseNode *>> &P);
[all …]
/openbsd-src/gnu/llvm/llvm/tools/llvm-objdump/
H A DObjdumpOpts.td229 HelpText<"Print the locations (in registers or memory) of "
273 HelpText<"Print line information from debug info if available">,
284 HelpText<"Print full leading address">,
288 HelpText<"Print no leading headers">,
292 HelpText<"Print Mach-O universal headers (requires --macho)">,
296 HelpText<"Print the offset to each archive member for Mach-O archives "
301 HelpText<"Print indirect symbol table for Mach-O objects (requires --macho)">,
305 HelpText<"Print the data in code table for Mach-O objects (requires --macho)">,
309 HelpText<"Print the function starts table for Mach-O objects. "
318 HelpText<"Print the linker optimization hints for "
[all …]
/openbsd-src/gnu/usr.bin/binutils/gas/
H A Dgdbinit.in18 Print *$ as an expressionS, expanding parameters.
26 Print *$ as a symbolS, including expression value.
34 Print *$ as a fixS, including symbol value.
/openbsd-src/gnu/usr.bin/binutils-2.17/gas/
H A Dgdbinit.in18 Print *$ as an expressionS, expanding parameters.
26 Print *$ as a symbolS, including expression value.
34 Print *$ as a fixS, including symbol value.
/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBInstructionList.h47 void Print(FILE *out);
49 void Print(SBFile out);
51 void Print(FileSP out);
H A DSBInstruction.h58 void Print(FILE *out);
60 void Print(SBFile out);
62 void Print(FileSP out);
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DRDFGraph.cpp55 raw_ostream &operator<< (raw_ostream &OS, const Print<RegisterRef> &P) { in operator <<()
65 raw_ostream &operator<< (raw_ostream &OS, const Print<NodeId> &P) { in operator <<()
108 OS << Print(RA.Id, G) << '<' in printRefHeader()
109 << Print(RA.Addr->getRegRef(G), G) << '>'; in printRefHeader()
114 raw_ostream &operator<< (raw_ostream &OS, const Print<NodeAddr<DefNode*>> &P) { in operator <<()
118 OS << Print(N, P.G); 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 <<()
131 raw_ostream &operator<< (raw_ostream &OS, const Print<NodeAddr<UseNode*>> &P) { in operator <<()
[all …]
H A DRDFLiveness.cpp62 raw_ostream &operator<< (raw_ostream &OS, const Print<Liveness::RefMap> &P) { in operator <<()
67 OS << Print(J->first, P.G) << PrintLaneMaskOpt(J->second); in operator <<()
622 dbgs() << "phi " << Print(I.first, DFG) << " -> {"; in computePhiInfo()
624 dbgs() << ' ' << Print(R.first, DFG) << Print(R.second, DFG); in computePhiInfo()
722 dbgs() << "phi " << Print(I.first, DFG); in computePhiInfo()
727 dbgs() << '<' << Print(RR, DFG) << '>'; in computePhiInfo()
731 dbgs() << " -> " << Print(I.second, DFG) << '\n'; in computePhiInfo()
790 << Print(I.second, DFG) << '\n'; in computeLiveIns()
853 << Print(I.second, DFG) << '\n'; in computeLiveIns()
871 dbgs() << ' ' << Print(I, DFG); in computeLiveIns()
[all …]
/openbsd-src/gnu/usr.bin/texinfo/
H A Ddir-example87 * card: (a2ps) card. Print Reference Cards
208 * cksum: (textutils)cksum invocation. Print POSIX CRC checksum.
213 * cut: (textutils)cut invocation. Print selected parts of lines.
214 * date: (sh-utils)date invocation. Print/set system date and time.
226 * echo: (sh-utils)echo invocation. Print a line of text.
235 * factor: (sh-utils)factor invocation. Print prime factors
250 * groups: (sh-utils)groups invocation. Print group names a user is in.
253 * hostname: (sh-utils)hostname invocation. Print or set system name.
254 * id: (sh-utils)id invocation. Print real/effective uid/gid.
268 * logname: (sh-utils)logname invocation. Print current login name.
[all …]
/openbsd-src/gnu/llvm/compiler-rt/lib/msan/
H A Dmsan_report.cpp51 StackTrace(&pc, 1).Print(); in DescribeStackOrigin()
63 stack.Print(); in DescribeOrigin()
96 stack.Print(); in DescribeOrigin()
109 stack->Print(); in ReportUMR()
120 stack->Print(); in ReportExpectedUMRNotFound()

12345678910>>...21