OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:msvc2010
(Results
1 - 7
of
7
) sorted by null
/external/clang/test/Misc/
diag-format.c
5
// RUN: %clang -fsyntax-only -fdiagnostics-format=msvc -fmsc-version=1300 %s 2>&1 | FileCheck %s -check-prefix=
MSVC2010
6
// RUN: %clang -fsyntax-only -fdiagnostics-format=msvc -fms-compatibility-version=13.00 %s 2>&1 | FileCheck %s -check-prefix=
MSVC2010
8
// RUN: %clang -fsyntax-only -fdiagnostics-format=msvc -fmsc-version=1300 -target x86_64-pc-win32 %s 2>&1 | FileCheck %s -check-prefix=
MSVC2010
9
// RUN: %clang -fsyntax-only -fdiagnostics-format=msvc -fms-compatibility-version=13.00 -target x86_64-pc-win32 %s 2>&1 | FileCheck %s -check-prefix=
MSVC2010
11
// RUN: %clang -fsyntax-only -fdiagnostics-format=msvc -fmsc-version=1300 -target x86_64-pc-win32 -fshow-column %s 2>&1 | FileCheck %s -check-prefix=
MSVC2010
12
// RUN: %clang -fsyntax-only -fdiagnostics-format=msvc -fms-compatibility-version=13.00 -target x86_64-pc-win32 -fshow-column %s 2>&1 | FileCheck %s -check-prefix=
MSVC2010
21
// RUN: not %clang -fsyntax-only -Werror -fdiagnostics-format=msvc-fallback -fmsc-version=1300 %s 2>&1 | FileCheck %s -check-prefix=
MSVC2010
-FALLBACK
22
// RUN: not %clang -fsyntax-only -Werror -fdiagnostics-format=msvc-fallback -fms-compatibility-version=13.00 %s 2>&1 | FileCheck %s -check-prefix=
MSVC2010
-FALLBACK
38
//
MSVC2010
: {{.*}}(36,7) : warning: extra tokens at end of #endif directive [-Wextra-tokens]
43
//
MSVC2010
-FALLBACK: {{.*}}(36,7) : error(clang): extra tokens at end of #endif directiv
[
all
...]
/external/clang/include/clang/Basic/
LangOptions.h
71
MSVC2010
= 16,
/external/eigen/unsupported/test/mpreal/
mpreal.h
116
#include <stdint.h> // <stdint.h> is available only in
msvc2010
!
118
#else // MPFR relies on intmax_t which is available only in
msvc2010
119
#undef MPREAL_HAVE_INT64_SUPPORT // Besides, MPFR & MPIR have to be compiled with
msvc2010
[
all
...]
/external/ceres-solver/docs/source/
version_history.rst
475
#. Compilation fixes for
MSVC2010
(Sergey Sharybin)
/external/opencv3/3rdparty/zlib/
ChangeLog
31
- Fix CMake compilation of static lib for
MSVC2010
x64
[
all
...]
/external/zlib/src/
ChangeLog
31
- Fix CMake compilation of static lib for
MSVC2010
x64
[
all
...]
/external/v8/tools/gyp/pylib/gyp/generator/
msvs.py
[
all
...]
Completed in 160 milliseconds