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

  /src/external/gpl3/gcc/dist/gcc/
tree-inline.cc 738 remap_decls (tree decls, vec<tree, va_gc> **nonlocalized_list, function
821 BLOCK_VARS (new_block) = remap_decls (BLOCK_VARS (old_block),
921 BIND_EXPR_VARS (*tp) = remap_decls (BIND_EXPR_VARS (*tp), NULL, id);
967 new_vars = remap_decls (new_vars, NULL, id);
3917 /* Remember this so we can ignore it in remap_decls. */
5843 gimple_bind_set_vars (stmt, remap_decls (decls, NULL, id));
  /src/external/gpl3/gcc.old/dist/gcc/
tree-inline.cc 740 remap_decls (tree decls, vec<tree, va_gc> **nonlocalized_list, function
823 BLOCK_VARS (new_block) = remap_decls (BLOCK_VARS (old_block),
923 BIND_EXPR_VARS (*tp) = remap_decls (BIND_EXPR_VARS (*tp), NULL, id);
969 new_vars = remap_decls (new_vars, NULL, id);
3880 /* Remember this so we can ignore it in remap_decls. */
5808 gimple_bind_set_vars (stmt, remap_decls (decls, NULL, id));

Completed in 21 milliseconds