Searched refs:choose (Results 1 - 25 of 26) sorted by relevance

12

/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/
H A Dbuiltin-choose-expr.c4 #define choose __builtin_choose_expr macro
14 typedef __typeof(choose (1, (E1), (E2))) T1a; \
15 typedef __typeof(choose (0, (E2), (E1))) T1b; \
16 typedef __typeof(choose (1, (E2), (E1))) T2a; \
17 typedef __typeof(choose (0, (E1), (E2))) T2b; \
/haiku-buildtools/legacy/binutils/libiberty/
H A Dmakefile.vms13 xmemdup.obj,xstrdup.obj,xatexit.obj,choose-temp.obj,fnmatch.obj,objalloc.obj
H A DMakefile.in131 calloc.c choose-temp.c clock.c concat.c cp-demangle.c \
166 ./choose-temp.o ./concat.o ./cp-demint.o \
556 ./choose-temp.o: $(srcdir)/choose-temp.c config.h $(INCDIR)/ansidecl.h \
559 $(COMPILE.c) $(PICFLAG) $(srcdir)/choose-temp.c -o pic/$@; \
561 $(COMPILE.c) $(srcdir)/choose-temp.c $(OUTPUT_OPTION)
/haiku-buildtools/legacy/gcc/libiberty/
H A Dmakefile.vms13 xstrdup.obj,xatexit.obj,choose-temp.obj,fnmatch.obj,objalloc.obj
H A DMakefile.in124 bzero.c choose-temp.c clock.c concat.c cplus-dem.c fdmatch.c \
135 REQUIRED_OFILES = argv.o choose-temp.o concat.o cplus-dem.o \
248 choose-temp.o: config.h
/haiku-buildtools/binutils/libiberty/
H A Dmakefile.vms14 xmemdup.obj,xstrdup.obj,xatexit.obj,choose-temp.obj,fnmatch.obj,\
H A DMakefile.in129 calloc.c choose-temp.c clock.c concat.c cp-demangle.c \
172 ./choose-temp.$(objext) ./concat.$(objext) \
619 ./choose-temp.$(objext): $(srcdir)/choose-temp.c config.h $(INCDIR)/ansidecl.h \
622 $(COMPILE.c) $(PICFLAG) $(srcdir)/choose-temp.c -o pic/$@; \
625 $(COMPILE.c) $(PICFLAG) $(NOASANFLAG) $(srcdir)/choose-temp.c -o noasan/$@; \
627 $(COMPILE.c) $(srcdir)/choose-temp.c $(OUTPUT_OPTION)
/haiku-buildtools/gcc/libiberty/
H A Dmakefile.vms14 xmemdup.obj,xstrdup.obj,xatexit.obj,choose-temp.obj,fnmatch.obj,\
H A DMakefile.in128 calloc.c choose-temp.c clock.c concat.c cp-demangle.c \
170 ./choose-temp.$(objext) ./concat.$(objext) \
618 ./choose-temp.$(objext): $(srcdir)/choose-temp.c config.h $(INCDIR)/ansidecl.h \
621 $(COMPILE.c) $(PICFLAG) $(srcdir)/choose-temp.c -o pic/$@; \
624 $(COMPILE.c) $(PICFLAG) $(NOASANFLAG) $(srcdir)/choose-temp.c -o noasan/$@; \
626 $(COMPILE.c) $(srcdir)/choose-temp.c $(OUTPUT_OPTION)
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/chan/
H A Dselect5.go420 // some logic. The logic should call choose(n) when
421 // it wants to choose between n possibilities.
422 // On successive runs through the logic, choose(n)
427 // using choose and maybe, code can generate all
442 return choose(2) == 0
445 func choose(n int) int { func
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/torture/
H A Dpr53602.C132 choice1 choose ();
151 enum { value = (1 == sizeof (test <Tp> (choose ()))) };
162 enum { value = (1 == sizeof (test <Tp> (choose ()))) };
/haiku-buildtools/gcc/libstdc++-v3/scripts/
H A Dmake_graph.py135 def choose(self, cntnr): member in class:image_maker.__style_chooser
246 style = self.__sc.choose(cntnr)
/haiku-buildtools/legacy/gcc/gcc/cp/
H A Dclass.c2651 other, than choose the more derived one
2666 enum { REUSE_NEW, REUSE_OLD, UNDECIDED, NEITHER } choose = UNDECIDED;
2671 choose = NEITHER;
2691 if (choose == UNDECIDED)
2692 choose = REUSE_NEW;
2693 else if (choose == REUSE_OLD)
2695 choose = NEITHER;
2706 if (choose == UNDECIDED)
2707 choose = REUSE_OLD;
2708 else if (choose
2663 enum { REUSE_NEW, REUSE_OLD, UNDECIDED, NEITHER } choose = UNDECIDED; local
[all...]
/haiku-buildtools/cloog/
H A DREADME133 representation. You can choose to specify explicitly others integer
/haiku-buildtools/gcc/libgcc/config/rl78/
H A Dfpbit-sf.S269 ;; We choose to return 0 for NaNs, -INTMAX for -inf and INTMAX for +inf.
328 ;; We choose to return 0 for NaNs and -inf, but UINTMAX for +inf.
/haiku-buildtools/legacy/gcc/gcc/
H A Dmakefile.vms7 # choose egcs or dec c
133 gcc.exe: gcc.obj version.obj choose-temp.obj pexecute.obj prefix.obj obstack.obj
/haiku-buildtools/isl/doc/
H A Dimplementation.tex590 If there is more than one such row, then we need to choose which row
/haiku-buildtools/gcc/
H A Dconfigure1499 choose additional languages to build during stage1.
1512 choose additional checking for stage1 of the
2700 ### To add a new directory to the tree, first choose whether it is a target
7388 # choose program_transform_name, replace any s,x,x, with s,y,y,.
/haiku-buildtools/binutils/
H A Dconfigure1505 choose additional languages to build during stage1.
1518 choose additional checking for stage1 of the
2705 ### To add a new directory to the tree, first choose whether it is a target
7456 # choose program_transform_name, replace any s,x,x, with s,y,y,.
/haiku-buildtools/binutils/texinfo/
H A Dtexinfo.tex291 % Another complication is to let the user choose whether \thischapter
/haiku-buildtools/gcc/gmp/doc/
H A Dtexinfo.tex288 % Another complication is to let the user choose whether \thischapter
/haiku-buildtools/gcc/mpc/doc/
H A Dtexinfo.tex291 % Another complication is to let the user choose whether \thischapter
/haiku-buildtools/cloog/osl/autoconf/
H A Dtexinfo.tex270 % Another complication is to let the user choose whether \thischapter
/haiku-buildtools/gcc/mpfr/doc/
H A Dtexinfo.tex270 % Another complication is to let the user choose whether \thischapter
/haiku-buildtools/gcc/gcc/doc/include/
H A Dtexinfo.tex270 % Another complication is to let the user choose whether \thischapter

Completed in 532 milliseconds

12