Searched refs:all (Results 1 - 25 of 733) sorted by relevance

1234567891011>>

/haiku-buildtools/gcc/gcc/testsuite/lib/
H A Dprune.exp29 regsub -all "(^|\n)(\[^\n\]*: )?In ((static member |lambda )?function|member|method|(copy )?constructor|destructor|instantiation|substitution|program|subroutine|block-data)\[^\n\]*" $text "" text
30 regsub -all "(^|\n)\[^\n\]*(: )?At (top level|global scope):\[^\n\]*" $text "" text
31 regsub -all "(^|\n)\[^\n\]*: (recursively )?required \[^\n\]*" $text "" text
32 regsub -all "(^|\n)\[^\n\]*: . skipping \[0-9\]* instantiation contexts \[^\n\]*" $text "" text
33 regsub -all "(^|\n)\[^\n\]*: in constexpr expansion \[^\n\]*" $text "" text
34 regsub -all "(^|\n) inlined from \[^\n\]*" $text "" text
35 regsub -all "(^|\n)collect2: error: ld returned \[^\n\]*" $text "" text
36 regsub -all "(^|\n)collect: re(compiling|linking)\[^\n\]*" $text "" text
37 regsub -all "(^|\n)Please submit.*instructions\[^\n\]*" $text "" text
38 regsub -all "(
[all...]
/haiku-buildtools/gcc/libstdc++-v3/testsuite/lib/
H A Dprune.exp38 regsub -all "(^|\n)\[^\n\]+\n *\\^\n" $text "\n" text
41 regsub -all "(^|\n)\[^\n\]*: -ffunction-sections may affect debugging on some targets\[^\n\]*" $text "" text
45 regsub -all "(^|\n)(\[^\n\]*: )?In ((static member |lambda )?function|member|method|(copy )?constructor|destructor|instantiation|substitution|program|subroutine|block-data)\[^\n\]*" $text "" text
46 regsub -all "(^|\n)\[^\n\]*(: )?At (top level|global scope):\[^\n\]*" $text "" text
47 regsub -all "(^|\n)\[^\n\]*: (recursively )?required \[^\n\]*" $text "" text
48 regsub -all "(^|\n)\[^\n\]*: . skipping \[0-9\]* instantiation contexts \[^\n\]*" $text "" text
49 regsub -all "(^|\n) inlined from \[^\n\]*" $text "" text
51 regsub -all "(^|\n)In file included from \[^\n\]*" $text "" text
52 regsub -all "(^|\n)\[ \t\]*from \[^\n\]*" $text "" text
55 regsub -all "(
[all...]
/haiku-buildtools/gcc/libstdc++-v3/testsuite/23_containers/bitset/all/
H A D1.cc25 // DR 693. std::bitset::all() missing.
31 VERIFY( z1.all() );
33 VERIFY( z1.all() );
36 VERIFY( !z2.all() );
38 VERIFY( z2.all() );
41 VERIFY( !z3.all() );
43 VERIFY( z3.all() );
46 VERIFY( !z4.all() );
48 VERIFY( z4.all() );
51 VERIFY( !z5.all() );
[all...]
/haiku-buildtools/gcc/libstdc++-v3/testsuite/30_threads/async/
H A Dlaunch.cc38 const launch all = ~none; local
44 VERIFY( (none & all) == none );
45 VERIFY( (none | all) == all );
46 VERIFY( (none ^ all) == all );
48 VERIFY( (both & all) == both );
49 VERIFY( (both | all) == all );
50 VERIFY( (both ^ all)
[all...]
/haiku-buildtools/legacy/binutils/
H A DMakefile.def63 target="`if [ -f stage_last ]; then echo quickstrap ; else echo all; fi`";
144 // Not all; these are the ones which don't have special options.
258 dependencies = { module=all-build-bison; on=all-build-texinfo; };
259 dependencies = { module=all-build-byacc; on=all-build-texinfo; };
260 dependencies = { module=all-build-flex; on=all-build-texinfo; };
261 dependencies = { module=all-build-flex; on=all
[all...]
/haiku-buildtools/binutils/gas/testsuite/gas/tic6x/
H A Dempty.s1 # Dummy input file with no instructions at all.
/haiku-buildtools/legacy/binutils/gas/testsuite/lib/
H A Dgas-dg.exp36 regsub -all "//" $dir "/" dir
37 regsub -all "//" $prog "/" prog
48 regsub -all "(^|\n)\[^\n\]*: Assembler messages:\[^\n\]*" $text "" text
49 regsub -all "(^|\n)\[^\n\]*: End of file not at end\[^\n\]*Newline inserted." $text "" text
/haiku-buildtools/binutils/gas/testsuite/lib/
H A Dgas-dg.exp51 regsub -all "//" $dir "/" dir
52 regsub -all "//" $prog "/" prog
64 regsub -all "(^|\n)\[^\n\]*: Assembler messages:\[^\n\]*" $text "" text
65 regsub -all "(^|\n)\[^\n\]*: End of file not at end\[^\n\]*Newline inserted." $text "" text
/haiku-buildtools/legacy/gcc/
H A DMakefile.in198 ALL = all.normal
347 all: all.normal
348 .PHONY: all
360 # Flags to pass down to all sub-makes.
506 # This is a list of the targets for all of the modules which are compiled
509 all-apache \
510 all-ash \
511 all-autoconf \
512 all
[all...]
/haiku-buildtools/gcc/contrib/reghunt/bin/
H A Dgcc-build-simple51 make all-build-libiberty > ${LOGDIR}/make.all-build-libiberty.log 2>&1 || true
52 make all-libcpp > ${LOGDIR}/make.all-libcpp.log 2>&1 || true
53 make all-libdecnumber > ${LOGDIR}/make.all-libdecnumber.log 2>&1 || true
54 make all-intl > ${LOGDIR}/make.all-intl.log 2>&1 || true
55 make all-libbanshee > ${LOGDIR}/make.all
[all...]
/haiku-buildtools/gcc/libstdc++-v3/testsuite/30_threads/condition_variable/native_handle/
H A Dtypesizes.cc26 #include <thread/all.h>
/haiku-buildtools/gcc/libstdc++-v3/testsuite/30_threads/mutex/native_handle/
H A Dtypesizes.cc26 #include <thread/all.h>
/haiku-buildtools/gcc/libstdc++-v3/testsuite/30_threads/recursive_mutex/native_handle/
H A Dtypesizes.cc26 #include <thread/all.h>
/haiku-buildtools/gcc/libstdc++-v3/testsuite/30_threads/recursive_timed_mutex/native_handle/
H A Dtypesizes.cc26 #include <thread/all.h>
/haiku-buildtools/gcc/libstdc++-v3/testsuite/30_threads/thread/native_handle/
H A Dtypesizes.cc25 #include <thread/all.h>
/haiku-buildtools/gcc/libstdc++-v3/testsuite/30_threads/timed_mutex/native_handle/
H A Dtypesizes.cc26 #include <thread/all.h>
/haiku-buildtools/binutils/ld/testsuite/ld-elf/
H A Dunknown.d1 #source: ../../../binutils/testsuite/binutils-all/unknown.s
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/mmix/
H A Dmmix.exp25 regsub -all ".*/\(\[^\.\]*\)\.d$" $test_name "\\1" test_name
/haiku-buildtools/legacy/binutils/ld/testsuite/ld-elf/
H A Dunknown.d1 #source: ../../../binutils/testsuite/binutils-all/unknown.s
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/
H A Dbuiltin-object-size-14.c12 char all[8+16+4]; member in union:u
20 if (__builtin_object_size (u->all, 1) != -1)
/haiku-buildtools/binutils/bfd/doc/
H A Dmakefile.vms22 all: chew.exe
/haiku-buildtools/binutils/ld/testsuite/ld-ia64/
H A Derror2.d2 #ld: -pie -unresolved-symbols=ignore-all
H A Derror1.d2 #ld: -unresolved-symbols=ignore-all
/haiku-buildtools/binutils/gas/testsuite/gas/mmix/
H A Dmmix.exp25 regsub -all ".*/\(\[^\.\]*\)\.d$" $test_name "\\1" test_name
H A Dmmix-list.exp25 regsub -all ".*/\(\[^\.\]*\)\.l$" $test_name "\\1" test_name

Completed in 302 milliseconds

1234567891011>>