Searched refs:Printf (Results 1 - 25 of 86) sorted by relevance

1234

/external/clang/test/SemaCXX/
H A Dprintf-cstr.cpp42 struct Printf { struct
43 Printf();
44 Printf(const Printf&);
45 Printf(const char *,...) __attribute__((__format__(__printf__,2,3)));
51 Printf p("%s %d %s", str, 10, 10); // expected-warning {{format specifies type 'char *' but the argument has type 'int'}}
52 Printf q("%s %d", hcs, 10); // expected-warning {{cannot pass non-POD object of type 'HasCStr' to variadic constructor; expected type from format string was 'char *'}} expected-note{{did you mean to call the c_str() method?}}
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_report.cc124 Printf(" [failed to restore the stack]\n\n");
133 Printf("%s\n", res.data());
135 Printf("\n");
141 Printf(" (mutexes:");
143 Printf(" %s M%llu", m.write ? "write" : "read", m.id);
144 Printf(i == mset.Size() - 1 ? ")" : ",");
158 Printf("%s", d.Access());
159 Printf(" %s of size %d at %p by %s",
164 Printf(":\n");
165 Printf("
[all...]
H A Dtsan_platform_posix.cc33 Printf("FATAL: ThreadSanitizer can not mmap the shadow memory\n");
34 Printf("FATAL: Make sure to compile with -fPIE and "
91 Printf("FATAL: ThreadSanitizer can not mmap the shadow memory\n");
92 Printf("FATAL: Make sure to compile with -fPIE and "
109 Printf("FATAL: ThreadSanitizer can not protect [%zx,%zx]\n", beg, end);
110 Printf("FATAL: Make sure you are not using unlimited stack\n");
129 Printf("FATAL: ThreadSanitizer: unexpected memory mapping %p-%p\n", p, end);
H A Dtsan_mutex.cc105 Printf("Can lock graph:\n");
108 Printf("%d ", CanLockAdj[i][j]);
110 Printf("\n");
112 Printf("Can lock graph closure:\n");
115 Printf("%d ", CanLockAdj2[i][j]);
117 Printf("\n");
123 Printf("Mutex %d participates in a cycle\n", i);
136 // Printf("LOCK %d @%zu\n", t, seq_ + 1);
153 // Printf(" last %d @%zu\n", max_idx, max_seq);
155 Printf("ThreadSanitize
[all...]
/external/compiler-rt/lib/msan/
H A Dmsan_report.cc45 Printf("%s", d.Origin());
46 Printf(
68 Printf(" %sUninitialized value was stored to memory at%s\n", d.Origin(),
80 Printf(" %sUninitialized value was created by a heap allocation%s\n",
84 Printf(" %sUninitialized value was created by a heap deallocation%s\n",
88 Printf(" %sMemory was marked as uninitialized%s\n", d.Origin(),
92 Printf(" %sUninitialized value was created%s\n", d.Origin(), d.End());
105 Printf("%s", d.Warning());
107 Printf("%s", d.End());
118 Printf("WARNIN
[all...]
H A Dmsan.cc190 Printf("MSAN_OPTIONS=exit_code is deprecated! "
201 Printf(
211 Printf(
238 // Printf("Expected UMR\n");
253 Printf(
321 Printf("Exiting\n"); \
357 Printf("Exiting\n");
368 Printf("Exiting\n");
402 Printf("FATAL: MemorySanitizer can not mmap the shadow memory.\n");
403 Printf("FATA
[all...]
/external/llvm/lib/Fuzzer/
H A DFuzzerExtFunctionsDlsym.cpp29 Printf("WARNING: Failed to find function \"%s\".", FnName);
31 Printf(" Reason %s.", ErrorMsg);
32 Printf("\n");
H A DFuzzerDriver.cpp76 Printf("Usage:\n");
78 Printf("\nTo run fuzzing pass 0 or more directories.\n");
79 Printf("%s [-flag1=val1 [-flag2=val2 ...] ] [dir1 [dir2 ...] ]\n", Prog);
81 Printf("\nTo run individual tests without fuzzing pass 1 or more files:\n");
82 Printf("%s [-flag1=val1 [-flag2=val2 ...] ] file1 [file2 ...]\n", Prog);
84 Printf("\nFlags: (strictly in form -flag=value)\n");
91 Printf(" %s", D.Name);
93 Printf(" ");
94 Printf("\t");
95 Printf("
[all...]
H A DFuzzerExtFunctionsWeak.cpp34 Printf("WARNING: Failed to find function \"%s\".\n", FnName);
H A DFuzzerLoop.cpp40 Printf("ERROR: %s is not defined. Exiting.\n"
206 Printf("==%d== ERROR: libFuzzer: deadly signal\n", GetPid());
209 Printf("NOTE: libFuzzer has rudimentary signal handlers.\n"
212 Printf("SUMMARY: libFuzzer: deadly signal\n");
219 Printf("==%d== libFuzzer: run interrupted; exiting\n", GetPid());
235 Printf("AlarmCallback %zd\n", Seconds);
237 Printf("ALARM: working on the last Unit for %zd seconds\n", Seconds);
238 Printf(" and the timeout value is %d (use -timeout=N to change)\n",
241 Printf("==%d== ERROR: libFuzzer: timeout after %d seconds\n", GetPid(),
245 Printf("SUMMAR
[all...]
H A DFuzzerUtil.cpp33 Printf("0x%x,", (unsigned)Data[i]);
34 Printf("%s", PrintAfter);
43 Printf("\\\\");
45 Printf("\\\"");
47 Printf("%c", Byte);
49 Printf("\\x%02x", Byte);
55 Printf("%s", PrintAfter);
93 Printf("libFuzzer: sigaction failed with %d\n", errno);
101 Printf("libFuzzer: setitimer failed with %d\n", errno);
128 Printf("WARNIN
[all...]
H A DFuzzerIO.cpp48 Printf("No such directory: %s; exiting\n", Dir.c_str());
66 Printf("No such directory: %s; exiting\n", Path.c_str());
88 Printf("%s", FileToString(Path).c_str());
110 Printf("Loaded %zd/%zd files from %s\n", NumLoaded, Files.size(), Path);
135 void Printf(const char *Fmt, ...) { function in namespace:fuzzer
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stacktrace_libcdep.cc24 Printf(" <empty stack>\n\n");
42 Printf("%s\n", frame_desc.data());
52 Printf("\n");
54 Printf("DEDUP_TOKEN: %s\n", dedup_token.data());
H A Dsanitizer_flag_parser.cc38 Printf("WARNING: found %d unrecognized flag(s):\n", n_unknown_flags_);
40 Printf(" %s\n", unknown_flags_[i]);
60 Printf("Available flags for %s:\n", SanitizerToolName);
62 Printf("\t%s\n\t\t- %s\n", flags_[i].name, flags_[i].desc);
66 Printf("ERROR: %s\n", err);
140 Printf("Failed to read options from '%s': error %d\n", path, err);
H A Dsanitizer_flag_parser.h51 Printf("ERROR: Invalid value for bool option: '%s'\n", value);
66 if (!ok) Printf("ERROR: Invalid value for int option: '%s'\n", value);
75 if (!ok) Printf("ERROR: Invalid value for uptr option: '%s'\n", value);
/external/compiler-rt/lib/asan/
H A Dasan_stats.cc35 Printf("%s", prefix);
38 Printf("%zu:%zu; ", i, array[i]);
40 Printf("\n");
44 Printf("Stats: %zuM malloced (%zuM for red zones) by %zu calls\n",
46 Printf("Stats: %zuM realloced by %zu calls\n", realloced>>20, reallocs);
47 Printf("Stats: %zuM freed by %zu calls\n", freed>>20, frees);
48 Printf("Stats: %zuM really freed by %zu calls\n",
50 Printf("Stats: %zuM (%zuM-%zuM) mmaped; %zu maps, %zu unmaps\n",
55 Printf("Stats: malloc large: %zu\n", malloc_large);
129 Printf("Stat
[all...]
H A Dasan_report.cc219 Printf("%s", str.data());
226 Printf("malloc_zone_from_ptr(%p) = %p, which is %s\n",
229 Printf("malloc_zone_from_ptr(%p) = %p, which doesn't have a name\n",
233 Printf("malloc_zone_from_ptr(%p) = 0\n", ptr);
315 Printf("%s", str.data());
332 Printf(" registered at:\n");
348 Printf("Address %p is located in the %s area.\n", addr, area_type);
419 Printf("%s", str.data());
455 Printf("%s", d.Location());
456 Printf("Addres
[all...]
H A Dasan_scariness_score.h52 Printf("SCARINESS: %d (%s)\n", score, descr);
H A Dasan_rtl.cc309 Printf("AddressSanitizer exit stats:\n");
314 Printf("asan_mapping.h:%zd -- %zd\n", i, AsanMappingProfile[i]);
355 Printf("|| `[%p, %p]` || HighMem ||\n",
357 Printf("|| `[%p, %p]` || HighShadow ||\n",
360 Printf("|| `[%p, %p]` || ShadowGap3 ||\n",
362 Printf("|| `[%p, %p]` || MidMem ||\n",
364 Printf("|| `[%p, %p]` || ShadowGap2 ||\n",
366 Printf("|| `[%p, %p]` || MidShadow ||\n",
369 Printf("|| `[%p, %p]` || ShadowGap ||\n",
372 Printf("|| `[
[all...]
/external/llvm/test/Bindings/OCaml/
H A Ddiagnostic_handler.ml12 Printf.printf
15 | Error -> Printf.printf "Diagnostic severity is Error\n"
16 | Warning -> Printf.printf "Diagnostic severity is Warning\n"
17 | Remark -> Printf.printf "Diagnostic severity is Remark\n"
18 | Note -> Printf.printf "Diagnostic severity is Note\n"
/external/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_printf_test.cc22 TEST(Printf, Basic) {
38 TEST(Printf, OverflowStr) {
52 TEST(Printf, OverflowInt) {
65 TEST(Printf, OverflowUint) {
84 TEST(Printf, OverflowPtr) {
118 TEST(Printf, MinMax) {
130 TEST(Printf, Padding) {
143 TEST(Printf, Precision) {
/external/curl/lib/
H A Damigaos.c38 # define __request(msg) Printf(msg "\n\a")
/external/compiler-rt/lib/tsan/dd/
H A Ddd_rtl.cc43 Printf("==============================\n");
44 Printf("WARNING: lock-order-inversion (potential deadlock)\n");
46 Printf("Thread %d locks mutex %llu while holding mutex %llu:\n",
50 Printf("Mutex %llu was acquired here:\n",
55 Printf("==============================\n");
/external/compiler-rt/lib/lsan/
H A Dlsan_common.cc408 Printf("%s\n", line);
409 Printf("Suppressions used:\n");
410 Printf(" count bytes template\n");
412 Printf("%7zu %10zu %s\n", static_cast<uptr>(atomic_load_relaxed(
414 Printf("%s\n\n", line);
458 Printf("\n"
461 Printf("%s", d.Error());
463 Printf("%s", d.End());
570 Printf("\n");
572 Printf("To
[all...]
/external/iputils/
H A Dtraceroute6.c289 #define Printf (void)printf macro
571 Printf("traceroute: unknown addr %s\n", source);
598 Printf("%2d ", ttl);
619 Printf(" %g ms", deltaT(&t1, &t2));
627 Printf(" !N");
631 Printf(" !H");
636 Printf(" !S");
644 Printf(" *");
750 Printf("traceroute: wrote %s %d chars, ret=%d\n", hostname,
875 Printf("\
[all...]

Completed in 509 milliseconds

1234