Searched refs:old_result (Results 1 - 2 of 2) sorted by relevance

/haiku-buildtools/gcc/gcc/ada/
H A Dadaint.c1473 char *old_result = result;
1475 result = (char *) xmalloc (strlen (old_result) + value_size + 2);
1476 strcpy (result, old_result);
1479 free (old_result);
1472 char *old_result = result; local
/haiku-buildtools/gcc/gcc/cp/
H A Ddecl.c1914 tree old_result;
1916 old_result = DECL_TEMPLATE_RESULT (olddecl);
1918 TREE_TYPE (olddecl) = TREE_TYPE (old_result);
1923 DECL_ATTRIBUTES (old_result)
1924 = (*targetm.merge_decl_attributes) (old_result, new_result);
1936 if (GNU_INLINE_P (old_result) != GNU_INLINE_P (new_result)
1939 if (DECL_INITIAL (old_result))
1940 DECL_UNINLINABLE (old_result) = 1;
1942 DECL_UNINLINABLE (old_result) = DECL_UNINLINABLE (new_result);
1943 DECL_EXTERNAL (old_result)
1909 tree old_result; local
[all...]

Completed in 62 milliseconds