Home
last modified time | relevance | path

Searched defs:__BIONIC_AVAILABILITY_GUARD (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/bionic/libc/include/android/
H A Dversioning.h39 #define __BIONIC_AVAILABILITY_GUARD(api_level) 1 macro
58 #define __BIONIC_AVAILABILITY_GUARD(api_level) (__ANDROID_MIN_SDK_VERSION__ >= (api_level)) macro
/aosp_15_r20/out/soong/ndk/sysroot/usr/include/android/
Dversioning.h39 #define __BIONIC_AVAILABILITY_GUARD(api_level) 1 macro
58 #define __BIONIC_AVAILABILITY_GUARD(api_level) (__ANDROID_MIN_SDK_VERSION__ >= (api_level)) macro
/aosp_15_r20/prebuilts/build-tools/sysroots/i686-unknown-linux-musl/include/
H A Dexecinfo.h36 #define __BIONIC_AVAILABILITY_GUARD(x) 1 macro
/aosp_15_r20/prebuilts/build-tools/sysroots/arm-unknown-linux-musleabihf/include/
H A Dexecinfo.h36 #define __BIONIC_AVAILABILITY_GUARD(x) 1 macro
/aosp_15_r20/prebuilts/build-tools/sysroots/x86_64-unknown-linux-musl/include/
H A Dexecinfo.h36 #define __BIONIC_AVAILABILITY_GUARD(x) 1 macro
/aosp_15_r20/prebuilts/build-tools/sysroots/aarch64-unknown-linux-musl/include/
H A Dexecinfo.h36 #define __BIONIC_AVAILABILITY_GUARD(x) 1 macro
/aosp_15_r20/bionic/libc/execinfo/include/
H A Dexecinfo.h36 #define __BIONIC_AVAILABILITY_GUARD(x) 1 macro
/aosp_15_r20/bionic/tests/
H A Dcomplex_test.cpp24 #define __BIONIC_AVAILABILITY_GUARD(x) 1 macro