Searched refs:old (Results 126 - 150 of 360) sorted by relevance

1234567891011>>

/haiku-buildtools/gcc/gmp/mpn/powerpc64/mode32/
H A Daddmul_1.asm51 adde r12, r9, r7 C add old high limb and new low limb
H A Dmul_1.asm51 adde r12, r9, r7 C add old high limb and new low limb
H A Dsubmul_1.asm51 adde r12, r9, r7 C add old high limb and new low limb
/haiku-buildtools/legacy/binutils/gas/config/
H A Dtc-pj.c187 alias (const char *new, const char *old) argument
190 (char *) hash_find (opcode_hash_control, old));
H A Dtc-z8k.c1214 char *old = input_line_pointer; local
1220 oc = *old;
1221 *old = '\n';
1227 input_line_pointer = old;
1228 *old = oc;
/haiku-buildtools/legacy/binutils/intl/
H A Ddcgettext.c200 struct block_list *old = list; \
202 free (old); \
/haiku-buildtools/legacy/gcc/gcc/intl/
H A Ddcgettext.c200 struct block_list *old = list; \
202 free (old); \
/haiku-buildtools/legacy/gcc/texinfo/intl/
H A Ddcgettext.c197 struct block_list *old = list; \
199 free (old); \
/haiku-buildtools/gcc/zlib/contrib/delphi/
H A Dzlibd32.mak71 # For the sake of the old Borland make,
/haiku-buildtools/gcc/zlib/contrib/pascal/
H A Dzlibd32.mak71 # For the sake of the old Borland make,
/haiku-buildtools/binutils/zlib/contrib/delphi/
H A Dzlibd32.mak71 # For the sake of the old Borland make,
/haiku-buildtools/binutils/zlib/contrib/pascal/
H A Dzlibd32.mak71 # For the sake of the old Borland make,
/haiku-buildtools/gcc/libsanitizer/sanitizer_common/
H A Dsanitizer_common_interceptors_format.inc231 // This is unfortunately ambiguous between old GNU extension
H A Dsanitizer_common_syscalls.inc1190 PRE_SYSCALL(symlink)(const void *old, const void *new_) {
1191 if (old) PRE_READ(old, __sanitizer::internal_strlen((const char *)old) + 1);
1196 POST_SYSCALL(symlink)(long res, const void *old, const void *new_) {}
/haiku-buildtools/gcc/libstdc++-v3/src/c++98/
H A Dcompatibility.cc380 #define _GLIBCXX_ASM_SYMVER(cur, old, version) \
381 asm (".symver " #cur "," #old "@@" #version);
/haiku-buildtools/binutils/gas/config/
H A Dtc-pj.c186 alias (const char *new_name, const char *old) argument
189 (char *) hash_find (opcode_hash_control, old));
H A Dtc-z8k.c1243 char *old = input_line_pointer; local
1249 oc = *old;
1250 *old = '\n';
1256 input_line_pointer = old;
1257 *old = oc;
/haiku-buildtools/legacy/gcc/gcc/config/pa/
H A Dee_fp.asm38 ; * The old stack pointer is saved at sp (frame pointer version only).
71 ; Save our old stack pointer.
183 ; Load our old stack pointer, save it in %r21.
/haiku-buildtools/legacy/gcc/gcc/cp/
H A Ddecl2.c231 The default is off. Version 1 indicates "old" implementation;
338 /* Nonzero means warn when an old-style cast is used. */
778 else if (!strcmp (p, "old-style-cast"))
1993 /* Non-standard hack to support old Booch components. */
3990 warning ("use of old-style cast");
4478 old is the current set of bindings, new the freshly-found binding.
4484 ambiguous_decl (name, old, new, flags)
4486 tree old;
4491 my_friendly_assert (old != NULL_TREE, 393);
4517 if (!BINDING_VALUE (old))
4632 tree old; local
[all...]
H A Ddecl.c1150 /* The old binding was a type name. It was placed in
1460 /* We still support the old for-scope rules, whereby the variables
3046 parameters are specified. Also, warn if an old
3152 /* Handle when a new declaration NEWDECL has the same name as an old
3173 /* If either the type of the new decl or the type of the old decl is an
3188 the old definition is overridden, but optionally warn this was a
3198 /* Discard the old built-in function. */
3255 /* New decl is completely inconsistent with the old one =>
3256 tell caller to replace the old one. */
3287 cp_error_at ("ambiguates old declaratio
4576 tree old; local
5197 tree old = binding_for_name (name, tail); local
[all...]
/haiku-buildtools/legacy/gcc/texinfo/info/
H A Decho-area.c710 char *old, *new;
713 old = kill_ring[slot];
714 new = (char *)xmalloc (1 + strlen (old) + strlen (killed_text));
720 strcat (new, old);
725 strcpy (new, old);
729 free (old);
708 char *old, *new; local
H A Decho_area.c712 char *old, *new;
715 old = kill_ring[slot];
716 new = (char *)xmalloc (1 + strlen (old) + strlen (killed_text));
722 strcat (new, old);
727 strcpy (new, old);
731 free (old);
710 char *old, *new; local
/haiku-buildtools/gcc/gcc/
H A Dtree-ssa-tail-merge.c1074 bb_cluster merge, old, c; local
1099 old = BB_CLUSTER (bb2);
1101 merge_clusters (merge, old);
1102 EXECUTE_IF_SET_IN_BITMAP (old->bbs, 0, i, bi)
1104 all_clusters[old->index] = NULL;
1105 update_rep_bb (merge, old->rep_bb);
1106 delete_cluster (old);
/haiku-buildtools/gcc/gcc/fortran/
H A Dsymbol.c2987 gfc_symbol *old; local
2990 old = p->old_symbol;
2992 p->ts.type = old->ts.type;
2993 p->ts.kind = old->ts.kind;
2995 p->attr = old->attr;
2997 if (p->value != old->value)
2999 gcc_checking_assert (old->value == NULL);
3004 if (p->as != old->as)
3008 p->as = old->as;
3011 p->generic = old
[all...]
/haiku-buildtools/legacy/gcc/gcc/
H A Denquire.c16 In EPROP, avoid a <= old if bad is set, Richard Stallman, May 91.
363 /* Stuff different for ANSI C, and old C:
918 Long_double old; local
927 old=x; r++; x/=10.0;
928 if (old==x) return 0;
932 old=x; r--; x*=10.0;
933 if (old==x) return 0;
2791 Volatile double a, b, base, old; local
2798 do { old=a; a=a+a; }
2799 while ((((a+1.0)-a)-1.0) == 0.0 && a>old);
[all...]

Completed in 290 milliseconds

1234567891011>>