Home
last modified time | relevance | path

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

/third_party/musl/porting/linux/user/include/fortify/
Dstat.h34 __DIAGNOSE_ENABLE_IF(1, "") in umask()
Dfortify.h63 #define __DIAGNOSE_ENABLE_IF(cond, msg) __attribute__((enable_if(cond, msg))) macro