Home
last modified time | relevance | path

Searched refs:print (Results 1 – 25 of 5024) sorted by relevance

12345678910>>...201

/llvm-project/llvm/lib/Demangle/
H A DRustDemangle.cpp84 // When true, print methods append the output to the stream.
134 void print(char C);
135 void print(std::string_view S);
216 print(" ("); in demangle()
217 print(Mangled.substr(Dot)); in demangle()
218 print(")"); in demangle()
256 print("<"); in demanglePath()
258 print(">"); in demanglePath()
263 print("<"); in demanglePath()
265 print(" a in demanglePath()
1001 void Demangler::print(char C) { print() function in Demangler
1008 void Demangler::print(std::string_view S) { print() function in Demangler
[all...]
/llvm-project/cross-project-tests/debuginfo-tests/llvm-prettyprinters/gdb/
H A Dmlir-support.gdb11 set print pretty on
13 # CHECK-LABEL: +print Identifier
14 print Identifier
17 # CHECK-LABEL: +print OperationName
18 print OperationName
21 # CHECK-LABEL: +print Type
22 print Type
25 # CHECK-LABEL: +print IndexType
26 print IndexType
29 # CHECK-LABEL: +print IntegerType
[all …]
/llvm-project/openmp/runtime/test/transform/unroll/
H A Dfactor_foreach.cpp14 Reporter(const char *name) : name(name) { print("ctor"); } in Reporter()
16 Reporter() : name("<anon>") { print("ctor"); } in Reporter()
18 Reporter(const Reporter &that) : name(that.name) { print("copy ctor"); } in Reporter()
20 Reporter(Reporter &&that) : name(that.name) { print("move ctor"); } in Reporter()
22 ~Reporter() { print("dtor"); } in ~Reporter()
25 print("copy assign"); in operator =()
31 print("move assign"); in operator =()
43 owner->print("iterator copy ctor"); in Iterator()
47 owner->print("iterator move ctor"); in Iterator()
50 ~Iterator() { owner->print("iterator dtor"); } in ~Iterator()
[all …]
H A Dfactor_iterfor.cpp14 Reporter(const char *name) : name(name) { print("ctor"); } in Reporter()
16 Reporter() : name("<anon>") { print("ctor"); } in Reporter()
18 Reporter(const Reporter &that) : name(that.name) { print("copy ctor"); } in Reporter()
20 Reporter(Reporter &&that) : name(that.name) { print("move ctor"); } in Reporter()
22 ~Reporter() { print("dtor"); } in ~Reporter()
25 print("copy assign"); in operator =()
31 print("move assign"); in operator =()
43 print("iterator copy ctor"); in Iterator()
47 print("iterator move ctor"); in Iterator()
50 ~Iterator() { print("iterator dtor"); } in ~Iterator()
[all …]
H A Dfactor_parallel-wsloop-collapse-foreach.cpp14 Reporter(const char *name) : name(name) { print("ctor"); } in Reporter()
16 Reporter() : name("<anon>") { print("ctor"); } in Reporter()
18 Reporter(const Reporter &that) : name(that.name) { print("copy ctor"); } in Reporter()
20 Reporter(Reporter &&that) : name(that.name) { print("move ctor"); } in Reporter()
22 ~Reporter() { print("dtor"); } in ~Reporter()
25 print("copy assign"); in operator =()
31 print("move assign"); in operator =()
43 owner->print("iterator copy ctor"); in Iterator()
47 owner->print("iterator move ctor"); in Iterator()
50 ~Iterator() { owner->print("iterator dtor"); } in ~Iterator()
[all …]
/llvm-project/openmp/runtime/test/transform/tile/
H A Dforeach.cpp14 Reporter(const char *name) : name(name) { print("ctor"); } in Reporter()
16 Reporter() : name("<anon>") { print("ctor"); } in Reporter()
18 Reporter(const Reporter &that) : name(that.name) { print("copy ctor"); } in Reporter()
20 Reporter(Reporter &&that) : name(that.name) { print("move ctor"); } in Reporter()
22 ~Reporter() { print("dtor"); } in ~Reporter()
25 print("copy assign"); in operator =()
31 print("move assign"); in operator =()
43 owner->print("iterator copy ctor"); in Iterator()
47 owner->print("iterator move ctor"); in Iterator()
50 ~Iterator() { owner->print("iterator dtor"); } in ~Iterator()
[all …]
H A Diterfor.cpp14 Reporter(const char *name) : name(name) { print("ctor"); } in Reporter()
16 Reporter() : name("<anon>") { print("ctor"); } in Reporter()
18 Reporter(const Reporter &that) : name(that.name) { print("copy ctor"); } in Reporter()
20 Reporter(Reporter &&that) : name(that.name) { print("move ctor"); } in Reporter()
22 ~Reporter() { print("dtor"); } in ~Reporter()
25 print("copy assign"); in operator =()
31 print("move assign"); in operator =()
43 owner->print("iterator copy ctor"); in Iterator()
47 owner->print("iterator move ctor"); in Iterator()
50 ~Iterator() { owner->print("iterator dtor"); } in ~Iterator()
[all …]
H A Dparallel-wsloop-collapse-foreach.cpp14 Reporter(const char *name) : name(name) { print("ctor"); } in Reporter()
16 Reporter() : name("<anon>") { print("ctor"); } in Reporter()
18 Reporter(const Reporter &that) : name(that.name) { print("copy ctor"); } in Reporter()
20 Reporter(Reporter &&that) : name(that.name) { print("move ctor"); } in Reporter()
22 ~Reporter() { print("dtor"); } in ~Reporter()
25 print("copy assign"); in operator =()
31 print("move assign"); in operator =()
43 owner->print("iterator copy ctor"); in Iterator()
47 owner->print("iterator move ctor"); in Iterator()
50 ~Iterator() { owner->print("iterator dtor"); } in ~Iterator()
[all …]
/llvm-project/llvm/test/Other/
H A Dmodule-pass-printer.ll3 ; RUN: opt < %s 2>&1 -passes=forceattrs -disable-output -print-after-all -filter-print-funcs=foo | …
4 ; RUN: opt < %s 2>&1 -passes=forceattrs -disable-output -print-after-all -filter-print-funcs=foo | …
8 ; RUN: opt < %s 2>&1 -passes=forceattrs -disable-output -print-after-all -filter-print-funcs=foo,ba…
9 ; RUN: opt < %s 2>&1 -passes=forceattrs -disable-output -print-after-all -filter-print-funcs=foo,ba…
11 … name is not printed if a module/SCC doesn't include any function specified in -filter-print-funcs.
12 ; RUN: opt < %s 2>&1 -passes=forceattrs -disable-output -print-after-all -filter-print-funcs=baz | …
13 ; RUN: opt < %s 2>&1 -passes=forceattrs -disable-output -print-after-all -filter-print-funcs=baz | …
14 ; RUN: opt < %s 2>&1 -passes=no-op-cgscc -disable-output -print-after-all -filter-print-funcs=baz |…
16 ; Check whole module is printed with user-specified wildcast switch -filter-print-funcs=* or -print
17 ; RUN: opt < %s 2>&1 -passes=forceattrs -disable-output -print-after-all | FileCheck %s -check-pref…
[all …]
H A Dchange-printer.ll1 ; Simple checks of -print-changed functionality
6 ; RUN: opt -S -print-changed -passes=instsimplify 2>&1 -o /dev/null < %s | FileCheck %s --check-pre…
9 ; RUN: opt -S -print-changed= -passes=instsimplify 2>&1 -o /dev/null < %s | FileCheck %s --check-pr…
13 ; RUN: opt -S -print-changed -passes=instsimplify -filter-print-funcs=f 2>&1 -o /dev/null < %s | F…
15 ; Check that the reporting of IRs respects -print-module-scope
16 ; RUN: opt -S -print-changed -passes=instsimplify -print-module-scope 2>&1 -o /dev/null < %s | File…
18 ; Check that the reporting of IRs respects -print-module-scope
19 ; RUN: opt -S -print-changed -passes=instsimplify -filter-print-funcs=f -print-module-scope 2>&1 -o…
22 ; RUN: opt -S -print-changed -passes=instsimplify -filter-print-funcs="f,g" 2>&1 -o /dev/null < %s …
25 ; RUN: opt -S -print-changed -passes="instsimplify,no-op-function" -filter-passes="no-op-function" …
[all …]
H A Dprint-before-after.ll1 ; RUN: opt < %s -disable-output -passes='no-op-module' -print-before=bleh 2>&1 | FileCheck %s --che…
2 ; RUN: opt < %s -disable-output -passes='no-op-module' -print-after=bleh 2>&1 | FileCheck %s --chec…
3 ; RUN: opt < %s -disable-output -passes='no-op-module' -print-before=no-op-function 2>&1 | FileChec…
4 ; RUN: opt < %s -disable-output -passes='no-op-module' -print-after=no-op-function 2>&1 | FileCheck…
5 ; RUN: opt < %s -disable-output -passes='no-op-module,no-op-function' -print-before=no-op-module 2>…
6 ; RUN: opt < %s -disable-output -passes='no-op-module,no-op-function' -print-after=no-op-module 2>&…
7 ; RUN: opt < %s -disable-output -passes='no-op-function' -print-before=no-op-function 2>&1 | FileCh…
8 ; RUN: opt < %s -disable-output -passes='no-op-function' -print-after=no-op-function 2>&1 | FileChe…
9 … %s -disable-output -passes='no-op-module,no-op-function' -print-before=no-op-function --print-mod…
10 … %s -disable-output -passes='no-op-module,no-op-function' -print-after=no-op-function --print-modu…
[all …]
/llvm-project/llvm/tools/llvm-objdump/
H A DOtoolOpts.td3 def help : Flag<["--"], "help">, HelpText<"print help">;
5 HelpText<"print help for hidden flags">;
9 def C : Flag<["-"], "C">, HelpText<"print linker optimization hints">;
10 def d : Flag<["-"], "d">, HelpText<"print data section">;
11 def D : Flag<["-"], "D">, HelpText<"print shared library id">;
12 def f : Flag<["-"], "f">, HelpText<"print universal headers">;
13 def G : Flag<["-"], "G">, HelpText<"print data-in-code table">;
14 def h : Flag<["-"], "h">, HelpText<"print mach header">;
15 def I : Flag<["-"], "I">, HelpText<"print indirect symbol table">;
16 def j : Flag<["-"], "j">, HelpText<"print opcode bytes">;
[all …]
/llvm-project/llvm/include/llvm/IR/
H A DGenericConvergenceVerifierImpl.h71 {Context.print(&I)}); in visit()
74 {Context.print(&I)}); in visit()
78 {Context.print(&I)}); in visit()
84 {Context.print(&I)}); in visit()
88 {Context.print(&I)}); in visit()
92 {Context.print(&I)}); in visit()
107 {Context.print(&I)}); in visit()
111 {Context.print(&I)}); in visit()
117 {Context.print(&I)}); in visit()
149 {Context.print(Toke in verify()
[all...]
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/readability/
H A Dredundant-string-cstr-format.cpp32 void print(format_string<Args...>, Args &&...);
34 void print(wformat_string<Args...>, Args &&...);
47 void print(const char *, Args &&...);
49 void print(const wchar_t *, Args &&...);
120 std::print("One:{}\n", s1.c_str()); in std_print()
124 …std::print("One:{} Two:{} Three:{} Four:{}\n", s1.c_str(), s2, s3.c_str(), return_temporary().c_st… in std_print()
131 print("Four:{}\n", s1.c_str()); in std_print()
137 std::print(L"One:{}\n", s1.c_str()); in std_print_wide()
141 …std::print(L"One:{} Two:{} Three:{} Four:{}\n", s1.c_str(), s2, s3.c_str(), return_wtemporary().c_… in std_print_wide()
148 print(L"Four:{}\n", s1.c_str()); in std_print_wide()
[all …]
/llvm-project/clang/examples/PrintFunctionNames/
H A DREADME.txt9 $ clang -cc1 -load ../../Debug+Asserts/lib/libPrintFunctionNames.so -plugin print-fns some-input-fi…
10 …bug+Asserts/lib/libPrintFunctionNames.so -plugin print-fns -plugin-arg-print-fns help -plugin-arg-
11 …-load ../../Debug+Asserts/lib/libPrintFunctionNames.so -plugin print-fns -plugin-arg-print-fns -an…
14 $ clang -cc1 -load ../../Debug+Asserts/lib/libPrintFunctionNames.dylib -plugin print-fns some-input…
15 …+Asserts/lib/libPrintFunctionNames.dylib -plugin print-fns -plugin-arg-print-fns help -plugin-arg-
16 …ad ../../Debug+Asserts/lib/libPrintFunctionNames.dylib -plugin print-fns -plugin-arg-print-fns -an…
/llvm-project/llvm/include/llvm/DebugInfo/Symbolize/
H A DDIPrinter.h45 virtual void print(const Request &Request, const DILineInfo &Info) = 0;
46 virtual void print(const Request &Request, const DIInliningInfo &Info) = 0;
47 virtual void print(const Request &Request, const DIGlobal &Global) = 0;
48 virtual void print(const Request &Request,
50 virtual void print(const Request &Request,
76 void print(const DILineInfo &Info, bool Inlined);
92 void print(const Request &Request, const DILineInfo &Info) override;
93 void print(const Request &Request, const DIInliningInfo &Info) override;
94 void print(const Request &Request, const DIGlobal &Global) override;
95 void print(cons
[all...]
/llvm-project/mlir/test/Integration/Dialect/Vector/CPU/
H A Dprint-int.mlir11 vector.print %0 : vector<5xi1>
16 vector.print %cast_1 : vector<4xsi1>
21 vector.print %cast_2 : vector<4xui1>
25 vector.print %3 : vector<9xi8>
30 vector.print %cast_4 : vector<6xsi8>
35 vector.print %cast_5 : vector<6xui8>
39 vector.print %6 : vector<9xi16>
44 vector.print %cast_7 : vector<6xsi16>
49 vector.print %cast_8 : vector<6xui16>
54 vector.print
[all...]
H A D0-d-vectors.mlir9 vector.print %1: f32
20 vector.print %a: vector<f32>
27 vector.print %1: vector<f32>
34 vector.print %1: vector<f32>
38 vector.print %2: vector<f32>
42 vector.print %3: vector<1xf32>
46 vector.print %4: vector<2xf32>
50 vector.print %5: vector<2x1xf32>
54 vector.print %6: vector<2x3xf32>
66 vector.print
[all...]
H A Dcontraction.mlir162 vector.print %a : vector<2xf32>
163 vector.print %b : vector<2xf32>
164 vector.print %c : vector<2xf32>
165 vector.print %d : vector<2xf32>
189 vector.print %A : vector<2x2xf32>
190 vector.print %B : vector<2x2xf32>
191 vector.print %C : vector<3x2xf32>
192 vector.print %D : vector<2x4xf32>
207 vector.print %dp1 : f32
208 vector.print
[all...]
H A Dconstant-mask.mlir8 vector.print %0 : vector<8xi1>
12 vector.print %1 : vector<4x4xi1>
16 vector.print %2 : vector<4x4xi1>
20 vector.print %3 : vector<4x4xi1>
24 vector.print %4 : vector<4x4xi1>
28 vector.print %5 : vector<4x4xi1>
32 vector.print %6 : vector<4x4xi1>
36 vector.print %7 : vector<4x4xi1>
40 vector.print %8 : vector<2x3x4xi1>
44 vector.print
[all...]
/llvm-project/clang/test/SemaObjCXX/
H A Dformat-strings.mm14 + (void)print:(NSString *)format, ... __attribute__((format(NSString, 1, 2)));
21 [Format print:@"%d", arg];
26 …[Format print:@"%d", arg]; // expected-warning {{format specifies type 'int' but the argument has …
37 static void print(const T &arg) {
38 [Format print:@"%d", arg]; // no-warning
45 void print(const T &arg) {
46 …[Format print:@"%d", arg]; // expected-warning {{format specifies type 'int' but the argument has …
51 p.print("abc"); // expected-note {{requested here}}
60 void print(const T &arg) {
61 [Format print:@"%d", arg]; // no-warning
[all …]
/llvm-project/mlir/test/Integration/Dialect/SparseTensor/CPU/
H A Dsparse_codegen_foreach.mlir59 /// uses foreach operator to print coords and values.
65 vector.print %1: index
66 vector.print %2: index
67 vector.print %v: f32
72 /// uses foreach operator to print coords and values.
76 vector.print %1: index
77 vector.print %2: index
78 vector.print %v: f64
86 vector.print %1: index
87 vector.print
[all...]
/llvm-project/lldb/test/Shell/ScriptInterpreter/Python/
H A Dpython.test1 # RUN: %lldb --script-language python -o 'script print("{}".format(1000+100+10+1))' 2>&1 | FileChec…
2 # RUN: %lldb --script-language python -o 'script -- print("{}".format(1000+100+10+1))' 2>&1 | FileC…
3 # RUN: %lldb --script-language python -o 'script --language default -- print("{}".format(1000+100+1…
4 # RUN: %lldb -o 'script -l python -- print("{}".format(1000+100+10+1))' 2>&1 | FileCheck %s
5 # RUN: %lldb -o 'script -lpython -- print("{}".format(1000+100+10+1))' 2>&1 | FileCheck %s
6 # RUN: %lldb -o 'script --language python -- print("{}".format(1000+100+10+1))' 2>&1 | FileCheck %s
7 # RUN: %lldb -o 'script --language=python -- print("{}".format(1000+100+10+1))' 2>&1 | FileCheck %s
8 # RUN: %lldb -o 'script -lpython -- if True: print("{}".format(1000+100+10+1))' 2>&1 | FileCheck %s
11 # RUN: %lldb -o 'script --language invalid -- print("{}".format(1000+100+10+1))' 2>&1 | FileCheck %…
/llvm-project/libcxx/test/libcxx/input.output/iostream.format/output.streams/ostream.formatted/ostream.formatted.print/
H A Dvprint_unicode.pass.cpp16 // When std::print is unavailable, we don't rely on an implementation of
19 // XFAIL: availability-print-missing
65 std::print(stream, "test"); in test_is_terminal_not_a_file_stream()
69 std::print(stream, "test"); in test_is_terminal_not_a_file_stream()
83 std::print(stream, "test"); in test_is_terminal_file_stream()
90 std::print(stream, "test"); in test_is_terminal_file_stream()
107 std::print(stream, "test"); in test_is_terminal_rdbuf_derived_from_filebuf()
117 std::print(std::cout, "test"); in test_is_terminal_std_cout_cerr_clog()
121 std::print(std::cerr, "test"); in test_is_terminal_std_cout_cerr_clog()
125 std::print(st in test_is_terminal_std_cout_cerr_clog()
[all...]
/llvm-project/clang/test/SemaCXX/
H A Dcxx1y-generic-lambdas.cpp248 template<class ... Ts> void print(Ts ...) { } in print() function
281 print("a = ", a, "\n"); in test()
283 print("b = ", b, "\n"); in test()
293 print("a = ", a, "\n"); in test()
297 print("b = ", b, "\n"); in test()
305 print("a = ", a, "\n"); in test()
307 print("b = ", b ..., "\n"); in test()
317 print("a = ", a, "\n"); in test()
319 print("b = ", b ..., "\n"); in test()
330 print(" in test()
517 template<class ... Ts> void print(Ts ... ts) { } print() function
586 template<class ... Ts> void print(Ts ... ts) { } print() function
[all...]

12345678910>>...201