Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/gcc/
Dtarget-def.h430 #define TARGET_INSERT_ATTRIBUTES hook_void_tree_treeptr macro
632 TARGET_INSERT_ATTRIBUTES, \
DChangeLog-200111513 (TARGET_INSERT_ATTRIBUTES, TARGET_SECTION_TYPE_FLAGS): Define for
18333 * target-def.h (TARGET_INSERT_ATTRIBUTES): Define.
18339 TARGET_INSERT_ATTRIBUTES.
18349 * config/c4x/c4x.c (TARGET_INSERT_ATTRIBUTES): Define.
18356 * config/sh/sh.c (TARGET_INSERT_ATTRIBUTES): Define.
18362 * config/v850/v850.c (TARGET_INSERT_ATTRIBUTES): Define.
DChangeLog-200421727 * config/i386/i386.c (TARGET_INSERT_ATTRIBUTES): Define in terms of
21737 (TARGET_INSERT_ATTRIBUTES): Define in terms of
DChangeLog-200215234 * config/h8300/h8300.c (TARGET_INSERT_ATTRIBUTES): Define.
/freebsd-12-stable/contrib/gcc/config/sparc/
Dsparc.c533 #undef TARGET_INSERT_ATTRIBUTES
534 #define TARGET_INSERT_ATTRIBUTES SUBTARGET_INSERT_ATTRIBUTES macro
/freebsd-12-stable/contrib/gcc/config/i386/
Di386.c1620 #undef TARGET_INSERT_ATTRIBUTES
1621 #define TARGET_INSERT_ATTRIBUTES SUBTARGET_INSERT_ATTRIBUTES macro
/freebsd-12-stable/contrib/gcc/doc/
Dtm.texi8792 @deftypefn {Target Hook} void TARGET_INSERT_ATTRIBUTES (tree @var{node}, tree *@var{attr_ptr})
9387 defining the target hook @samp{TARGET_INSERT_ATTRIBUTES} as well.