Home
last modified time | relevance | path

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

/interface/sdk_c/third_party/musl/ndk_musl_include/fortify/
Dfortify.h63 #define __DIAGNOSE_ENABLE_IF(cond, msg) __attribute__((enable_if(cond, msg))) argument
64 #define __DIAGNOSE_ERROR_IF(cond, msg) __attribute__((diagnose_if(cond, msg, "error"))) argument
65 #define __DIAGNOSE_WARNING_IF(cond, msg) __attribute__((diagnose_if(cond, msg, "warning"))) argument
93 #define __DIAGNOSE_BOS_DYNAMIC_CHECK_IMPL_AND(bos_val, op, index, cond) \ argument
/interface/sdk_c/third_party/libuv/include/uv/
Dunix.h148 uv_cond_t cond; member