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

  /src/external/gpl3/gcc/dist/gcc/cp/
decl2.cc 1701 tree last_decl = NULL_TREE;
1715 last_decl = lookup_name (name);
1722 if (last_decl && BASELINK_P (last_decl))
1723 last_decl = BASELINK_FUNCTIONS (last_decl);
1726 if (!last_decl)
1729 if (DECL_P (last_decl) || TREE_CODE (last_decl) == OVERLOAD)
1732 for (lkp_iterator iter (last_decl); iter; ++iter
1699 tree last_decl = NULL_TREE; local
1879 tree last_decl = find_last_decl (*decl); local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/c-family/
c-attribs.cc 2303 tree last_decl = node[1] ? node[1] : *node; local
2385 | ((lastalign = DECL_ALIGN (last_decl)) > bitalign)))
2392 && (DECL_USER_ALIGN (last_decl)
2402 || DECL_USER_ALIGN (last_decl)))
2409 inform (DECL_SOURCE_LOCATION (last_decl),
  /src/external/gpl3/gcc.old/dist/gcc/cp/
decl2.cc 1639 tree last_decl = NULL_TREE;
1648 last_decl = lookup_name (name);
1655 if (last_decl && BASELINK_P (last_decl))
1656 last_decl = BASELINK_FUNCTIONS (last_decl);
1659 if (!last_decl)
1662 if (DECL_P (last_decl) || TREE_CODE (last_decl) == OVERLOAD)
1665 for (lkp_iterator iter (last_decl); iter; ++iter
1637 tree last_decl = NULL_TREE; local
1765 tree last_decl = find_last_decl (*decl); local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/c-family/
c-attribs.cc 2583 tree last_decl = node[1] ? node[1] : *node; local
2665 | ((lastalign = DECL_ALIGN (last_decl)) > bitalign)))
2672 && (DECL_USER_ALIGN (last_decl)
2682 || DECL_USER_ALIGN (last_decl)))
2689 inform (DECL_SOURCE_LOCATION (last_decl),
  /src/external/gpl3/gcc/dist/gcc/c/
c-decl.cc 5406 tree last_decl = lookup_name (DECL_NAME (decl));
5407 if (!last_decl)
5408 last_decl = lookup_name_in_scope (DECL_NAME (decl), external_scope);
5409 return last_decl;
5506 tree last_decl = lookup_last_decl (*node);
5507 return decl_attributes (node, attributes, flags, last_decl);
5383 tree last_decl = lookup_name (DECL_NAME (decl)); local
5483 tree last_decl = lookup_last_decl (*node); local
  /src/external/gpl3/gcc.old/dist/gcc/c/
c-decl.cc 5066 tree last_decl = lookup_name (DECL_NAME (decl));
5067 if (!last_decl)
5068 last_decl = lookup_name_in_scope (DECL_NAME (decl), external_scope);
5069 return last_decl;
5100 tree last_decl = lookup_last_decl (*node);
5101 return decl_attributes (node, attributes, flags, last_decl);
5043 tree last_decl = lookup_name (DECL_NAME (decl)); local
5077 tree last_decl = lookup_last_decl (*node); local

Completed in 36 milliseconds