HomeSort by: relevance | last modified time | path
    Searched defs:Printf (Results 1 - 14 of 14) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGGPUBuiltin.cpp 44 // Transforms a call to printf into a call to the NVPTX vprintf syscall (which
51 // printf("format string", arg1, arg2, arg3);
74 assert(E->getNumArgs() >= 1); // printf always has at least one arg.
89 CGM.ErrorUnsupported(E, "non-scalar arg to printf");
103 // Using llvm::StructType is correct only because printf doesn't accept
131 assert(E->getNumArgs() >= 1); // printf always has at least one arg.
143 CGM.ErrorUnsupported(E, "non-scalar arg to printf");
153 auto Printf = llvm::emitAMDGPUPrintfCall(IRB, Args);
155 return RValue::get(Printf);
CGGPUBuiltin.cpp 44 // Transforms a call to printf into a call to the NVPTX vprintf syscall (which
51 // printf("format string", arg1, arg2, arg3);
74 assert(E->getNumArgs() >= 1); // printf always has at least one arg.
89 CGM.ErrorUnsupported(E, "non-scalar arg to printf");
103 // Using llvm::StructType is correct only because printf doesn't accept
131 assert(E->getNumArgs() >= 1); // printf always has at least one arg.
143 CGM.ErrorUnsupported(E, "non-scalar arg to printf");
153 auto Printf = llvm::emitAMDGPUPrintfCall(IRB, Args);
155 return RValue::get(Printf);
  /src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
FuzzerIO.cpp 36 Printf("No such directory: %s; exiting\n", Path.c_str());
60 Printf("%s", FileToString(Path).c_str());
82 Printf("Loaded %zd/%zd files from %s\n", NumLoaded, Files.size(), Path);
121 void Printf(const char *Fmt, ...) {
FuzzerIO.cpp 36 Printf("No such directory: %s; exiting\n", Path.c_str());
60 Printf("%s", FileToString(Path).c_str());
82 Printf("Loaded %zd/%zd files from %s\n", NumLoaded, Files.size(), Path);
121 void Printf(const char *Fmt, ...) {
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_printf.cc 12 // Internal printf function, used inside run-time libraries.
13 // We can't use libc printf because we intercept some of the functions used
132 "Supported Printf formats: %([0-9]*)?(z|ll)?{d,u,x,X}; %p; "
319 void Printf(const char *format, ...) {
326 // Like Printf, but prints the current PID before the output string.
sanitizer_printf.cc 12 // Internal printf function, used inside run-time libraries.
13 // We can't use libc printf because we intercept some of the functions used
132 "Supported Printf formats: %([0-9]*)?(z|ll)?{d,u,x,X}; %p; "
319 void Printf(const char *format, ...) {
326 // Like Printf, but prints the current PID before the output string.
  /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_printf.cpp 11 // Internal printf function, used inside run-time libraries.
12 // We can't use libc printf because we intercept some of the functions used
131 "Supported Printf formats: %([0-9]*)?(z|l|ll)?{d,u,x,X}; %p; "
313 void Printf(const char *format, ...) {
320 // Like Printf, but prints the current PID before the output string.
sanitizer_printf.cpp 11 // Internal printf function, used inside run-time libraries.
12 // We can't use libc printf because we intercept some of the functions used
131 "Supported Printf formats: %([0-9]*)?(z|l|ll)?{d,u,x,X}; %p; "
313 void Printf(const char *format, ...) {
320 // Like Printf, but prints the current PID before the output string.
  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
AMDGPUHSAMetadataStreamer.cpp 234 auto &Printf = HSAMetadata.mPrintf;
236 auto Node = Mod.getNamedMetadata("llvm.printf.fmts");
242 Printf.push_back(
403 // Emit "printf buffer" argument if printf is used, otherwise emit dummy
406 if (Func.getParent()->getNamedMetadata("llvm.printf.fmts"))
409 // The printf runtime binding pass should have ensured that hostcall and
410 // printf are not used in the same module.
411 assert(!Func.getParent()->getNamedMetadata("llvm.printf.fmts"));
618 auto Node = Mod.getNamedMetadata("llvm.printf.fmts")
    [all...]
AMDGPUHSAMetadataStreamer.cpp 234 auto &Printf = HSAMetadata.mPrintf;
236 auto Node = Mod.getNamedMetadata("llvm.printf.fmts");
242 Printf.push_back(
403 // Emit "printf buffer" argument if printf is used, otherwise emit dummy
406 if (Func.getParent()->getNamedMetadata("llvm.printf.fmts"))
409 // The printf runtime binding pass should have ensured that hostcall and
410 // printf are not used in the same module.
411 assert(!Func.getParent()->getNamedMetadata("llvm.printf.fmts"));
618 auto Node = Mod.getNamedMetadata("llvm.printf.fmts")
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
AMDGPUMetadata.h 425 constexpr char Printf[] = "Printf";
434 /// Printf metadata. Optional.
AMDGPUMetadata.h 425 constexpr char Printf[] = "Printf";
434 /// Printf metadata. Optional.
  /src/usr.sbin/traceroute/
traceroute.c 271 #define Printf (void)printf
967 if (gotlastaddr) printf("\n ");
973 Printf(" %.3f ms", deltaT(&t1, &t2));
975 Printf(" (ttl = %d)", ip->ip_ttl);
979 Printf(" !");
994 Printf(" !");
1001 Printf(" !N");
1006 Printf(" !H");
1011 Printf(" !P")
    [all...]
traceroute.c 271 #define Printf (void)printf
967 if (gotlastaddr) printf("\n ");
973 Printf(" %.3f ms", deltaT(&t1, &t2));
975 Printf(" (ttl = %d)", ip->ip_ttl);
979 Printf(" !");
994 Printf(" !");
1001 Printf(" !N");
1006 Printf(" !H");
1011 Printf(" !P")
    [all...]

Completed in 76 milliseconds