Home
last modified time | relevance | path

Searched refs:create_tmp_var_for (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-nested.c148 create_tmp_var_for (struct nesting_info *info, tree type, const char *prefix) in create_tmp_var_for() function
444 t = create_tmp_var_for (info, gimple_call_return_type (call), NULL); in init_tmp_var_with_call()
463 t = create_tmp_var_for (info, TREE_TYPE (exp), NULL); in init_tmp_var()
494 t = create_tmp_var_for (info, TREE_TYPE (exp), NULL); in save_tmp_var()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-nested.cc248 create_tmp_var_for (struct nesting_info *info, tree type, const char *prefix) in create_tmp_var_for() function
542 t = create_tmp_var_for (info, gimple_call_return_type (call), NULL); in init_tmp_var_with_call()
561 t = create_tmp_var_for (info, TREE_TYPE (exp), NULL); in init_tmp_var()
592 t = create_tmp_var_for (info, TREE_TYPE (exp), NULL); in save_tmp_var()
H A DChangeLog-2006378 * tree-nested.c (create_tmp_var_for): Check for vector type
1091 * tree-nested.c (create_tmp_var_for): Use the renamed
10507 * tree-nested.c (create_tmp_var_for): Set DECL_COMPLEX_GIMPLE_REG_P
H A DChangeLog-200413947 * tree-nested.c (create_tmp_var_for): Correct missinverted assert.
14012 * tree-nested.c (create_tmp_var_for, lookup_field_for_decl,
26089 * tree-nested.c (create_tmp_var_for): Show seen in BIND_EXPR.
27591 * tree-nested.c (create_tmp_var_for): Allow ARRAY_TYPE.
H A DChangeLog.tree-ssa52 * tree-nested.c (create_tmp_var_for): Disallow variable sized types.
H A DChangeLog-202023452 * tree-nested.c (create_tmp_var_for): Simplify.
H A DChangeLog-201818793 create_tmp_var_for to create the FRAME decl.