HomeSort by relevance Sort by last modified time
    Searched refs:COMPILER (Results 26 - 50 of 85) sorted by null

12 3 4

  /external/webkit/JavaScriptCore/wtf/
StdLibExtras.h 34 // macro also allows workarounds a compiler bug present in Apple's version of GCC 4.0.1.
36 #if COMPILER(GCC) && defined(__APPLE_CC__) && __GNUC__ == 4 && __GNUC_MINOR__ == 0 && __GNUC_PATCHLEVEL__ == 1
48 // NULL can cause compiler problems, especially in cases of multiple inheritance.
Threading.h 78 #elif COMPILER(GCC)
223 #if COMPILER(MINGW) || COMPILER(MSVC7) || OS(WINCE)
242 #elif COMPILER(GCC) && !CPU(SPARC64) // sizeof(_Atomic_word) != sizeof(int) on sparc64 gcc
Assertions.cpp 38 #if COMPILER(MSVC) && !OS(WINCE)
74 #elif COMPILER(MSVC) && !defined(WINCEBASIC)
HashFunctions.h 114 #if COMPILER(MSVC)
119 #if COMPILER(MSVC)
163 #if !COMPILER(MSVC) || defined(_NATIVE_WCHAR_T_DEFINED)
TypeTraits.cpp 41 #if !COMPILER(MSVC) || defined(_NATIVE_WCHAR_T_DEFINED)
62 #if !COMPILER(MSVC) || defined(_NATIVE_WCHAR_T_DEFINED)
87 #if !COMPILER(MSVC) || defined(_NATIVE_WCHAR_T_DEFINED)
PassRefPtr.h 33 // Remove inline for WINSCW compiler to prevent the compiler agressively resolving
37 #if !COMPILER(WINSCW)
47 #if !COMPILER(WINSCW)
Vector.h 42 #if COMPILER(GCC) || COMPILER(MINGW) || COMPILER(RVCT) || COMPILER(WINSCW)
45 #elif COMPILER(MSVC)
52 #if COMPILER(GCC) && (((__GNUC__ * 100) + __GNUC_MINOR__) >= 303)
860 #if COMPILER(MSVC7)
864 // only assume it is a bug with the compiler. Casting is a bad solution,
  /external/webkit/JavaScriptCore/yarr/
RegexJIT.h 40 #if CPU(X86) && !COMPILER(MSVC)
  /external/webkit/WebCore/platform/sql/
SQLiteDatabase.h 33 #if COMPILER(MSVC)
  /external/srec/srec/cfront/
himul32.h 72 #if COMPILER == C_MICROSOFT
117 #else /* ~ COMPILER != C_MICROSOFT */
191 #endif /* ~ COMPILER == C_MICROSOFT */
  /external/webkit/JavaScriptCore/assembler/
MacroAssemblerCodeRef.h 72 #if COMPILER(RVCT)
73 // RVTC compiler needs C-style cast as it fails with the following error
  /external/webkit/WebCore/bindings/js/
JSSVGPODTypeWrapper.h 70 #if COMPILER(MSVC)
116 #if COMPILER(MSVC)
177 #if COMPILER(MSVC)
316 #if COMPILER(MSVC)
  /external/webkit/WebCore/loader/
CachedResourceHandle.h 41 // Parenthesis is needed for winscw compiler to resolve class qualifier in this case.
75 // Don't inline for winscw compiler to prevent the compiler aggressively resolving
79 #if !COMPILER(WINSCW)
  /external/webkit/WebCore/platform/text/
TextStream.cpp 111 #if OS(WINDOWS) && PLATFORM(X86_64) && COMPILER(MSVC)
  /external/webkit/JavaScriptCore/jit/
JITStubs.h 111 #if COMPILER(MSVC)
114 #endif // COMPILER(MSVC)
138 #if COMPILER(MSVC)
140 #endif // COMPILER(MSVC)
204 #if COMPILER(MSVC)
213 #if CPU(X86) && COMPILER(MSVC)
215 #elif CPU(X86) && COMPILER(GCC)
  /external/webkit/JavaScriptCore/runtime/
WeakGCPtr.h 59 #if COMPILER(WINSCW)
Collector.cpp 232 #if COMPILER(MINGW)
323 #if COMPILER(MINGW)
568 #elif OS(WINDOWS) && CPU(X86) && COMPILER(MSVC)
577 #elif OS(WINDOWS) && CPU(X86_64) && COMPILER(MSVC)
581 #elif OS(WINDOWS) && CPU(X86) && COMPILER(GCC)
803 #if COMPILER(GCC)
813 #if COMPILER(MSVC)
818 #if COMPILER(MSVC)
    [all...]
  /external/libpng/contrib/gregbook/
makevms.com 31 $! Look for the compiler used.
40 $ if f$search("SYS$SYSTEM:DECC$COMPILER.EXE").eqs.""
  /external/libpng/contrib/pngminus/
makevms.com 5 $! Look for the compiler used
15 $ if f$search("SYS$SYSTEM:DECC$COMPILER.EXE").eqs.""
  /external/v8/src/
compiler.cc 33 #include "compiler.h"
86 // --full-compiler enables the dedicated backend for code we expect to be
88 // --fast-compiler enables a speculative optimizing backend (for
92 // --always-full-compiler and --always-fast-compiler, which are mutually
122 Compiler::ValidationState validate,
134 bool is_json = (validate == Compiler::VALIDATE_JSON);
218 Compiler::SetFunctionInfo(fun, lit, true, script);
237 Handle<JSFunction> Compiler::Compile(Handle<String> source,
248 // The VM is in the COMPILER state until exiting this function
    [all...]
  /external/webkit/JavaScriptCore/
jsc.cpp 57 #if COMPILER(MSVC) && !OS(WINCE)
303 #if COMPILER(MSVC) && OS(WINCE)
314 #if COMPILER(MSVC) && !defined(_DEBUG)
335 #if COMPILER(MSVC) && !OS(WINCE)
  /external/icu4c/tools/pkgdata/
pkgdata.cpp 190 COMPILER,
876 * Using the compiler information from the configuration file set by -O option, generate the library file.
959 pkgDataFlags[COMPILER],
    [all...]
  /external/webkit/WebCore/plugins/win/
PluginViewWin.cpp 143 #if OS(WINDOWS) && PLATFORM(X86_64) && COMPILER(MSVC)
160 #if COMPILER(GCC)
190 #if COMPILER(GCC)
219 #if COMPILER(GCC) || defined(_M_IX86)
1024 #if OS(WINDOWS) && PLATFORM(X86_64) && COMPILER(MSVC)
    [all...]
  /external/openssl/apps/
makeapps.com 16 $! It was written so it would try to determine what "C" compiler to
17 $! use or you can specify which "C" compiler to use.
22 $! Specify which compiler at P2 to try to compile under.
28 $! If you don't speficy a compiler, it will try to determine which
29 $! "C" compiler to use.
38 $! P4, if defined, sets a compiler thread NOT needed on OpenVMS 7.1 (and up)
149 $ IF COMPILER .EQS. "VAXC" THEN -
341 $ IF (COMPILER.EQS."VAXC")
370 $ IF (COMPILER.EQS."GNUC")
400 $ IF (COMPILER.EQS."DECC"
    [all...]
  /external/libpng/scripts/
makevms.com 23 $! Look for the compiler used
33 $ if f$search("SYS$SYSTEM:DECC$COMPILER.EXE").eqs.""

Completed in 935 milliseconds

12 3 4