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

  /src/external/gpl3/gcc/dist/gcc/cp/
name-lookup.cc 2672 for (tree t = get_local_decls (); t; t = DECL_CHAIN (t))
4871 get_local_decls (void)
4870 get_local_decls (void) function
  /src/external/gpl3/gcc.old/dist/gcc/cp/
name-lookup.cc 2505 for (tree t = get_local_decls (); t; t = DECL_CHAIN (t))
4528 get_local_decls (void)
4527 get_local_decls (void) function

Completed in 20 milliseconds