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

/freebsd-9.3-release/contrib/gcc/
H A Dc-parser.c2853 tree attr, attr_name, attr_args;
2921 attr_args = build_tree_list (NULL_TREE, arg1);
2925 attr_args = tree_cons (NULL_TREE, arg1,
2932 attr_args = NULL_TREE;
2934 attr_args = c_parser_expr_list (parser, false);
2936 attr = build_tree_list (attr_name, attr_args);
2851 tree attr, attr_name, attr_args; local

Completed in 66 milliseconds