Home
last modified time | relevance | path

Searched refs:COMPILER_ATTR (Results 1 – 2 of 2) sorted by relevance

/external/tpm2-tss/src/util/
Dlog.h16 #define COMPILER_ATTR(...) __attribute__((__VA_ARGS__)) macro
18 #define COMPILER_ATTR(...) macro
39 static const char *log_strings[] COMPILER_ATTR(unused) = {
52 static log_level LOGMODULE_status COMPILER_ATTR(unused) = LOGLEVEL_UNDEFINED;
163 COMPILER_ATTR(unused, format (printf, 8, 9));
170 COMPILER_ATTR(unused, format (printf, 10, 11));
/external/tpm2-tss/src/tss2-rc/
Dtss2_rc.c12 #define COMPILER_ATTR(...) __attribute__((__VA_ARGS__)) macro
14 #define COMPILER_ATTR(...) macro
63 static void COMPILER_ATTR(format (printf, 3, 4))