HomeSort by relevance Sort by last modified time
    Searched refs:__GLIBCXX__ (Results 1 - 25 of 68) sorted by null

1 2 3

  /external/v8/testing/gmock_custom/gmock/internal/custom/
gmock-port.h 19 #if defined(__GLIBCXX__) && \
20 (__GLIBCXX__ < 20120322 || \
21 __GLIBCXX__ == 20120702 || \
22 __GLIBCXX__ == 20121127)
  /external/icu/icu4c/source/common/unicode/
std_string.h 32 #if defined(__GLIBCXX__)
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/src/
typeinfo.cpp 14 !defined(LIBCXXRT) && !defined(__GLIBCXX__) && \
exception.cpp 30 #elif defined(__GLIBCXX__)
new.cpp 23 #elif defined(__GLIBCXX__)
36 #ifndef __GLIBCXX__
56 #if !defined(__GLIBCXX__) && !defined(_LIBCPP_ABI_MICROSOFT) && \
302 #endif // !__GLIBCXX__ && !_LIBCPP_ABI_MICROSOFT && !_LIBCPP_DISABLE_NEW_DELETE_DEFINITIONS
  /external/icu/icu4c/source/common/
utypeinfo.h 27 #if defined(__GLIBCXX__)
  /external/libcxx/src/
exception.cpp 30 #elif defined(__GLIBCXX__)
typeinfo.cpp 52 !defined(__GLIBCXX__) && !defined(__APPLE__) && \
new.cpp 26 #elif defined(__GLIBCXX__)
39 #ifndef __GLIBCXX__
59 #if !defined(__GLIBCXX__) && \
306 #endif // !__GLIBCXX__ && (!_LIBCPP_ABI_MICROSOFT || _LIBCPP_NO_VCRUNTIME) && !_LIBCPP_DISABLE_NEW_DELETE_DEFINITIONS
  /external/libchrome/base/
template_util.h 20 #if defined(__GLIBCXX__) && \
21 (__GLIBCXX__ < CR_GLIBCXX_4_7_0 || __GLIBCXX__ == CR_GLIBCXX_4_5_4 || \
22 __GLIBCXX__ == CR_GLIBCXX_4_6_4)
35 (defined(__GLIBCXX__) && __GLIBCXX__ == CR_GLIBCXX_5_0_0)
atomicops_internals_portable.h 56 #if defined(__GLIBCXX__)
  /external/icu/icu4c/source/io/unicode/
ustream.h 33 #if defined(__GLIBCXX__)
  /external/pdfium/third_party/base/
template_util.h 20 #if defined(__GLIBCXX__) && \
21 (__GLIBCXX__ < CR_GLIBCXX_4_7_0 || __GLIBCXX__ == CR_GLIBCXX_4_5_4 || \
22 __GLIBCXX__ == CR_GLIBCXX_4_6_4)
35 (defined(__GLIBCXX__) && __GLIBCXX__ == CR_GLIBCXX_5_0_0)
  /external/perfetto/src/protozero/
message.cc 41 #if !defined(__GLIBCXX__) || __GLIBCXX__ >= 20170516
  /external/webrtc/webrtc/base/
checks.cc 14 // Use the C++ version to provide __GLIBCXX__.
19 #if defined(__GLIBCXX__) && !defined(__UCLIBC__)
58 #if defined(__GLIBCXX__) && !defined(__UCLIBC__)
  /external/skia/include/private/
SkTLogic.h 51 // See https://gcc.gnu.org/onlinedocs/libstdc++/manual/abi.html for __GLIBCXX__ values.
52 // Unfortunately __GLIBCXX__ is a date, but no updates to versions before 4.7 are now anticipated.
57 #if defined(__GLIBCXX__) && (__GLIBCXX__ < SK_GLIBCXX_4_7_0 || \
58 __GLIBCXX__ == SK_GLIBCXX_4_5_4 || \
59 __GLIBCXX__ == SK_GLIBCXX_4_6_4)
  /external/skqp/include/private/
SkTLogic.h 51 // See https://gcc.gnu.org/onlinedocs/libstdc++/manual/abi.html for __GLIBCXX__ values.
52 // Unfortunately __GLIBCXX__ is a date, but no updates to versions before 4.7 are now anticipated.
57 #if defined(__GLIBCXX__) && (__GLIBCXX__ < SK_GLIBCXX_4_7_0 || \
58 __GLIBCXX__ == SK_GLIBCXX_4_5_4 || \
59 __GLIBCXX__ == SK_GLIBCXX_4_6_4)
GrTypesPriv.h 21 #if defined(__GLIBCXX__) && (__GLIBCXX__ < 20130000)
    [all...]
  /external/googletest/googletest/include/gtest/internal/
gtest-port.h 341 // libstdc++ has sufficient C++11 support as of GCC 4.6.0, __GLIBCXX__
346 (!defined(__GLIBCXX__) || ( \
347 __GLIBCXX__ >= 20110325ul && /* GCC >= 4.6.0 */ \
349 __GLIBCXX__ != 20110416ul && /* GCC 4.4.6 */ \
350 __GLIBCXX__ != 20120313ul && /* GCC 4.4.7 */ \
351 __GLIBCXX__ != 20110428ul && /* GCC 4.5.3 */ \
352 __GLIBCXX__ != 20120702ul)) /* GCC 4.5.4 */
386 # elif defined(__GLIBCXX__)
678 # if GTEST_LANG_CXX11 && (!defined(__GLIBCXX__) || __GLIBCXX__ > 20110325
    [all...]
  /external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
gtest-port.h 339 // libstdc++ has sufficient C++11 support as of GCC 4.6.0, __GLIBCXX__
344 (!defined(__GLIBCXX__) || ( \
345 __GLIBCXX__ >= 20110325ul && /* GCC >= 4.6.0 */ \
347 __GLIBCXX__ != 20110416ul && /* GCC 4.4.6 */ \
348 __GLIBCXX__ != 20120313ul && /* GCC 4.4.7 */ \
349 __GLIBCXX__ != 20110428ul && /* GCC 4.5.3 */ \
350 __GLIBCXX__ != 20120702ul)) /* GCC 4.5.4 */
380 # elif defined(__GLIBCXX__)
661 # if GTEST_LANG_CXX11 && (!defined(__GLIBCXX__) || __GLIBCXX__ > 20110325
    [all...]
  /external/v8/testing/gtest/include/gtest/internal/
gtest-port.h 339 // libstdc++ has sufficient C++11 support as of GCC 4.6.0, __GLIBCXX__
344 (!defined(__GLIBCXX__) || ( \
345 __GLIBCXX__ >= 20110325ul && /* GCC >= 4.6.0 */ \
347 __GLIBCXX__ != 20110416ul && /* GCC 4.4.6 */ \
348 __GLIBCXX__ != 20120313ul && /* GCC 4.4.7 */ \
349 __GLIBCXX__ != 20110428ul && /* GCC 4.5.3 */ \
350 __GLIBCXX__ != 20120702ul)) /* GCC 4.5.4 */
379 # elif defined(__GLIBCXX__)
660 # if GTEST_LANG_CXX11 && (!defined(__GLIBCXX__) || __GLIBCXX__ > 20110325
    [all...]
  /external/libchrome/base/debug/
debugger_posix.cc 25 #if defined(__GLIBCXX__)
  /external/v8/src/base/
atomicops_internals_portable.h 43 #if defined(__GLIBCXX__)
  /external/eigen/unsupported/Eigen/CXX11/src/util/
EmulateArray.h 240 #if defined(__GLIBCXX__) && __GLIBCXX__ < 20120322
  /packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/
rapidjson.h 442 (defined(_LIBCPP_VERSION) || defined(__GLIBCXX__) && __GLIBCXX__ >= 20080306)

Completed in 515 milliseconds

1 2 3