Searched refs:gnu_attributes (Results 1 – 2 of 2) sorted by relevance
21042 tree gnu_attributes = NULL_TREE, std_attributes = NULL_TREE; in cp_parser_declarator() local21050 gnu_attributes = cp_parser_gnu_attributes_opt (parser); in cp_parser_declarator()21100 if (gnu_attributes && declarator && declarator != cp_error_declarator) in cp_parser_declarator()21101 declarator->attributes = gnu_attributes; in cp_parser_declarator()
22926 tree gnu_attributes = NULL_TREE, std_attributes = NULL_TREE; in cp_parser_declarator() local22934 gnu_attributes = cp_parser_gnu_attributes_opt (parser); in cp_parser_declarator()22982 if (gnu_attributes && declarator && declarator != cp_error_declarator) in cp_parser_declarator()22983 declarator->attributes = gnu_attributes; in cp_parser_declarator()