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

  /src/external/gpl3/gcc/dist/gcc/
tree.cc 3555 tree_cons (tree purpose, tree value, tree chain MEM_STAT_DECL)
4411 return tree_cons (TREE_PURPOSE (exp), op1, op0);
4644 return tree_cons (TREE_PURPOSE (exp), op1, op0);
7506 canon_argtypes = tree_cons (NULL_TREE,
7599 args = tree_cons (NULL_TREE, t, args);
7669 t = tree_cons (NULL_TREE, arg_types[i], t);
7718 argtypes = tree_cons (NULL_TREE, ptype, argtypes);
9826 DECL_ATTRIBUTES (decl) = tree_cons (get_identifier ("leaf"),
9829 DECL_ATTRIBUTES (decl) = tree_cons (get_identifier ("cold"),
9833 = tree_cons (get_identifier ("fn spec")
3549 tree_cons (tree purpose, tree value, tree chain MEM_STAT_DECL) function
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
tree.cc 3516 tree_cons (tree purpose, tree value, tree chain MEM_STAT_DECL)
4371 return tree_cons (TREE_PURPOSE (exp), op1, op0);
4604 return tree_cons (TREE_PURPOSE (exp), op1, op0);
7399 canon_argtypes = tree_cons (NULL_TREE,
7477 args = tree_cons (NULL_TREE, t, args);
7547 t = tree_cons (NULL_TREE, arg_types[i], t);
7596 argtypes = tree_cons (NULL_TREE, ptype, argtypes);
9668 DECL_ATTRIBUTES (decl) = tree_cons (get_identifier ("leaf"),
9671 DECL_ATTRIBUTES (decl) = tree_cons (get_identifier ("cold"),
9675 = tree_cons (get_identifier ("fn spec")
3510 tree_cons (tree purpose, tree value, tree chain MEM_STAT_DECL) function
    [all...]

Completed in 84 milliseconds