Searched refs:c4x_check_attribute (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/gnu/gcc/gcc/config/c4x/
H A Dc4x.c181 static void c4x_check_attribute (const char *, tree, tree, tree *);
4024 c4x_check_attribute (const char *attrib, tree list, tree decl, tree *attributes)
4042 c4x_check_attribute ("section", code_tree, decl, attributes);
4043 c4x_check_attribute ("const", pure_tree, decl, attributes);
4044 c4x_check_attribute ("noreturn", noreturn_tree, decl, attributes);
4045 c4x_check_attribute ("interrupt", interrupt_tree, decl, attributes);
4046 c4x_check_attribute ("naked", naked_tree, decl, attributes);
4050 c4x_check_attribute ("section", data_tree, decl, attributes);
4022 c4x_check_attribute (const char *attrib, tree list, tree decl, tree *attributes) function
/openbsd-current/gnu/usr.bin/gcc/gcc/config/c4x/
H A Dc4x.c186 static void c4x_check_attribute PARAMS ((const char *, tree, tree, tree *));
4586 c4x_check_attribute (attrib, list, decl, attributes)
4607 c4x_check_attribute ("section", code_tree, decl, attributes);
4608 c4x_check_attribute ("const", pure_tree, decl, attributes);
4609 c4x_check_attribute ("noreturn", noreturn_tree, decl, attributes);
4610 c4x_check_attribute ("interrupt", interrupt_tree, decl, attributes);
4614 c4x_check_attribute ("section", data_tree, decl, attributes);
4584 c4x_check_attribute (attrib, list, decl, attributes) function

Completed in 189 milliseconds