Home
last modified time | relevance | path

Searched refs:register_attribute (Results 1 – 7 of 7) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dplugin.h199 extern void register_attribute (const struct attribute_spec *attr);
Dattribs.cc353 register_attribute (const struct attribute_spec *attr) in register_attribute() function
DChangeLog-200920710 * attribs.c (register_attribute): Use CONST_CAST.
23199 * attribs.c (register_attribute): moved out attribute registration
23200 into register_attribute.
23201 * doc/plugins.texi: Documented register_attribute and
23203 * gcc-plugin.h: Added forward decl for register_attribute.
DChangeLog-20114123 (register_attribute): Likewise.
20963 * attribs.c (register_attribute): Added assert to check that all
DChangeLog-20128861 (register_attribute): Use register_scoped_attribute to register
/netbsd/src/external/gpl3/gcc/dist/gcc/doc/
Dplugins.texi374 registration. Use the @code{register_attribute} function to register
397 register_attribute (&user_attr);
Dgccint.info45806 registration. Use the 'register_attribute' function to register custom
45828 register_attribute (&user_attr);