Searched refs:sources (Results 1 - 25 of 41) sorted by relevance

12

/haiku-buildtools/gcc/gcc/testsuite/g++.dg/torture/
H A Dpr53321.C12 extern char *src, *sources;
18 memcpy (src, sources, n_sources * sizeof (*sources));
/haiku-buildtools/jam/
H A Dcommand.c31 LIST *sources,
43 lol_add( &cmd->args, sources );
46 /* We don't free targets/sources/shell if bailing. */
28 cmd_new( RULE *rule, LIST *targets, LIST *sources, LIST *shell, int maxline ) argument
H A Dcommand.h10 * Both ACTION and CMD contain a rule, targets, and sources. An
12 * sources; a CMD is what actually gets executed by the shell. The
17 * ACTIONS must have current sources omitted for 'actions updated'.
53 LIST *sources, /* $(>) (freed) */
H A Drules.h18 * ACTION - a RULE instance with targets and sources
25 * 06/01/94 (seiwald) - new 'actions existing' does existing sources
32 * 07/17/02 (seiwald) - TEMPORARY sources for headers now get built
66 # define RULE_UPDATED 0x01 /* $(>) is updated sources only */
71 # define RULE_EXISTING 0x20 /* $(>) is pre-exisitng sources only */
84 /* ACTION - a RULE instance with targets and sources */
89 TARGETS *sources; /* aka $(>) */ member in struct:_action
139 time_t leaf; /* update time of leaf sources */
H A Dbuiltins.c119 * The DEPENDS builtin rule appends each of the listed sources on the
121 * targets and sources as TARGETs.
131 LIST *sources = lol_get( args, 1 ); local
149 t->depends = targetlist( t->depends, sources );
H A Dmake1.c35 * 06/01/94 (seiwald) - new 'actions existing' does existing sources
45 * 07/17/02 (seiwald) - TEMPORARY sources for headers now get built
445 /* Make LISTS of targets and sources */
447 /* on sources from each instance of this rule for this target. */
451 /* If a target is missing use all sources. */
455 ns = make1list( L0, a0->action->sources, ruleFlags, NULL );
461 ns = make1list( ns, a1->action->sources, ruleFlags, NULL );
465 /* If doing only updated (or existing) sources, but none have */
/haiku-buildtools/gcc/libstdc++-v3/src/filesystem/
H A DMakefile.am38 sources = \
46 libstdc__fs_la_SOURCES = $(sources)
/haiku-buildtools/binutils/ld/testsuite/ld-m68k/
H A Dm68k.exp61 foreach { id sources } { a { plt1.s } b { plt1-empty.s plt1.s } } {
65 $sources [list [list objdump -dr plt1-$arch.d]] \
/haiku-buildtools/binutils/gprof/
H A DMakefile.am42 ## Convenience var listing pure sources.
43 sources = basic_blocks.c call_graph.c cg_arcs.c cg_dfn.c \
47 gprof_SOURCES = $(sources) flat_bl.c bsd_callg_bl.c fsf_callg_bl.c
72 POTFILES = $(sources) $(noinst_HEADERS)
/haiku-buildtools/legacy/gcc/texinfo/util/
H A Dfixfonts52 If it isn't installed somewhere else, you need to get the Metafont sources
/haiku-buildtools/gcc/gcc/po/
H A Dexgettext65 posr=$pwd/$T/po-sources
66 posrcxx=$pwd/$T/po-cxx-sources
/haiku-buildtools/gcc/libstdc++-v3/src/c++11/
H A DMakefile.am1 ## Makefile for the C++03 sources of the GNU C++ Standard library.
54 sources = \
115 libc__11convenience_la_SOURCES = $(sources) $(inst_sources)
/haiku-buildtools/binutils/ld/testsuite/ld-powerpc/
H A Daix52.exp42 proc run_aix_test { size name ldopts asopts sources tools output } {
62 $sources \
254 foreach { name ldopts asopts sources tools output } $test {
255 run_aix_test 32 $name $ldopts $asopts $sources $tools $output
256 run_aix_test 64 $name $ldopts $asopts $sources $tools $output
/haiku-buildtools/autoconf/
H A DMakefile.am71 http://sources.redhat.com/cgi-bin/cvsweb.cgi/~checkout~/automake
/haiku-buildtools/gcc/libsanitizer/
H A Dmerge.sh5 # This script merges libsanitizer sources from upstream.
82 last merge done from the master library sources.
/haiku-buildtools/gcc/gcc/testsuite/lib/
H A Dc-torture.exp128 proc c-torture-execute { sources args } {
132 set src [lindex $sources 0]
198 set comp_output [gcc_target_compile "$sources" "${execname}" executable $options]
H A Dgcc-defs.exp267 # Record additional sources files that must be compiled along with the
273 proc dg-additional-sources { args } {
289 # source files registered with dg-additional-sources. SOURCE is the
/haiku-buildtools/gcc/gcc/
H A Dgcov.c269 static source_t *sources; /* Array of source files */ variable
270 static unsigned n_sources; /* Number of sources */
271 static unsigned a_sources; /* Allocated sources */
273 static name_map_t *names; /* Mapping of file names to sources */
364 /* Only show data for sources with relative pathnames. Absolute ones
437 sources = XNEWVEC (source_t, a_sources);
489 fnotice (file, " -r, --relative-only Only show data for relative sources\n");
740 for (prev = &sources[src].functions;
758 if (line >= sources[src].num_lines)
759 sources[sr
[all...]
H A Dipa-cp.c162 /* Next pointer in a linked list of sources of a value. */
191 /* The list of sources from which this value originates. */
192 ipcp_value_source <valtype> *sources; variable
199 according their sources. */
226 sources referencing them. */
292 /* Allocation pools for values and their sources in ipa-cp. */
417 for (s = val->sources; s; s = s->next)
1156 src->next = sources;
1157 sources = src;
1211 for (s = val->sources;
[all...]
/haiku-buildtools/gcc/libstdc++-v3/libsupc++/
H A DMakefile.am47 sources = \
109 libsupc___la_SOURCES = $(sources) $(c_sources) $(vtv_sources)
110 libsupc__convenience_la_SOURCES = $(sources) $(c_sources) $(vtv_sources)
121 # Use special rules for the C++11 sources so that the proper flags are passed.
182 # Use special rules for the C++14 sources so that the proper flags are passed.
/haiku-buildtools/gcc/contrib/
H A Dpatch_tester.sh24 authorized and trusted sources. Don't even think about
246 report "failed to update svn sources with"
255 report "failed to update svn sources with"
264 report "failed to update svn sources with"
/haiku-buildtools/gcc/libstdc++-v3/src/c++98/
H A DMakefile.am1 ## Makefile for the C++03 sources of the GNU C++ Standard library.
120 sources = \
156 libc__98convenience_la_SOURCES = $(sources)
/haiku-buildtools/legacy/gcc/gcc/
H A Dgcov.c98 struct sourcefile *sources; variable in typeref:struct:sourcefile
785 1) The number of sources files contained herein, and
789 sources = 0;
798 s_ptr = sources;
805 a new one, and append it to the front of the sources list. */
810 s_ptr->next = sources;
811 sources = s_ptr;
1008 for (s_ptr = sources; s_ptr; s_ptr = s_ptr->next)
/haiku-buildtools/gcc/maintainer-scripts/
H A Dupdate_web_docs_svn111 # sources instead of only documentation sources.
127 # Build a tarball of the sources.
128 tar cf docs-sources.tar gcc
/haiku-buildtools/legacy/binutils/gprof/
H A DMakefile.am23 ## Convenience var listing pure sources.
24 sources = basic_blocks.c call_graph.c cg_arcs.c cg_dfn.c \
28 gprof_SOURCES = $(sources) flat_bl.c bsd_callg_bl.c fsf_callg_bl.c
50 POTFILES = $(sources) $(noinst_HEADERS)
134 # Have to get rid of DEP1 here so that "$?" later includes all sources.

Completed in 373 milliseconds

12