Searched refs:__clang_warning_if (Results 1 – 4 of 4) sorted by relevance
72 __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()
124 __clang_warning_if(c && !n, "'memset' will set 0 bytes; maybe the arguments got flipped?") { in memset()
70 #undef __clang_warning_if71 #define __clang_warning_if(...) macro
139 #define __clang_warning_if(cond, msg) __attribute__((diagnose_if(cond, msg, "warning"))) macro