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

/haiku-buildtools/gcc/gcc/cp/
H A Dparser.c17403 tree gnu_attributes = NULL_TREE, std_attributes = NULL_TREE;
17411 gnu_attributes = cp_parser_gnu_attributes_opt (parser);
17460 if (gnu_attributes && declarator && declarator != cp_error_declarator)
17461 declarator->attributes = gnu_attributes;
17401 tree gnu_attributes = NULL_TREE, std_attributes = NULL_TREE; local

Completed in 141 milliseconds