Searched full:libstdc (Results 1 – 25 of 524) sorted by relevance
12345678910>>...21
/external/protobuf/src/solaris/ |
D | libstdc++.la | 1 # libstdc++.la - a libtool library file 10 # /usr/sfw/lib/libstdc++.la is empty. Below is the correct content, 24 dlname='libstdc++.so.6' 27 library_names='libstdc++.so.6.0.3 libstdc++.so.6 libstdc++.so' 30 old_library='libstdc++.a' 38 # Version information for libstdc++.
|
/external/harfbuzz_ng/src/ |
D | check-libstdc++.sh | 13 echo "check-libstdc++.sh: 'ldd' not found; skipping test" 22 echo "Checking that we are not linking to libstdc++ or libc++" 23 if ldd $so | grep 'libstdc[+][+]\|libc[+][+]'; then 24 echo "Ouch, linked to libstdc++ or libc++" 30 echo "check-libstdc++.sh: libharfbuzz shared library not found; skipping test"
|
/external/llvm/cmake/modules/ |
D | CheckCompilerVersion.cmake | 25 # Otherwise, test that we aren't using too old of a version of libstdc++ 27 # check the version of libstdc++ directly. Instead we test for a known 28 # bug in libstdc++4.6 that is fixed in libstdc++4.7. 38 message(FATAL_ERROR "Host Clang must be able to find libstdc++4.7 or newer!")
|
/external/perfetto/gn/standalone/libc++/ |
D | libc++.gni | 20 # libstdc++ and LLVM's libc++ (aka libcxx). By default Linux provides libstdc++ 36 # 2) The libstdc++ situation is too wild on Linux. Modern debian distros are 37 # fine but Ubuntu Trusty still ships a libstdc++ that doesn't fully 39 # We still retain libstdc++ coverage on the Travis bots by overriding
|
/external/clang/test/PCH/ |
D | cxx-typeid.cpp | 2 // RUN: %clang_cc1 -include %S/cxx-typeid.h -fsyntax-only -stdlib=libstdc++ -verify %s 4 // RUN: %clang_cc1 -x c++-header -emit-pch -stdlib=libstdc++ -o %t.pch %S/cxx-typeid.h 5 // RUN: %clang_cc1 -include-pch %t.pch -fsyntax-only -stdlib=libstdc++ -verify %s
|
/external/libchrome/base/ |
D | template_util.h | 15 // This hacks around libstdc++ 4.6 missing stuff in type_traits, while we need 26 // Some versions of libstdc++ have partial support for type_traits, but misses 31 // you attempt to mix an earlier version of libstdc++ with >= GCC5. But 91 // - Older versions of libstdc++ will fail to have it like they do for other 95 // is_trivially_copyable, so we still have to avoid using libstdc++ in this
|
/external/libchrome/base/strings/ |
D | string16.h | 149 // std::basic_string<> in GNU libstdc++ contains a static data member, 163 // errors will result. GNU libstdc++ contains a configuration option, 167 // configuration. Fully-dynamic strings are not the default for GNU libstdc++ 168 // libstdc++ itself or for the libstdc++ installations on the systems we care 175 // declaration. This is precisely how GNU libstdc++ handles
|
/external/clang/test/Driver/ |
D | linux-header-search.cpp | 52 // Test Linux with both libc++ and libstdc++ installed. 67 // RUN: -target i386-unknown-linux -stdlib=libstdc++ \ 83 // RUN: -target x86_64-unknown-linux-gnu -stdlib=libstdc++ \ 100 // RUN: -target x86_64-unknown-linux-gnux32 -stdlib=libstdc++ \ 117 // RUN: -target arm-linux-gnueabihf -stdlib=libstdc++ \ 134 // RUN: -target x86_64-unknown-linux-gnu -m32 -stdlib=libstdc++ \ 148 // RUN: -target x86_64-unknown-linux-gnu -m32 -stdlib=libstdc++ \ 163 // RUN: -target x86_64-unknown-linux-gnu -m32 -stdlib=libstdc++ \ 176 // RUN: -target powerpc64le-unknown-linux-gnu -m32 -stdlib=libstdc++ \ 192 // RUN: -target i686-linux-gnu -stdlib=libstdc++ \ [all …]
|
D | android-standalone.cpp | 5 // RUN: -target arm-linux-androideabi -stdlib=libstdc++ \ 20 // RUN: -target aarch64-linux-android -stdlib=libstdc++ \ 35 // RUN: -target arm64-linux-android -stdlib=libstdc++ \ 51 // RUN: -mips32 -stdlib=libstdc++ \ 67 // RUN: -march=mips32 -mips32r2 -stdlib=libstdc++ \ 83 // RUN: -mips32 -march=mips32r2 -stdlib=libstdc++ \
|
D | android-ndk-standalone.cpp | 5 // RUN: -target arm-linux-androideabi -stdlib=libstdc++ \ 42 // RUN: -target armv7a-none-linux-androideabi -stdlib=libstdc++ \ 80 // RUN: -target arm-linux-androideabi -stdlib=libstdc++ \ 86 // RUN: -target arm-linux-androideabi -stdlib=libstdc++ \ 92 // RUN: -target arm-linux-androideabi -stdlib=libstdc++ \ 100 // RUN: -target arm-linux-androideabi -stdlib=libstdc++ \ 139 // RUN: -target arm-linux-androideabi -stdlib=libstdc++ \ 177 // RUN: -target armv7a-none-linux-androideabi -stdlib=libstdc++ \ 184 // RUN: -target aarch64-linux-android -stdlib=libstdc++ \ 200 // RUN: -target arm64-linux-android -stdlib=libstdc++ \ [all …]
|
D | mingw.cpp | 6 // RUN: %clang -target i686-pc-windows-gnu -stdlib=libstdc++ -c -### --sysroot=%S/Inputs/mingw_ming… 16 // RUN: %clang -target i686-pc-windows-gnu -stdlib=libstdc++ -c -### --sysroot=%S/Inputs/mingw_ming… 25 // RUN: %clang -target i686-pc-windows-gnu -stdlib=libstdc++ -c -### --sysroot=%S/Inputs/mingw_msys… 35 // RUN: %clang -target x86_64-pc-windows-gnu -stdlib=libstdc++ -c -### --sysroot=%S/Inputs/mingw_op… 44 // RUN: %clang -target i686-pc-windows-gnu -stdlib=libstdc++ -c -### --sysroot=%S/Inputs/mingw_arch… 53 // RUN: %clang -target x86_64-pc-windows-gnu -stdlib=libstdc++ -c -### --sysroot=%S/Inputs/mingw_ub…
|
/external/libcxx/docs/ |
D | index.rst | 19 * ABI compatibility with gcc's libstdc++ for some low-level features 47 libstdcxx, GNU's libstdc++, STLport, etc). There are many contributing 61 * Mainline libstdc++ has switched to GPL3, a license which the developers 62 of libc++ cannot use. libstdc++ 4.2 (the last GPL2 version) could be 65 independent one). Another problem with libstdc++ is that it is tightly 71 experience of libstdc++ developers) is that adding support for C++11 (in
|
D | BuildingLibcxx.rst | 258 **Values**: ``none``, ``libcxxabi``, ``libcxxrt``, ``libstdc++``, ``libsupc++``. 319 **Values**:: ``libc++``, ``libstdc++`` 323 compare libc++ to libstdc++ by building the benchmark tests against both 389 You will need libstdc++ in order to provide libsupc++. 421 -DLIBCXX_CXX_ABI=libstdc++ \ 429 of libstdc++, but this is only recommended if you know that you will 430 never need to link against libstdc++ in the same executable as libc++. 432 program also needs to link against libstdc++, it will provide its
|
/external/skqp/include/private/ |
D | SkTLogic.h | 47 // Chromium currently requires gcc 4.8.2 or a recent clang compiler, but uses libstdc++4.6.4. 48 // Note that Precise actually uses libstdc++4.6.3. 49 // Unfortunately, libstdc++ STL before libstdc++4.7 do not define std::underlying_type. 51 // See https://gcc.gnu.org/onlinedocs/libstdc++/manual/abi.html for __GLIBCXX__ values.
|
/external/skia/include/private/ |
D | SkTLogic.h | 47 // Chromium currently requires gcc 4.8.2 or a recent clang compiler, but uses libstdc++4.6.4. 48 // Note that Precise actually uses libstdc++4.6.3. 49 // Unfortunately, libstdc++ STL before libstdc++4.7 do not define std::underlying_type. 51 // See https://gcc.gnu.org/onlinedocs/libstdc++/manual/abi.html for __GLIBCXX__ values.
|
/external/tensorflow/tensorflow/stream_executor/lib/ |
D | demangle.cc | 35 // libstdc++'s manual. 36 // https://gcc.gnu.org/onlinedocs/libstdc++/libstdc++-html-USERS-4.3/a01696.html
|
/external/protobuf/protoc-artifacts/ |
D | Dockerfile | 28 # Install GCC 4.7 to support -static-libstdc++ 34 devtoolset-1.1-libstdc++-devel \ 35 devtoolset-1.1-libstdc++-devel.i686
|
/external/pdfium/third_party/base/ |
D | template_util.h | 15 // This hacks around libstdc++ 4.6 missing stuff in type_traits, while we need 26 // Some versions of libstdc++ have partial support for type_traits, but misses 31 // you attempt to mix an earlier version of libstdc++ with >= GCC5. But 155 // - Older versions of libstdc++ will fail to have it like they do for other 159 // is_trivially_copyable, so we still have to avoid using libstdc++ in this
|
/external/valgrind/ |
D | glibc-2.X-drd.supp | 40 # Suppression patterns for libstdc++, the implementation of the standard C++ 43 # Note: several versions of the libstdc++ library (4.2.2, 4.3.2, 4.4.0, 4.5.0 50 # drd-libstdc++-std::string::string() 56 drd-libstdc++-cxa_guard_release
|
/external/tensorflow/tensorflow/contrib/makefile/ |
D | compile_android_protobuf.sh | 147 "${NDK_ROOT}/sources/cxx-stl/gnu-libstdc++/4.9/libs/${ARCHITECTURE}" 165 -I${NDK_ROOT}/sources/cxx-stl/gnu-libstdc++/4.9/include \ 166 -I${NDK_ROOT}/sources/cxx-stl/gnu-libstdc++/4.9/libs/${ARCHITECTURE}/include" \ 167 LDFLAGS="-L${NDK_ROOT}/sources/cxx-stl/gnu-libstdc++/4.9/libs/${ARCHITECTURE}" \
|
/external/clang/test/SemaCXX/ |
D | libstdcxx_map_base_hack.cpp | 3 // libstdc++ 4.2.x contains a bug where a friend struct template 7 // all of the world's libstdc++'s.
|
/external/compiler-rt/lib/cfi/ |
D | cfi_blacklist.txt | 16 # std::get_temporary_buffer, likewise (libstdc++, libc++). 20 # STL address-of magic (libstdc++, libc++).
|
/external/compiler-rt/lib/dfsan/scripts/ |
D | build-libc-list.py | 53 help='include libstdc++ in the list (inadvisable)') 55 help='path to libstdc++ DSO directory', 83 libs.append(os.path.join(options.libstdcxx_dso_path, 'libstdc++.so.6'))
|
/external/libxml2/test/relaxng/ |
D | comps_0.xml | 2895 <packagereq type="mandatory">compat-libstdc++</packagereq> 2896 <packagereq type="mandatory">compat-libstdc++-devel</packagereq> 3389 <dependency>libstdc++</dependency> 3443 <dependency>libstdc++</dependency> 3533 <dependency>libstdc++</dependency> 3580 <dependency>libstdc++</dependency> 3603 <dependency>libstdc++</dependency> 3614 <dependency>libstdc++</dependency> 3685 <dependency>libstdc++</dependency> 3953 <dependency>libstdc++</dependency> [all …]
|
/external/compiler-rt/test/tsan/ |
D | static_init6.cc | 1 // RUN: %clangxx_tsan -stdlib=libstdc++ -static-libstdc++ -O1 %s -o %t && %run %t 2>&1 | FileCheck …
|
12345678910>>...21