Home | History | Annotate | Download | only in src

Lines Matching full:force_align

1580   auto force_align = struct_def->attributes.Lookup("force_align");
1581 if (fixed && force_align) {
1582 auto align = static_cast<size_t>(atoi(force_align->constant.c_str()));
1583 if (force_align->type.base_type != BASE_TYPE_INT ||
1587 return Error("force_align must be a power of two integer ranging from the"