Searched defs:CALLABLE_WHEN (Results 1 – 4 of 4) sorted by relevance
3 #define CALLABLE_WHEN(...) __attribute__ ((callable_when(__VA_ARGS__))) macro27 int var2 CALLABLE_WHEN("consumed"); // expected-warning {{'callable_when' attribute only applies to… variable
5 #define CALLABLE_WHEN(...) __attribute__ ((callable_when(__VA_ARGS__))) macro