HomeSort by relevance Sort by last modified time
    Searched full:msvc (Results 1 - 25 of 1273) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/CodeGenCXX/
virtual-base-cast.cpp 2 // RUN: %clang_cc1 -cxx-abi microsoft -emit-llvm %s -o - -triple i686-pc-win32 | FileCheck -check-prefix MSVC %s
21 // MSVC: @"\01?a@@YAPAUA@@XZ"() [[NUW:#[0-9]+]] {
22 // MSVC: %[[vbptr_off:.*]] = getelementptr inbounds i8* {{.*}}, i32 0
23 // MSVC: %[[vbptr:.*]] = bitcast i8* %[[vbptr_off]] to i8**
24 // MSVC: %[[vbtable:.*]] = load i8** %[[vbptr]]
25 // MSVC: %[[entry:.*]] = getelementptr inbounds i8* {{.*}}, i32 4
26 // MSVC: %[[entry_i32:.*]] = bitcast i8* %[[entry]] to i32*
27 // MSVC: %[[offset:.*]] = load i32* %[[entry_i32]]
28 // MSVC: add nsw i32 0, %[[offset]]
29 // MSVC:
    [all...]
  /external/chromium_org/third_party/protobuf/vsprojects/
convert2008to2005.sh 3 # This script downgrades MSVC 2008 projects to MSVC 2005 projects, allowing
4 # people with MSVC 2005 to open them. Otherwise, MSVC 2005 simply refuses to
7 # MSVC 2005, you may have to run this manually. (Hint: Use Cygwin or MSYS.)
config.h 1 /* protobuf config.h for MSVC. On other platforms, this is generated
9 // in MSVC 2010:
11 // TODO(kenton): Use unordered_map instead, which is available in MSVC 2010.
  /external/protobuf/vsprojects/
convert2008to2005.sh 3 # This script downgrades MSVC 2008 projects to MSVC 2005 projects, allowing
4 # people with MSVC 2005 to open them. Otherwise, MSVC 2005 simply refuses to
7 # MSVC 2005, you may have to run this manually. (Hint: Use Cygwin or MSYS.)
config.h 1 /* protobuf config.h for MSVC. On other platforms, this is generated
9 // in MSVC 2010:
11 // TODO(kenton): Use unordered_map instead, which is available in MSVC 2010.
  /external/chromium_org/third_party/mesa/src/src/getopt/
SConscript 3 if not env['msvc']:
  /external/mesa3d/src/getopt/
SConscript 3 if not env['msvc']:
  /external/stlport/test/compiler/
partial_spec.cpp 4 * MSVC 6
8 * MSVC 8
ttei2.cpp 8 * MSVC 6
9 * MSVC 8
ttei6.cpp 6 * MSVC 6
7 * MSVC 8 Beta
ttei7.cpp 4 * MSVC 6
8 * MSVC 8 Beta
ttei1.cpp 4 * MSVC 6
9 * MSVC 8 Beta
ttei3.cpp 10 * MSVC 6
11 * MSVC 8 Beta
ttei4.cpp 10 * MSVC 6
11 * MSVC 8 Beta
ttei5.cpp 10 * MSVC 6
11 * MSVC 8 Beta
  /external/llvm/cmake/modules/
GetHostTriple.cmake 5 if( MSVC )
17 else( MSVC )
27 endif( MSVC )
  /external/bison/m4/
msvc-inval.m4 0 # msvc-inval.m4 serial 1
13 [Define to 1 on MSVC platforms that have the "invalid parameter handler"
msvc-nothrow.m4 0 # msvc-nothrow.m4 serial 1
  /external/clang/test/Misc/
diag-format.c 5 // RUN: %clang -fsyntax-only -fdiagnostics-format=msvc %s 2>&1 | FileCheck %s -check-prefix=MSVC
6 // RUN: %clang -fsyntax-only -fdiagnostics-format=msvc -target x86_64-pc-win32 %s 2>&1 | FileCheck %s -check-prefix=MSVC
7 // RUN: %clang -fsyntax-only -fdiagnostics-format=msvc -target x86_64-pc-win32 -fshow-column %s 2>&1 | FileCheck %s -check-prefix=MSVC
11 // RUN: %clang -fsyntax-only -fdiagnostics-format=msvc -fno-show-column %s 2>&1 | FileCheck %s -check-prefix=MSVC_ORIG
30 // MSVC: {{.*}}(28,7) : warning: extra tokens at end of #endif directive [-Wextra-tokens]
  /external/dropbear/libtomcrypt/
updatemakes.sh 17 perl filter.pl makefile.msvc tmplist
18 sed -e 's/\.o /.obj /g' < tmp.delme > makefile.msvc
  /external/chromium_org/third_party/libxslt/build/
generate-win32-headers.bat 5 cscript //E:jscript configure.js compiler=msvc
  /external/clang/test/SemaCXX/
microsoft-new-delete.cpp 10 // Expect no error in MSVC compatibility mode
  /external/llvm/unittests/ExecutionEngine/MCJIT/
CMakeLists.txt 17 if(MSVC)
  /external/chromium_org/third_party/leveldatabase/src/port/win/
stdint.h 5 // MSVC didn't ship with this file until the 2010 version.
11 #error This file should only be included when compiling with MSVC.
  /external/chromium_org/third_party/snappy/
README.chromium 15 * Suppress MSVC signed/unsigned warning - https://code.google.com/p/snappy/issues/detail?id=71
16 * Suppress MSVC x64 size_t warnings - https://code.google.com/p/snappy/issues/detail?id=75

Completed in 729 milliseconds

1 2 3 4 5 6 7 8 91011>>