Searched refs:INFORM (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.10/scripts/gcc-plugins/ |
D | randomize_layout_plugin.c | 29 #define INFORM(loc, msg, ...) inform(loc, "randstruct: " msg, ##__VA_ARGS__) macro 30 #define MISMATCH(loc, how, ...) INFORM(loc, "casting between randomized structure pointer types (" … 764 INFORM(gimple_location(stmt), "found non-char INTEGER_TYPE cast comparison: %qT\n", type_tree); in type_name_eq() 774 INFORM(gimple_location(stmt), "found non-void POINTER_TYPE cast comparison %qT\n", type_tree); in type_name_eq() 779 INFORM(gimple_location(stmt), "unhandled cast comparison: %qT\n", type_tree); in type_name_eq()
|
/Linux-v5.10/drivers/media/i2c/ |
D | tw9910.c | 40 #define INFORM 0x02 /* Input Format */ macro
|