HomeSort by relevance Sort by last modified time
    Searched refs:__GLIBC_PREREQ (Results 26 - 41 of 41) sorted by null

12

  /prebuilts/clang/host/linux-x86/clang-4479392/include/c++/v1/
wchar.h 124 #elif defined(__GLIBC_PREREQ)
125 # if __GLIBC_PREREQ(2, 10)
  /prebuilts/clang/host/linux-x86/clang-4579689/include/c++/v1/
wchar.h 124 #elif defined(__GLIBC_PREREQ)
125 # if __GLIBC_PREREQ(2, 10)
  /prebuilts/clang/host/linux-x86/clang-4630689/include/c++/v1/
wchar.h 124 #elif defined(__GLIBC_PREREQ)
125 # if __GLIBC_PREREQ(2, 10)
  /prebuilts/clang/host/linux-x86/clang-4639204/include/c++/v1/
wchar.h 124 #elif defined(__GLIBC_PREREQ)
125 # if __GLIBC_PREREQ(2, 10)
  /prebuilts/clang/host/linux-x86/clang-4691093/include/c++/v1/
wchar.h 124 #elif defined(__GLIBC_PREREQ)
125 # if __GLIBC_PREREQ(2, 10)
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/include/
wchar.h 124 #elif defined(__GLIBC_PREREQ)
125 # if __GLIBC_PREREQ(2, 10)
  /external/libcxx/test/support/
test_macros.h 96 #define TEST_GLIBC_PREREQ(major, minor) __GLIBC_PREREQ(major, minor)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
features.h 343 #define __GLIBC_PREREQ(maj, min) \
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/support/
test_macros.h 96 #define TEST_GLIBC_PREREQ(major, minor) __GLIBC_PREREQ(major, minor)
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_platform_limits_posix.cc     [all...]
  /external/linux-kselftest/tools/testing/selftests/ptp/
testptp.c 52 #if !__GLIBC_PREREQ(2, 14)
  /bionic/tests/
uchar_test.cpp 22 #define HAVE_UCHAR __GLIBC_PREREQ(2, 16)
stdlib_test.cpp 40 #elif defined(__GLIBC_PREREQ)
41 #if __GLIBC_PREREQ(2, 16)
  /external/harfbuzz_ng/src/
hb-private.hh 204 # if defined(__linux) && defined(__GLIBC_PREREQ)
205 # if __GLIBC_PREREQ(2,3)
  /external/elfutils/tests/
run-dwarf-getmacros.sh 567 __GLIBC_PREREQ(maj,min) ((__GLIBC__ << 16) + __GLIBC_MINOR__ >= ((maj) << 16) + (min))
  /external/linux-kselftest/tools/testing/selftests/seccomp/
seccomp_bpf.c 15 #if defined(__GLIBC_PREREQ)
16 #if !__GLIBC_PREREQ(2, 26)
    [all...]

Completed in 1207 milliseconds

12