Home
last modified time | relevance | path

Searched refs:__clang_warning_if (Results 1 – 3 of 3) sorted by relevance

/bionic/libc/include/bits/fortify/
Dfcntl.h69 __clang_warning_if(!__open_modes_useful(flags) && modes, in open()
89 __clang_warning_if(!__open_modes_useful(flags) && modes, in openat()
Dstring.h98 __clang_warning_if(c && !n, "'memset' will set 0 bytes; maybe the arguments got flipped?") { in memset()
/bionic/libc/include/sys/
Dcdefs.h134 #define __clang_warning_if(cond, msg) __attribute__((diagnose_if(cond, msg, "warning"))) macro