Searched refs:lastidx (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/scripts/gcc-plugins/ |
H A D | randomize_layout_plugin.c | 490 tree lastval, lastidx, field, init, type, flexsize; in update_decl_size() local 510 lastidx = CONSTRUCTOR_ELT(init, CONSTRUCTOR_NELTS(init) - 1)->index; in update_decl_size() 515 if (lastidx != field) in update_decl_size()
|
/kernel/linux/linux-6.6/scripts/gcc-plugins/ |
H A D | randomize_layout_plugin.c | 461 tree lastval, lastidx, field, init, type, flexsize; in update_decl_size() local 481 lastidx = CONSTRUCTOR_ELT(init, CONSTRUCTOR_NELTS(init) - 1)->index; in update_decl_size() 486 if (lastidx != field) in update_decl_size()
|
Completed in 5 milliseconds