Home
last modified time | relevance | path

Searched full:compilers (Results 1 – 25 of 1795) sorted by relevance

12345678910>>...72

/external/icu/icu4c/source/
DrunConfigureICU39 AIX Use the IBM Visual Age xlc_r/xlC_r compilers on AIX
40 AIX/GCC Use the GNU gcc/g++ compilers on AIX
41 Cygwin Use the GNU gcc/g++ compilers on Cygwin
45 FreeBSD Use the clang/clang++ or GNU gcc/g++ compilers on FreeBSD
46 HP-UX/ACC Use the HP ANSI C/Advanced C++ compilers on HP-UX 11
47 IBMi Use the iCC compilers on IBM i, i5/OS, OS/400
48 Linux Use the clang/clang++ or GNU gcc/g++ compilers on Linux
49 Linux/gcc Use the GNU gcc/g++ compilers on Linux
53 MacOSX Use the default compilers on MacOS X (Darwin)
54 MacOSX/GCC Use the GNU gcc/g++ compilers on MacOSX (Darwin)
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/docs/HistoricalNotes/
D2001-04-16-DynamicCompilation.txt5 compilers, and second, we need a flexible and powerful interface
15 other side, traditional static compilers process everything statically and
25 compilers that support profile guided optimization generate poor code in
36 to when compilers generate quality code for the architecture. Secondly,
37 even when compilers catch up to the new architecture there is often a large
45 independent, static, program optimizations currently in compilers to be
/external/llvm/docs/HistoricalNotes/
D2001-04-16-DynamicCompilation.txt5 compilers, and second, we need a flexible and powerful interface
15 other side, traditional static compilers process everything statically and
25 compilers that support profile guided optimization generate poor code in
36 to when compilers generate quality code for the architecture. Secondly,
37 even when compilers catch up to the new architecture there is often a large
45 independent, static, program optimizations currently in compilers to be
/external/swiftshader/third_party/LLVM/docs/HistoricalNotes/
D2001-04-16-DynamicCompilation.txt5 compilers, and second, we need a flexible and powerful interface
15 other side, traditional static compilers process everything statically and
25 compilers that support profile guided optimization generate poor code in
36 to when compilers generate quality code for the architecture. Secondly,
37 even when compilers catch up to the new architecture there is often a large
45 independent, static, program optimizations currently in compilers to be
/external/google-fruit/extras/benchmark/suites/
Dfruit_full.yml21 compilers: &compilers
34 compiler: *compilers
49 compiler: *compilers
63 compiler: *compilers
Ddebug.yml24 compilers: &compilers
36 compiler: *compilers
63 compiler: *compilers
115 compiler: *compilers
Dfruit_mostly_full.yml21 compilers: &compilers
33 compiler: *compilers
48 compiler: *compilers
Dfruit_quick.yml21 compilers: &compilers
32 compiler: *compilers
46 compiler: *compilers
Dboost_di.yml21 compilers: &compilers
35 compiler: *compilers
Dfruit_single.yml23 compilers: &compilers
32 compiler: *compilers
Dsimple_di_full.yml24 compilers: &compilers
49 compiler: *compilers
Dsimple_di_mostly_full.yml24 compilers: &compilers
48 compiler: *compilers
/external/proguard/docs/manual/
Dattributes.html89 just like ordinary classes. Compilers may need this information to find
95 <dd>Specifies the method in which the class was defined. Compilers may need
109 <dd>Specifies the generic signature of the class, field, or method. Compilers
120 <dd>Specifies the exceptions that a method may throw. Compilers may use this
140 fields, and methods. Compilers and annotation processors may use these
146 fields, and methods. Compilers and annotation processors may use these
152 parameters. Compilers and annotation processors may use these
158 parameters. Compilers and annotation processors may use these
164 instructions, etc. Compilers and annotation processors may use these
170 types, instructions, etc. Compilers and annotation processors may use
/external/tensorflow/tensorflow/compiler/xla/service/
Dcompiler.cc86 auto* compilers = GetPlatformCompilers(); in GetForPlatform() local
89 auto it = compilers->find(platform->id()); in GetForPlatform()
90 if (it != compilers->end()) { in GetForPlatform()
115 compilers->insert(std::make_pair(platform->id(), it->second())); in GetForPlatform()
116 return compilers->at(platform->id()).get(); in GetForPlatform()
/external/llvm/include/llvm/Support/
DCompiler.h137 // Some compilers warn about unused functions. When a function is sometimes
183 /// LLVM_ATTRIBUTE_NOINLINE - On compilers where we have a directive to do so,
193 /// LLVM_ATTRIBUTE_ALWAYS_INLINE - On compilers where we have a directive to do
231 /// LLVM_EXTENSION - Support compilers where we have a keyword to suppress
254 /// LLVM_BUILTIN_UNREACHABLE - On compilers which support it, expands
263 /// LLVM_BUILTIN_TRAP - On compilers which support it, expands to an expression
277 /// LLVM_BUILTIN_DEBUGTRAP - On compilers which support it, expands to
288 // Just continue execution when built with compilers that have no
366 /// \brief Expands to __func__ on compilers which support it. Otherwise,
471 // Clang, GCC, and other compatible compilers used __thread prior to C++11 and
/external/vixl/tools/
Dutil.py133 # Allow other compilers to be used for building VIXL. However, one would
158 # two different compilers will always return false. If the compilers are the
191 raise Exception("A version number is required when comparing compilers")
193 # The result is false if the compilers are different, otherwise compare the
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DCompiler.h139 // Some compilers warn about unused functions. When a function is sometimes
185 /// LLVM_ATTRIBUTE_NOINLINE - On compilers where we have a directive to do so,
195 /// LLVM_ATTRIBUTE_ALWAYS_INLINE - On compilers where we have a directive to do
246 /// LLVM_EXTENSION - Support compilers where we have a keyword to suppress
269 /// LLVM_BUILTIN_UNREACHABLE - On compilers which support it, expands
278 /// LLVM_BUILTIN_TRAP - On compilers which support it, expands to an expression
292 /// LLVM_BUILTIN_DEBUGTRAP - On compilers which support it, expands to
303 // Just continue execution when built with compilers that have no
487 // Clang, GCC, and other compatible compilers used __thread prior to C++11 and
/external/parameter-framework/asio-1.10.6/include/asio/detail/
Dconfig.hpp48 // Support move construction and assignment on compilers known to allow it.
61 // pass a non-member function through a const reference, so for most compilers
78 // Support variadic templates on compilers known to allow it.
80 // Support constexpr on compilers known to allow it.
87 // Compliant C++11 compilers put noexcept specifiers on error_category members.
280 // Handler hooking. Disabled for ancient Borland C++ and gcc compilers.
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DCompiler.h38 // Some compilers warn about unused functions. When a function is sometimes
83 // LLVM_ATTRIBUTE_NOINLINE - On compilers where we have a directive to do so,
93 // LLVM_ATTRIBUTE_ALWAYS_INLINE - On compilers where we have a directive to do
129 // LLVM_BUILTIN_UNREACHABLE - On compilers which support it, expands
/external/libcxx/utils/google-benchmark/docs/
DAssemblyTests.md67 `CHECK` lines match against all compilers. (Note: `CHECK-NOT` and
78 inherently non-portable. Different compilers and even different compiler
110 between compilers or compiler versions. A common example of this
143 tests to other architectures and compilers (using `CHECK` prefixes).
/external/google-benchmark/docs/
DAssemblyTests.md67 `CHECK` lines match against all compilers. (Note: `CHECK-NOT` and
78 inherently non-portable. Different compilers and even different compiler
110 between compilers or compiler versions. A common example of this
143 tests to other architectures and compilers (using `CHECK` prefixes).
/external/jemalloc_new/scripts/
Dgen_travis.py70 compilers = compilers_default variable
72 compilers = compilers_unusual variable
97 compilers, " ".join(compiler_flags), " ".join(configure_flags))
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DCompiler.h136 // Some compilers warn about unused functions. When a function is sometimes
182 /// LLVM_ATTRIBUTE_NOINLINE - On compilers where we have a directive to do so,
192 /// LLVM_ATTRIBUTE_ALWAYS_INLINE - On compilers where we have a directive to do
245 /// LLVM_EXTENSION - Support compilers where we have a keyword to suppress
268 /// LLVM_BUILTIN_UNREACHABLE - On compilers which support it, expands
277 /// LLVM_BUILTIN_TRAP - On compilers which support it, expands to an expression
291 /// LLVM_BUILTIN_DEBUGTRAP - On compilers which support it, expands to
302 // Just continue execution when built with compilers that have no
489 // Clang, GCC, and other compatible compilers used __thread prior to C++11 and
/external/google-fruit/include/fruit/impl/injector/
Dinjector_storage.defn.h454 …// `injector' *is* used below, but when there are no AnnotatedArgs some compilers report it as unu…
480 …// `injector' *is* used below, but when there are no AnnotatedArgs some compilers report it as unu…
493 …// `injector' *is* used below, but when there are no AnnotatedArgs some compilers report it as unu…
503 … // `deps' *is* used below, but when there are no AnnotatedArgs some compilers report it as unused.
507 …// `bindings_begin' *is* used below, but when there are no AnnotatedArgs some compilers report it …
535 …// `injector' *is* used below, but when there are no AnnotatedArgs some compilers report it as unu…
550 …// `injector' *is* used below, but when there are no AnnotatedArgs some compilers report it as unu…
565 …// `injector' *is* used below, but when there are no AnnotatedArgs some compilers report it as unu…
576 …// `bindings_begin' *is* used below, but when there are no AnnotatedArgs some compilers report it …
579 … // `deps' *is* used below, but when there are no AnnotatedArgs some compilers report it as unused.
[all …]
/external/webrtc/webrtc/base/
Dlinked_ptr.h25 /* For ANSI-challenged compilers, you may want to #define
90 #else // for ANSI-challenged compilers in acquire()
104 #else // for ANSI-challenged compilers in acquire()

12345678910>>...72