Searched refs:WithAttributes (Results 1 – 3 of 3) sorted by relevance
55 inline WithAttributes<int> make_with_attributes_right() { return WithAttributes<int>(); } in make_with_attributes_right()
62 template<typename T> struct __attribute__((packed, aligned(2))) WithAttributes { struct65 WithAttributes<int> *get_with_attributes(); argument
74 inline WithAttributes<int> make_with_attributes_left() { return WithAttributes<int>(); }