HomeSort by relevance Sort by last modified time
    Searched refs:wmain (Results 1 - 5 of 5) 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/google-breakpad/src/tools/windows/dump_syms/
dump_syms.cc 42 int wmain(int argc, wchar_t **argv) { function
  /external/clang/test/CodeGenCXX/
mangle-ms.cpp 284 int wmain() { return 0; } function
285 // CHECK-DAG: @wmain
286 // X64-DAG: @wmain
  /external/google-breakpad/src/tools/windows/symupload/
symupload.cc 171 int wmain(int argc, wchar_t *argv[]) { function
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
tchar.h 121 #define _tmain wmain

Completed in 756 milliseconds