Home
last modified time | relevance | path

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

/bionic/libc/include/bits/fortify/
Dfcntl.h72 __clang_warning_if(!__open_modes_useful(flags) && modes, in open()
96 __clang_warning_if(!__open_modes_useful(flags) && modes, in openat()
118 __clang_warning_if(!__open_modes_useful(flags) && modes, in open64()
138 __clang_warning_if(!__open_modes_useful(flags) && modes, in openat64()
Dstring.h124 __clang_warning_if(c && !n, "'memset' will set 0 bytes; maybe the arguments got flipped?") { in memset()
/bionic/tests/
Dclang_fortify_tests.cpp70 #undef __clang_warning_if
71 #define __clang_warning_if(...) macro
/bionic/libc/include/sys/
Dcdefs.h139 #define __clang_warning_if(cond, msg) __attribute__((diagnose_if(cond, msg, "warning"))) macro