Home
last modified time | relevance | path

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

/external/libgav1/libgav1/src/utils/
Dcompiler_attributes.h125 #define LIBGAV1_MUST_USE_RESULT [[nodiscard]] macro
127 #define LIBGAV1_MUST_USE_RESULT __attribute__((warn_unused_result)) macro
129 #define LIBGAV1_MUST_USE_RESULT macro