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

123

/haiku-buildtools/gcc/libgcc/config/rs6000/
H A Dcxa_finalize.c45 struct exit_function_list *funcs; local
48 for (funcs = __exit_funcs; funcs; funcs = funcs->next)
52 for (f = &funcs->fns[funcs->idx - 1]; f >= &funcs->fns[0]; --f)
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/
H A Dpr28243.c11 } funcs; variable in typeref:struct:displayfuncs
14 struct displayfuncs *funcs; member in struct:gpsdisplay
54 gdisp->funcs = (void *)&psfuncs;
H A Dpr45506.c29 const unsigned funcs = (dynvec(obj,(unsigned)28)) / 4; local
32 for (i = (funcs ? (funcs - 1) : 0U); i != 0U; i--) {
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/sh/
H A Dpr54760-2.c110 #define funcs(op, opname) \ macro
136 funcs (+, plus)
137 funcs (-, minus)
138 funcs (*, mul)
139 funcs (&, and)
140 funcs (|, or)
141 funcs (^, xor)
143 #undef funcs macro
157 #define funcs(op, opname) \ macro
175 funcs (
182 #undef funcs macro
228 #define funcs macro
[all...]
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/lto/
H A D20091013-1_0.c15 DC *alloc_dc_ptr( void *funcs, unsigned short magic ) argument
/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/
H A Dproc_ptr_33.f907 module funcs module
23 use funcs
H A Dinterface_25.f908 MODULE funcs module
19 END MODULE funcs
22 USE funcs
H A Dinterface_26.f909 MODULE funcs module
20 END MODULE funcs
23 USE funcs
/haiku-buildtools/binutils/libiberty/
H A Dpex-common.c54 const struct pex_funcs *funcs)
76 obj->funcs = funcs;
129 /* This isn't obj->funcs->close because we got the
131 obj->funcs. Calling close here is just like what
191 in = obj->funcs->open_read (obj, obj->next_input_name,
256 if (obj->funcs->pipe (obj, p, (flags & PEX_BINARY_OUTPUT) != 0) < 0)
269 out = obj->funcs->open_write (obj, outname,
306 if (obj->funcs->pipe (obj, p, (flags & PEX_BINARY_ERROR) != 0) < 0)
323 errdes = obj->funcs
53 pex_init_common(int flags, const char *pname, const char *tempbase, const struct pex_funcs *funcs) argument
[all...]
H A Dpex-common.h92 const struct pex_funcs *funcs; member in struct:pex_obj
H A Dconfigure5670 funcs="asprintf"
5671 funcs="$funcs atexit"
5672 funcs="$funcs basename"
5673 funcs="$funcs bcmp"
5674 funcs="$funcs bcopy"
5675 funcs
[all...]
/haiku-buildtools/gcc/libiberty/
H A Dpex-common.c54 const struct pex_funcs *funcs)
76 obj->funcs = funcs;
129 /* This isn't obj->funcs->close because we got the
131 obj->funcs. Calling close here is just like what
191 in = obj->funcs->open_read (obj, obj->next_input_name,
256 if (obj->funcs->pipe (obj, p, (flags & PEX_BINARY_OUTPUT) != 0) < 0)
269 out = obj->funcs->open_write (obj, outname,
306 if (obj->funcs->pipe (obj, p, (flags & PEX_BINARY_ERROR) != 0) < 0)
323 errdes = obj->funcs
53 pex_init_common(int flags, const char *pname, const char *tempbase, const struct pex_funcs *funcs) argument
[all...]
H A Dpex-common.h92 const struct pex_funcs *funcs; member in struct:pex_obj
H A Dconfigure5429 funcs="asprintf"
5430 funcs="$funcs atexit"
5431 funcs="$funcs basename"
5432 funcs="$funcs bcmp"
5433 funcs="$funcs bcopy"
5434 funcs
[all...]
/haiku-buildtools/legacy/binutils/libiberty/
H A Dpex-common.c54 const struct pex_funcs *funcs)
74 obj->funcs = funcs;
127 /* This isn't obj->funcs->close because we got the
129 obj->funcs. Calling close here is just like what
185 in = obj->funcs->open_read (obj, obj->next_input_name,
250 if (obj->funcs->pipe (obj, p, (flags & PEX_BINARY_OUTPUT) != 0) < 0)
263 out = obj->funcs->open_write (obj, outname,
288 errdes = obj->funcs->open_write (obj, errname, 0);
299 pid = obj->funcs
53 pex_init_common(int flags, const char *pname, const char *tempbase, const struct pex_funcs *funcs) argument
[all...]
H A Dpex-common.h82 const struct pex_funcs *funcs; member in struct:pex_obj
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/fixedbugs/
H A Dbug447.go25 var names, funcs bytes.Buffer
45 funcs.WriteString(body)
50 program = strings.Replace(program, "$FUNCS", funcs.String(), 1)
93 var funcs = []func(float64, int64){
100 for _, f := range funcs {
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/all/
H A Dtest-example.c48 #define cond_jmp_insn(insname, word, funcs...) \
53 ## funcs)
/haiku-buildtools/binutils/gas/testsuite/gas/all/
H A Dtest-example.c48 #define cond_jmp_insn(insname, word, funcs...) \
53 ## funcs)
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/tree-ssa/
H A Dasmgoto-1.c16 struct tracepoint { void **funcs; } __attribute__ ((aligned (32))); member in struct:tracepoint
36 asm ("" : "=r"(it_func) : "0"(&__tracepoint_kmalloc_node.funcs));
/haiku-buildtools/legacy/autoconf/
H A Dautoheader.sh103 funcs=
215 # /bin/sh on the Alpha gives `for' a random value if $funcs is empty.
216 if test -n "$funcs"; then
217 for func in `for x in $funcs; do echo $x; done | sort | uniq`; do
/haiku-buildtools/legacy/gcc/libiberty/
H A Dconfigure1144 funcs="asprintf"
1145 funcs="$funcs atexit"
1146 funcs="$funcs basename"
1147 funcs="$funcs bcmp"
1148 funcs="$funcs bcopy"
1149 funcs
[all...]
/haiku-buildtools/gcc/libgcc/
H A Dgen-fixed.sh4 # Generate lists of fixed-point labels, funcs, modes, from, to.
7 # gen-fixed.sh arith funcs
10 # gen-fixed.sh conv funcs
40 funcs)
H A DMakefile.in719 libgcc-sync-size-funcs := $(foreach op, add sub or and xor nand, \
726 libgcc-sync-size-funcs := $(foreach prefix, $(libgcc-sync-size-funcs), \
730 libgcc-sync-size-funcs-o = $(patsubst %,%$(objext),$(libgcc-sync-size-funcs))
731 $(libgcc-sync-size-funcs-o): %$(objext): $(srcdir)/sync.c
736 libgcc-objects += $(libgcc-sync-size-funcs-o)
738 libgcc-sync-funcs := sync_synchronize
740 libgcc-sync-funcs-o = $(patsubst %,%$(objext),$(libgcc-sync-funcs))
[all...]
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/cpp0x/
H A Dalias-decl-49.C53 vector<tfuncptr<d> > funcs; member in struct:H

Completed in 339 milliseconds

123