Searched defs:CONSUMABLE (Results 1 – 4 of 4) sorted by relevance
4 #define CONSUMABLE(state) __attribute__ ((consumable(state))) macro36 class CONSUMABLE(unknown) AttrTester1 { in CONSUMABLE() function56 class CONSUMABLE(42) AttrTester3; // expected-error {{'consumable' attribute requires an identifier… variable59 class CONSUMABLE(unconsumed) in CONSUMABLE() function
6 #define CONSUMABLE(state) __attribute__ ((consumable(state))) macro15 class CONSUMABLE(unconsumed) ConsumableClass { in CONSUMABLE() function