Searched refs:alt (Results 1 - 25 of 51) sorted by relevance

123

/haiku-buildtools/binutils/ld/testsuite/ld-ifunc/
H A Difunc-common-1b.c1 void alt (void) { } function
11 return alt;
/haiku-buildtools/legacy/gcc/gcc/java/
H A Dcheck-init.c449 struct alternatives alt; local
450 BEGIN_ALTERNATIVES (before, alt);
451 alt.block = exp;
453 done_alternative (before, &alt);
454 END_ALTERNATIVES (before, alt);
459 struct alternatives *alt = alternatives; local
464 if (TREE_CODE (alt->block) != LOOP_EXPR)
468 done_alternative (when_true, alt);
475 struct alternatives alt; local
476 BEGIN_ALTERNATIVES (before, alt);
487 struct alternatives *alt = alternatives; local
496 struct alternatives alt; local
512 struct alternatives *alt = alternatives; local
523 struct alternatives alt; local
533 struct alternatives *alt = alternatives; local
550 struct alternatives alt; local
[all...]
/haiku-buildtools/gcc/gcc/config/vms/
H A Dvms.c171 char alt[VMS_CRTL_MAXLEN + 3]; local
186 memcpy (alt, n->name, nlen);
187 alt[nlen] = 'f';
188 vms_add_crtl_xlat (alt, nlen + 1, res, rlen);
192 alt[nlen] = 'l';
193 vms_add_crtl_xlat (alt, nlen + 1, res, rlen);
253 char alt[VMS_CRTL_MAXLEN + 3]; local
260 alt[0] = '_';
261 memcpy (alt + 1, n->name, nlen);
262 alt[
[all...]
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/arm/
H A Dmemset-inline-10.c18 unsigned int alt:1; member in struct:printf_info
32 void bar (int *alt, int *space, int *left, int *showsign,
45 int alt = 0; local
59 bar (&alt, &space, &left, &showsign, &group, &is_long_double,
80 info.alt = alt;
/haiku-buildtools/gcc/gcc/testsuite/lib/
H A Dc-compat.exp34 # compat-use-alt-compiler -- make the alternate compiler the default
36 proc compat-use-alt-compiler { } {
94 compat-use-alt-compiler
108 compat-use-alt-compiler
111 verbose "compat_have_dfp for alt compiler: $compat_have_dfp" 2
H A Dcompat.exp31 if [string match "" [info procs "compat-use-alt-compiler"]] then {
32 error "Proc compat-use-alt-compiler is not defined."
358 compat-use-alt-compiler
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/mips/inter/
H A Dmips16-inter.exp19 # Run compatibility tests in which the "alt" compiler tries to force
42 # The "alt" compiler is the normal compiler with an extra "-mips16" argument.
43 proc compat-use-alt-compiler { } {
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/atomic/
H A Dstdatomic-lockfree.c25 atomic_long alt; variable
63 CHECK_TYPE (ATOMIC_LONG_LOCK_FREE, ala, alt);
/haiku-buildtools/binutils/gas/testsuite/gas/tic54x/
H A Dlabels.s11 bc $1, alt ; generates frag!
17 bc $1,alt
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/tic54x/
H A Dlabels.s11 bc $1, alt ; generates frag!
17 bc $1,alt
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/compat/
H A Dcompat.exp41 # compat-use-alt-compiler -- make the alternate compiler the default
43 proc compat-use-alt-compiler { } {
H A Dstruct-layout-1.exp46 # compat-use-alt-compiler -- make the alternate compiler the default
48 proc compat-use-alt-compiler { } {
/haiku-buildtools/libtool/tests/
H A Dbuild-relink2.test80 ./depdemo -alt; then
/haiku-buildtools/legacy/gcc/gcc/
H A Dregclass.c1059 enum reg_class best = ALL_REGS, alt = NO_REGS;
1095 && (reg_class_size[(int) reg_class_subunion[(int) alt][class]]
1096 > reg_class_size[(int) alt])
1101 alt = reg_class_subunion[(int) alt][class];
1104 if (alt == best)
1105 alt = NO_REGS;
1109 altclass[i] = (int) alt;
1155 int alt;
1162 for (alt
1056 enum reg_class best = ALL_REGS, alt = NO_REGS; local
1151 int alt; local
[all...]
H A Dreg-stack.c704 int alt;
713 alt = which_alternative;
720 if (alt < 0)
771 if (reg_class_size[(int) recog_op_alt[i][alt].class] != 1)
813 if (j < n_clobbers || recog_op_alt[i][alt].matches >= 0)
841 if (recog_op_alt[i][alt].matches == -1)
903 && recog_op_alt[i][alt].matches == -1
2243 int alt;
2265 alt = which_alternative;
2272 if (alt <
695 int alt; local
2223 int alt; local
[all...]
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/torture/
H A Dpr39204.c70 char *alt; member in struct:TOC
/haiku-buildtools/gcc/mpfr/src/
H A Dvasprintf.c152 unsigned int alt:1; /* # flag */ member in struct:printf_spec
171 specinfo->alt = 0;
241 specinfo->alt = 1;
1007 if ((np->fp_size != 0) || spec.alt)
1056 const int keep_trailing_zeros = (spec_g && spec.alt)
1118 if ((!spec_g || spec.alt) && (spec.prec > 0)
1126 if (np->fp_size != 0 || spec.alt)
1181 const int keep_trailing_zeros = !spec_g || spec.alt;
1313 if (!spec_g || spec.alt)
1342 if ((!spec_g || spec.alt)
[all...]
/haiku-buildtools/gcc/gcc/
H A Drecog.h80 alternative_class (const operand_alternative *alt, int i) argument
82 return alt[i].matches >= 0 ? alt[alt[i].matches].cl : alt[i].cl;
H A Dira-lives.c613 check_and_make_def_conflict (int alt, int def, enum reg_class def_cl) argument
639 const operand_alternative *op_alt = &recog_op_alt[alt * n_operands];
699 int alt; local
706 for (alt = 0; alt < n_alternatives; alt++, op_alt += n_operands)
707 if (TEST_BIT (preferred_alternatives, alt))
717 check_and_make_def_conflict (alt, def, def_cl);
727 check_and_make_def_conflict (alt, def, def_cl);
H A Dgensupport.c1121 alter_predicate_for_insn (rtx pattern, int alt, int max_op, int lineno)
1142 if (c && *c && alt > 1)
1145 size_t len = alt * (c_len + 1);
1149 for (i = 1; i < alt; ++i)
1179 r = alter_predicate_for_insn (XEXP (pattern, i), alt,
1189 alt, max_op, lineno);
1483 int alt, int max_op)
1505 len = (ce_len + 1) * alt + insn_len + 1;
1636 alter_output_for_subst_insn (rtx insn, int alt)
1644 if (alt <
1117 alter_predicate_for_insn(rtx pattern, int alt, int max_op, int lineno) argument
1477 alter_output_for_insn(struct queue_elem *ce_elem, struct queue_elem *insn_elem, int alt, int max_op) argument
1632 alter_output_for_subst_insn(rtx insn, int alt) argument
[all...]
/haiku-buildtools/legacy/binutils/opcodes/
H A Di386-dis.c2842 int alt = 0;
2852 alt = 0;
2854 alt += 1;
2856 alt += 2;
2857 while (alt != 0)
2871 alt--;
2875 alt = 1;
2899 if (intel_syntax && !alt)
3023 if (intel_syntax && !alt)
3146 alt
2841 int alt = 0; local
4597 const char *alt; local
4667 const char *alt; local
[all...]
/haiku-buildtools/gcc/libquadmath/printf/
H A Dquadmath-printf.h99 unsigned int alt:1; /* # flag. */ member in struct:printf_info
H A Dprintf_fphex.c431 if (precision > 0 || info->alt)
455 if (precision > 0 || info->alt)
H A Dprintf_fp.c862 fracdig_min = info->alt ? fracdig_max : 0;
912 if (info->alt
987 else if (__builtin_expect (spec == 'g' && type == 'f' && info->alt
1031 if (info->alt || fracdig_no > 0)
1074 if (fracdig_no == 0 && !info->alt && *(wcp - 1) == decimalwc)
/haiku-buildtools/binutils/gold/testsuite/
H A DMakefile.am759 MOSTLYCLEANFILES += alt/weak_undef_lib.so
761 weak_undef_test_DEPENDENCIES = gcctestdir/ld weak_undef_lib.so alt/weak_undef_lib.so
762 weak_undef_test_LDFLAGS = -Bgcctestdir/ -Wl,-R,alt
770 alt/weak_undef_lib.so: weak_undef_file2.o gcctestdir/ld
771 test -d alt || mkdir -p alt
789 MOSTLYCLEANFILES += alt/weak_undef_lib_nonpic.so
791 weak_undef_nonpic_test_DEPENDENCIES = gcctestdir/ld weak_undef_lib_nonpic.so alt/weak_undef_lib_nonpic.so
792 weak_undef_nonpic_test_LDFLAGS = -Bgcctestdir/ -Wl,-R,alt
800 alt/weak_undef_lib_nonpi
[all...]

Completed in 361 milliseconds

123