Searched refs:type_align (Results 1 - 4 of 4) sorted by relevance

/gem5/ext/pybind11/include/pybind11/detail/
H A Dinternals.h119 size_t type_size, type_align, holder_size_in_ptrs; member in struct:type_info
/gem5/ext/pybind11/include/pybind11/
H A Dattr.h219 size_t type_align = 0; member in struct:type_record
H A Dpybind11.h908 tinfo->type_align = rec.type_align;
1077 record.type_align = alignof(conditional_t<has_alias, type_alias, type>&);
1357 v_h.type->type_align
H A Dcast.h578 if (type->type_align > __STDCPP_DEFAULT_NEW_ALIGNMENT__)
580 (std::align_val_t) type->type_align);

Completed in 25 milliseconds