Home
last modified time | relevance | path

Searched refs:__has_attribute (Results 1 – 8 of 8) sorted by relevance

/aosp12/system/chre/apps/tflm_demo/src/
H A Dsine_model_data.cc24 #ifdef __has_attribute
25 #define HAVE_ATTRIBUTE(x) __has_attribute(x)
/aosp12/system/chre/util/include/chre/util/
H A Dtoolchain.h60 #if defined __has_attribute
61 #if __has_attribute(warn_unused_result)
/aosp12/system/core/libutils/include/utils/
H A DVector.h26 #ifndef __has_attribute
27 #define __has_attribute(x) 0 macro
33 #if __has_attribute(no_sanitize)
/aosp12/system/bt/embdrv/sbc/decoder/srce/
H A Ddecoder-sbc.c36 #if __has_attribute(fallthrough)
/aosp12/frameworks/av/media/codecs/mp3dec/src/
H A Dpvmp3_stereo_proc.cpp181 #if __has_attribute(no_sanitize)
/aosp12/system/keymaster/key_blob_utils/
H A Docb.c339 #ifndef __has_attribute
340 #define __has_attribute(x) 0 macro
343 #if __has_attribute(fallthrough)
/aosp12/bionic/tests/
H A Dfortify_test.cpp415 #if !__has_attribute(alloc_size)
/aosp12/system/media/audio/include/system/
H A Daudio.h40 #elif __has_attribute(fallthrough)