Home
last modified time | relevance | path

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

/system/chre/apps/tflm_demo/src/
Dsine_model_data.cc24 #ifdef __has_attribute
25 #define HAVE_ATTRIBUTE(x) __has_attribute(x)
/system/chre/util/include/chre/util/
Dtoolchain.h60 #if defined __has_attribute
61 #if __has_attribute(warn_unused_result)
/system/core/libutils/include/utils/
DVector.h26 #ifndef __has_attribute
27 #define __has_attribute(x) 0 macro
33 #if __has_attribute(no_sanitize)
/system/bt/embdrv/sbc/decoder/srce/
Ddecoder-sbc.c36 #if __has_attribute(fallthrough)
/system/keymaster/key_blob_utils/
Docb.c339 #ifndef __has_attribute
340 #define __has_attribute(x) 0 macro
343 #if __has_attribute(fallthrough)
/system/media/audio/include/system/
Daudio.h40 #elif __has_attribute(fallthrough)