Home
last modified time | relevance | path

Searched refs:add_type_attr (Results 1 – 2 of 2) sorted by relevance

/scripts/gcc-plugins/
Drandomize_layout_plugin.c354 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()
Dgcc-common.h142 static inline void add_type_attr(tree type, const char *attr, tree args) in add_type_attr() function