Home
last modified time | relevance | path

Searched defs:__clang_warning_if (Results 1 – 2 of 2) sorted by relevance

/bionic/tests/
Dclang_fortify_tests.cpp71 #define __clang_warning_if(...) macro
/bionic/libc/include/sys/
Dcdefs.h139 #define __clang_warning_if(cond, msg) __attribute__((diagnose_if(cond, msg, "warning"))) macro