Searched defs:Printf (Results 1 - 6 of 6) sorted by relevance

/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/llvm/lib/Fuzzer/
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_printf.cc122 "Supported Printf formats: %([0-9]*)?(z|ll)?{d,u,x}; %p; %(\\.\\*)?s; %c\n";
294 void Printf(const char *format, ...) { function in namespace:__sanitizer
301 // Like Printf, but prints the current PID before the output string.
/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...]
/external/vixl/src/aarch32/
H A Dmacro-assembler-aarch32.cc742 void MacroAssembler::Printf(const char* format, function in class:vixl::aarch32::MacroAssembler
/external/spirv-llvm/lib/SPIRV/libSPIRV/
H A DOpenCL.std.h240 Printf = 184, enumerator in enum:OpenCLLIB::Entrypoints

Completed in 441 milliseconds