OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MSVC
(Results
1 - 25
of
54
) sorted by null
1
2
3
/external/webkit/Source/JavaScriptCore/os-win32/
stdbool.h
24
#if !COMPILER(
MSVC
)
25
#error "This stdbool.h file should only be compiled with
MSVC
"
stdint.h
27
compile using
MSVC
which does not ship with the stdint.h header. */
29
#if !COMPILER(
MSVC
)
30
#error "This stdint.h file should only be compiled with
MSVC
"
inttypes.h
37
#if !COMPILER(
MSVC
)
38
#error "This inttypes.h file should only be compiled with
MSVC
"
/external/webkit/Source/JavaScriptCore/wtf/
AlwaysInline.h
26
#elif (COMPILER(
MSVC
) || COMPILER(RVCT)) && defined(NDEBUG)
62
#elif COMPILER(
MSVC
) || COMPILER(RVCT)
70
#if !COMPILER(
MSVC
)
ASCIICType.h
48
#if !COMPILER(
MSVC
) || defined(_NATIVE_WCHAR_T_DEFINED)
56
#if !COMPILER(
MSVC
) || defined(_NATIVE_WCHAR_T_DEFINED)
64
#if !COMPILER(
MSVC
) || defined(_NATIVE_WCHAR_T_DEFINED)
72
#if !COMPILER(
MSVC
) || defined(_NATIVE_WCHAR_T_DEFINED)
80
#if !COMPILER(
MSVC
) || defined(_NATIVE_WCHAR_T_DEFINED)
88
#if !COMPILER(
MSVC
) || defined(_NATIVE_WCHAR_T_DEFINED)
96
#if !COMPILER(
MSVC
) || defined(_NATIVE_WCHAR_T_DEFINED)
104
#if !COMPILER(
MSVC
) || defined(_NATIVE_WCHAR_T_DEFINED)
125
#if !COMPILER(
MSVC
) || defined(_NATIVE_WCHAR_T_DEFINED)
133
#if !COMPILER(
MSVC
) || defined(_NATIVE_WCHAR_T_DEFINED
[
all
...]
CurrentTime.h
54
#elif COMPILER(
MSVC
)
Alignment.h
29
#elif COMPILER(
MSVC
)
ByteArray.h
91
//
MSVC
can't handle correctly unsized array.
94
#if COMPILER(
MSVC
)
RandomNumberSeed.h
57
#elif COMPILER(
MSVC
) && defined(_CRT_RAND_S)
TCSpinLock.h
37
#if (CPU(X86) || CPU(X86_64) || CPU(PPC)) && (COMPILER(GCC) || COMPILER(
MSVC
))
83
#elif COMPILER(
MSVC
)
115
#elif COMPILER(
MSVC
)
165
#elif COMPILER(
MSVC
)
FastMalloc.h
204
#elif COMPILER(
MSVC
) || COMPILER(RVCT)
221
#if COMPILER(
MSVC
)
233
#if COMPILER(
MSVC
)
MathExtras.h
44
#if COMPILER(
MSVC
)
109
#if COMPILER(
MSVC
) || (COMPILER(RVCT) && !(RVCT_VERSION_AT_LEAST(3, 0, 0, 0)))
134
#if COMPILER(
MSVC
)
150
//
MSVC
's math.h does not currently supply log2.
190
#endif // COMPILER(
MSVC
)
251
#if !COMPILER(
MSVC
) && !(COMPILER(RVCT) && PLATFORM(BREWMP)) && !OS(SOLARIS) && !OS(SYMBIAN)
StringExtras.h
37
#if COMPILER(
MSVC
)
HashFunctions.h
114
#if COMPILER(
MSVC
)
116
#pragma warning(disable: 4244) // work around what seems to be a bug in
MSVC
's conversion warnings
119
#if COMPILER(
MSVC
)
163
#if !COMPILER(
MSVC
) || defined(_NATIVE_WCHAR_T_DEFINED)
TypeTraits.cpp
41
#if !COMPILER(
MSVC
) || defined(_NATIVE_WCHAR_T_DEFINED)
67
#if !COMPILER(
MSVC
) || defined(_NATIVE_WCHAR_T_DEFINED)
92
#if !COMPILER(
MSVC
) || defined(_NATIVE_WCHAR_T_DEFINED)
/external/webkit/Source/WebCore/svg/properties/
SVGStaticPropertyTearOff.h
28
#if COMPILER(
MSVC
)
60
#if COMPILER(
MSVC
)
SVGStaticPropertyWithParentTearOff.h
28
#if COMPILER(
MSVC
)
65
#if COMPILER(
MSVC
)
/external/webkit/Source/JavaScriptCore/yarr/
YarrJIT.h
36
#if CPU(X86) && !COMPILER(
MSVC
)
/external/libvpx/build/make/
gen_msvs_def.sh
21
This script generates a
MSVC
module definition file containing a list of symbols
/external/webkit/Source/JavaScriptCore/
config.h
109
#if COMPILER(
MSVC
)
/external/webkit/Source/WebCore/platform/sql/
SQLiteDatabase.h
33
#if COMPILER(
MSVC
)
/external/webkit/Source/WebCore/svg/
SVGPathByteStreamSource.h
56
#if COMPILER(
MSVC
)
/external/webkit/Source/JavaScriptCore/runtime/
RegExpObject.h
86
#if COMPILER(
MSVC
)
/external/webkit/Source/JavaScriptCore/jit/
JITStubs.h
116
#if COMPILER(
MSVC
) || (OS(WINDOWS) && COMPILER(GCC))
119
#endif // COMPILER(
MSVC
) || (OS(WINDOWS) && COMPILER(GCC))
143
#if COMPILER(
MSVC
) || (OS(WINDOWS) && COMPILER(GCC))
145
#endif // COMPILER(
MSVC
) || (OS(WINDOWS) && COMPILER(GCC))
173
#if COMPILER(
MSVC
)
176
#endif // COMPILER(
MSVC
)
201
#if COMPILER(
MSVC
)
203
#endif // COMPILER(
MSVC
)
263
#if COMPILER(
MSVC
)
/external/webkit/Source/WebCore/
config.h
137
#if COMPILER(
MSVC
)
Completed in 235 milliseconds
1
2
3