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

/freebsd-11-stable/contrib/gcc/
H A Dc-parser.c3032 tree attr, attr_name, attr_args;
3100 attr_args = build_tree_list (NULL_TREE, arg1);
3104 attr_args = tree_cons (NULL_TREE, arg1,
3111 attr_args = NULL_TREE;
3113 attr_args = c_parser_expr_list (parser, false);
3115 attr = build_tree_list (attr_name, attr_args);
3030 tree attr, attr_name, attr_args; local

Completed in 157 milliseconds