Home
last modified time | relevance | path

Searched refs:handle_returns_nonnull_attribute (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-attribs.c141 static tree handle_returns_nonnull_attribute (tree *, tree, tree, int, bool *);
444 handle_returns_nonnull_attribute, NULL },
4501 handle_returns_nonnull_attribute (tree *node, tree name, tree, int, in handle_returns_nonnull_attribute() function
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-attribs.cc157 static tree handle_returns_nonnull_attribute (tree *, tree, tree, int, bool *);
500 handle_returns_nonnull_attribute, NULL },
5652 handle_returns_nonnull_attribute (tree *node, tree name, tree, int, in handle_returns_nonnull_attribute() function
H A DChangeLog10409 * c-common.c (handle_returns_nonnull_attribute): New function.