HomeSort by: relevance | last modified time | path
    Searched defs:tree_list (Results 1 - 3 of 3) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/jit/
jit-playback.cc 693 tree tree_list = NULL_TREE; local
694 tree *p_tree_list = &tree_list;
701 fn_attributes = tree_cons (ident, tree_list, fn_attributes);
  /src/external/gpl3/gcc.old/dist/gcc/c/
c-parser.cc 4607 tree tree_list;
4611 tree_list = build_tree_list_vec (expr_list);
4612 attr_args = tree_cons (NULL_TREE, arg1, tree_list);
11518 parms = make_node (TREE_LIST);
13012 If KIND is zero, create a TREE_LIST with the decl in TREE_PURPOSE;
14997 if (TREE_CODE (d) != TREE_LIST)
15003 for (t = d; TREE_CODE (t) == TREE_LIST; t = TREE_CHAIN (t))
4605 tree tree_list; local
  /src/external/gpl3/gcc/dist/gcc/c/
c-parser.cc 5261 tree tree_list;
5265 tree_list = build_tree_list_vec (expr_list);
5266 attr_args = tree_cons (NULL_TREE, arg1, tree_list);
5296 tree tree_list;
5300 tree_list = build_tree_list_vec (expr_list);
5301 attr_args = tree_cons (NULL_TREE, cond, tree_list);
13593 parms = make_node (TREE_LIST);
15163 If KIND is zero, create a TREE_LIST with the decl in TREE_PURPOSE;
5259 tree tree_list; local
5294 tree tree_list; local

Completed in 70 milliseconds