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

  /src/external/gpl3/gcc/dist/gcc/
dwarf2out.cc 23316 tree local_decl;
23318 for (local_decl = BLOCK_VARS (stmt);
23319 local_decl != NULL_TREE;
23320 local_decl = DECL_CHAIN (local_decl))
23323 if (TREE_CODE (local_decl) != FUNCTION_DECL
23324 && !DECL_EXTERNAL (local_decl))
23325 set_decl_origin_self (local_decl);
23299 tree local_decl; local
  /src/external/gpl3/gcc.old/dist/gcc/
dwarf2out.cc 23200 tree local_decl;
23202 for (local_decl = BLOCK_VARS (stmt);
23203 local_decl != NULL_TREE;
23204 local_decl = DECL_CHAIN (local_decl))
23207 if (TREE_CODE (local_decl) != FUNCTION_DECL
23208 && !DECL_EXTERNAL (local_decl))
23209 set_decl_origin_self (local_decl);
23183 tree local_decl; local

Completed in 66 milliseconds