Searched refs:add_type_attr (Results 1 – 2 of 2) sorted by relevance
| /scripts/gcc-plugins/ |
| D | randomize_layout_plugin.c | 354 add_type_attr(type, "randomize_performed", NULL_TREE); in relayout_struct() 355 add_type_attr(type, "designated_init", NULL_TREE); in relayout_struct() 357 add_type_attr(type, "has_flexarray", NULL_TREE); in relayout_struct() 429 add_type_attr(type, "randomize_considered", NULL_TREE); in randomize_type()
|
| D | gcc-common.h | 142 static inline void add_type_attr(tree type, const char *attr, tree args) in add_type_attr() function
|