Searched refs:layout_version (Results 1 – 7 of 7) sorted by relevance
3 struct __declspec(layout_version(19)) S {};4 enum __declspec(layout_version(19)) E {}; // expected-warning{{'layout_version' attribute only appl…5 int __declspec(layout_version(19)) I; // expected-warning{{'layout_version' attribute only applies …6 typedef struct T __declspec(layout_version(19)) U; // expected-warning{{'layout_version' attribute …7 auto z = []() __declspec(layout_version(19)) { return nullptr; }; // expected-warning{{'layout_vers… in __anon9d763d7d0102()9 struct __declspec(layout_version(18)) X {}; // expected-error{{'layout_version' attribute parameter…10 struct __declspec(layout_version(20)) Y {}; // expected-error{{'layout_version' attribute parameter…11 struct __declspec(layout_version) Z {}; // expected-error{{attribute takes one argument}}
38 int layout_version) in __eeprom_layout_assign() argument43 void eeprom_layout_assign(struct eeprom_layout *layout, int layout_version) \105 unsigned int buf_size, int layout_version) in eeprom_layout_setup() argument109 if (layout_version == LAYOUT_VERSION_AUTODETECT) in eeprom_layout_setup()110 layout->layout_version = eeprom_layout_detect(buf); in eeprom_layout_setup()112 layout->layout_version = layout_version; in eeprom_layout_setup()114 eeprom_layout_assign(layout, layout_version); in eeprom_layout_setup()
19 int layout_version; member28 unsigned int buf_size, int layout_version);30 int layout_version);
472 void eeprom_layout_assign(struct eeprom_layout *layout, int layout_version) in eeprom_layout_assign() argument474 switch (layout->layout_version) { in eeprom_layout_assign()492 __eeprom_layout_assign(layout, layout_version); in eeprom_layout_assign()
473 int layout_version);
905 let Spellings = [Declspec<"layout_version">];
1571 The layout_version attribute requests that the compiler utilize the class