HomeSort by: relevance | last modified time | path
    Searched refs:DLLEXPORT (Results 1 - 15 of 15) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter4/
toy.cpp 663 #define DLLEXPORT __declspec(dllexport)
665 #define DLLEXPORT
669 extern "C" DLLEXPORT double putchard(double X) {
675 extern "C" DLLEXPORT double printd(double X) {
  /src/external/bsd/jemalloc/dist/include/jemalloc/
jemalloc_macros.h 66 # ifdef DLLEXPORT
67 # define JEMALLOC_EXPORT __declspec(dllexport)
jemalloc.h 204 # ifdef DLLEXPORT
205 # define JEMALLOC_EXPORT __declspec(dllexport)
  /src/external/bsd/jemalloc/include/jemalloc/
jemalloc_macros.h 66 # ifdef DLLEXPORT
67 # define JEMALLOC_EXPORT __declspec(dllexport)
jemalloc.h 204 # ifdef DLLEXPORT
205 # define JEMALLOC_EXPORT __declspec(dllexport)
  /src/external/bsd/jemalloc.old/dist/include/jemalloc/
jemalloc_macros.h 66 # ifdef DLLEXPORT
67 # define JEMALLOC_EXPORT __declspec(dllexport)
jemalloc.h 204 # ifdef DLLEXPORT
205 # define JEMALLOC_EXPORT __declspec(dllexport)
  /src/external/bsd/jemalloc.old/include/jemalloc/
jemalloc_macros.h 66 # ifdef DLLEXPORT
67 # define JEMALLOC_EXPORT __declspec(dllexport)
jemalloc.h 204 # ifdef DLLEXPORT
205 # define JEMALLOC_EXPORT __declspec(dllexport)
  /src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter5/
toy.cpp 937 #define DLLEXPORT __declspec(dllexport)
939 #define DLLEXPORT
943 extern "C" DLLEXPORT double putchard(double X) {
949 extern "C" DLLEXPORT double printd(double X) {
  /src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter6/
toy.cpp 1056 #define DLLEXPORT __declspec(dllexport)
1058 #define DLLEXPORT
1062 extern "C" DLLEXPORT double putchard(double X) {
1068 extern "C" DLLEXPORT double printd(double X) {
  /src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter7/
toy.cpp 1227 #define DLLEXPORT __declspec(dllexport)
1229 #define DLLEXPORT
1233 extern "C" DLLEXPORT double putchard(double X) {
1239 extern "C" DLLEXPORT double printd(double X) {
  /src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter8/
toy.cpp 1183 #define DLLEXPORT __declspec(dllexport)
1185 #define DLLEXPORT
1189 extern "C" DLLEXPORT double putchard(double X) {
1195 extern "C" DLLEXPORT double printd(double X) {
  /src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter9/
toy.cpp 1393 #define DLLEXPORT __declspec(dllexport)
1395 #define DLLEXPORT
1399 extern "C" DLLEXPORT double putchard(double X) {
1405 extern "C" DLLEXPORT double printd(double X) {
  /src/external/public-domain/sqlite/dist/tea/generic/
tclsqlite3.c 123 #define TCL_STORAGE_CLASS DLLEXPORT

Completed in 34 milliseconds