Searched defs:CALLABLE_WHEN (Results 1 – 2 of 2) 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