HomeSort by relevance Sort by last modified time
    Searched refs:wmain (Results 1 - 11 of 11) sorted by null

  /external/clang/test/SemaCXX/
ms-overload-entry-point.cpp 4 int wmain() { // expected-error{{'wmain' cannot be a template}} function
17 wmain<void>(); // expected-error{{no matching function for call to 'wmain'}}
18 wmain<int>(); // expected-error{{no matching function for call to 'wmain'}}
  /external/mdnsresponder/mDNSWindows/SystemService/
main.c 25 int __cdecl wmain( int argc, wchar_t * argv[] ) function
  /external/google-breakpad/src/tools/windows/dump_syms/
dump_syms.cc 42 int wmain(int argc, wchar_t **argv) { function
  /external/ImageMagick/utilities/
magick.c 181 int wmain(int argc,wchar_t *argv[])
179 int wmain(int argc,wchar_t *argv[]) function
  /external/google-breakpad/src/tools/windows/symupload/
symupload.cc 171 int wmain(int argc, wchar_t *argv[]) { function
  /external/clang/test/CodeGenCXX/
mangle-ms.cpp 293 int wmain() { return 0; } function
294 // CHECK-DAG: @wmain
295 // X64-DAG: @wmain
  /system/core/adb/
Android.mk 240 # Set entrypoint to wmain from sysdeps_win32.cpp instead of main
259 # Use wmain instead of main
sysdeps_win32.cpp 2565 extern "C" int wmain(int argc, wchar_t **argv) { function
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
tchar.h 131 #define _tmain wmain
  /external/sqlite/dist/orig/
shell.c     [all...]
  /external/sqlite/dist/
shell.c     [all...]

Completed in 419 milliseconds