Searched refs:__clang_warning_if (Results 1 – 3 of 3) sorted by relevance
69 __clang_warning_if(!__open_modes_useful(flags) && modes, in open()89 __clang_warning_if(!__open_modes_useful(flags) && modes, in openat()
98 __clang_warning_if(c && !n, "'memset' will set 0 bytes; maybe the arguments got flipped?") { in memset()
134 #define __clang_warning_if(cond, msg) __attribute__((diagnose_if(cond, msg, "warning"))) macro