Home
last modified time | relevance | path

Searched refs:handle_cold_attribute (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-attribs.c53 static tree handle_cold_attribute (tree *, tree, tree, int, bool *);
402 handle_cold_attribute,
860 handle_cold_attribute (tree *node, tree name, tree ARG_UNUSED (args), in handle_cold_attribute() function
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-attribs.cc55 static tree handle_cold_attribute (tree *, tree, tree, int, bool *);
450 handle_cold_attribute,
1101 handle_cold_attribute (tree *node, tree name, tree ARG_UNUSED (args), in handle_cold_attribute() function
H A DChangeLog4754 (handle_hot_attribute, handle_cold_attribute): Simplify.
11231 (handle_cold_attribute): Likewise.
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-20088113 (handle_cold_attribute): Ditto.
12708 (handle_cold_attribute): Use target hook to determine if cold
13188 (handle_cold_attribute): Turn on -Os optimization for this one
H A DChangeLog-200726553 * c-common.c (handle_hot_attribute, handle_cold_attribute): New.