Home
last modified time | relevance | path

Searched refs:__compiletime_warning (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/include/linux/
H A Dcompiler_attributes.h364 # define __compiletime_warning(msg) __attribute__((__warning__(msg))) macro
366 # define __compiletime_warning(msg) macro
H A Dfortify-string.h15 void __read_overflow2_field(size_t avail, size_t wanted) __compiletime_warning("detected read beyon…
17 void __write_overflow_field(size_t avail, size_t wanted) __compiletime_warning("detected write beyo…
H A Dworkqueue.h634 __compiletime_warning("Please avoid flushing system-wide workqueues.");
/openbmc/u-boot/include/linux/
H A Dcompiler.h459 #ifndef __compiletime_warning
460 # define __compiletime_warning(message) macro
H A Dcompiler-gcc.h186 # define __compiletime_warning(message) __attribute__((warning(message))) macro