/external/llvm/examples/OCaml-Kaleidoscope/Chapter6/ |
bindings.c | 9 /* printd - printf that takes a double prints it as "%f\n", returning 0. */ 10 extern double printd(double X) { function
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter7/ |
bindings.c | 9 /* printd - printf that takes a double prints it as "%f\n", returning 0. */ 10 extern double printd(double X) { function
|
/external/pdfium/fpdfsdk/src/javascript/ |
util.cpp | 33 JS_STATIC_METHOD_ENTRY(printd) 183 FX_BOOL util::printd(IJS_Context* cc, function in class:util 317 void util::printd(const std::wstring& cFormat2, function in class:util
|
/external/llvm/examples/Kaleidoscope/Chapter4/ |
toy.cpp | 637 /// printd - printf that takes a double prints it as "%f\n", returning 0. 638 extern "C" double printd(double X) { function
|
/external/clang/test/CodeGenCXX/ |
microsoft-abi-member-pointers.cpp | 776 int printd(int); 777 void printd(); 779 void A::printd() { JSMethod<A, &A::printd>(); } function in class:PMFInTemplateArgument::A 780 // CHECK-LABEL: @"\01??$JSMethod@VA@PMFInTemplateArgument@@$1?printd@12@AAEHH@Z@PMFInTemplateArgument@@YAXXZ"(
|
/external/llvm/examples/Kaleidoscope/Chapter5/ |
toy.cpp | 911 /// printd - printf that takes a double prints it as "%f\n", returning 0. 912 extern "C" double printd(double X) { function
|
/external/llvm/examples/Kaleidoscope/Chapter6/ |
toy.cpp | 1029 /// printd - printf that takes a double prints it as "%f\n", returning 0. 1030 extern "C" double printd(double X) { function
|
/external/llvm/examples/Kaleidoscope/Chapter7/ |
toy.cpp | 1196 extern "C" double printd(double X) { function [all...] |
/external/llvm/examples/Kaleidoscope/MCJIT/cached/ |
toy-jit.cpp | 1106 /// printd - printf that takes a double prints it as "%f\n", returning 0. 1108 double printd(double X) { function [all...] |
toy.cpp | 1476 double printd(double X) { function [all...] |
/external/llvm/examples/Kaleidoscope/MCJIT/lazy/ |
toy-jit.cpp | 1088 /// printd - printf that takes a double prints it as "%f\n", returning 0. 1090 double printd(double X) { function [all...] |
toy.cpp | 1374 double printd(double X) { function [all...] |
/external/llvm/examples/Kaleidoscope/Chapter8/ |
toy.cpp | 1393 extern "C" double printd(double X) { function [all...] |
/external/llvm/examples/Kaleidoscope/MCJIT/complete/ |
toy.cpp | 1549 double printd(double X) { function [all...] |
/external/llvm/examples/Kaleidoscope/MCJIT/initial/ |
toy.cpp | 1333 double printd(double X) { function [all...] |
/external/llvm/examples/Kaleidoscope/Orc/fully_lazy/ |
toy.cpp | 1399 double printd(double X) { function [all...] |
/external/llvm/examples/Kaleidoscope/Orc/initial/ |
toy.cpp | 1294 double printd(double X) { function [all...] |
/external/llvm/examples/Kaleidoscope/Orc/lazy_codegen/ |
toy.cpp | 1298 double printd(double X) { function [all...] |
/external/llvm/examples/Kaleidoscope/Orc/lazy_irgen/ |
toy.cpp | 1329 double printd(double X) { function [all...] |