Home
last modified time | relevance | path

Searched refs:layout_version (Results 1 – 7 of 7) sorted by relevance

/external/clang/test/SemaCXX/
Dms-layout_version.cpp3 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}}
/external/u-boot/common/eeprom/
Deeprom_layout.c38 int layout_version) in __eeprom_layout_assign() argument
43 void eeprom_layout_assign(struct eeprom_layout *layout, int layout_version) \
105 unsigned int buf_size, int layout_version) in eeprom_layout_setup() argument
109 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()
/external/u-boot/include/
Deeprom_layout.h19 int layout_version; member
28 unsigned int buf_size, int layout_version);
30 int layout_version);
/external/u-boot/board/compulab/common/
Deeprom.c472 void eeprom_layout_assign(struct eeprom_layout *layout, int layout_version) in eeprom_layout_assign() argument
474 switch (layout->layout_version) { in eeprom_layout_assign()
492 __eeprom_layout_assign(layout, layout_version); in eeprom_layout_assign()
/external/u-boot/cmd/
DKconfig473 int layout_version);
/external/clang/include/clang/Basic/
DAttr.td905 let Spellings = [Declspec<"layout_version">];
DAttrDocs.td1571 The layout_version attribute requests that the compiler utilize the class