Searched refs:M4 (Results 1 - 25 of 31) sorted by relevance

12

/haiku-buildtools/autoconf/man/
H A Dautom4te.x2 autom4te \- Generate files and scripts thanks to M4
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.other/
H A Dvbase4.C18 class M4 : virtual public M10 {}; class in inherits:M10
21 : public M4, virtual public M10
H A Dvbase5.C83 /*{{{ struct M4 : virtual Base, virtual M10*/
84 struct M4 : virtual Base, virtual M10 struct in inherits:Base,M10
87 static M4 *addr;
89 M4 ();
90 virtual ~M4 ();
93 M4 *M4::addr;
94 /*{{{ M4::M4 ()*/
95 M4 function in class:M4
[all...]
/haiku-buildtools/gcc/gmp/mpn/
H A Dm4-ccas23 # Usage: m4-ccas --m4=M4 CC ... file.asm ...
25 # Process file.asm with the given M4 plus any -D arguments, then
28 # The M4 command must be in a single --m4= argument, and will be split
30 # temporary .s file which is the M4 output.
36 M4=
45 M4=`echo "$i" | sed 's/^--m4=//'`
71 if test -z "$M4"; then
89 echo "$M4 $DEFS $ASM >$TMP"
90 $M4 $DEFS $ASM >$TMP || exit
H A DMakeasm.am100 $(M4) -DOPERATION_$* `test -f '$<' || echo '$(srcdir)/'`$< >tmp-$*.s
104 $(M4) -DOPERATION_$* `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi` >tmp-$*.s
108 $(LIBTOOL) --mode=compile --tag=CC $(top_srcdir)/mpn/m4-ccas --m4="$(M4)" $(CCAS) $(COMPILE_FLAGS) `test -f '$<' || echo '$(srcdir)/'`$<
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/compile/
H A Dpr40692.c6 #define M4(x) (((x) & 0x0000ff00) ? M3 ((x) >> 8) << 8 : M3 (x)) macro
7 #define M5(x) (((x) & 0xffff0000) ? M4 ((x) >> 16) << 16 : M4 (x))
/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/
H A Dambiguous_reference_1.f9023 module M4 module
26 end module M4
29 use M4 ! 'x' is ambiguous here but is not referred to
/haiku-buildtools/legacy/autoconf/
H A Dautoconf.sh39 : ${M4=@M4@}
41 case "${M4}" in
44 test -f "${M4}" || M4=m4 ;;
118 case `$M4 --help < /dev/null 2>&1` in
124 $M4 -I$AC_MACRODIR $use_localdir $r autoconf.m4$f $infile > $tmpout ||
H A Dautoheader.sh41 test -z "${M4}" && M4=@M4@
42 case "${M4}" in
45 test -f "${M4}" || M4=m4 ;;
116 case `$M4 --help < /dev/null 2>&1` in
125 eval "`$M4 -I$AC_MACRODIR $use_localdir $r autoheader.m4$f $infile |
H A Dconfigure554 case "$M4" in
556 ac_cv_path_M4="$M4" # Let the user override the test with a path.
559 ac_cv_path_M4="$M4" # Let the user override the test with a dos path.
575 M4="$ac_cv_path_M4"
576 if test -n "$M4"; then
577 echo "$ac_t""$M4" 1>&6
582 test -n "$M4" && break
584 test -n "$M4" || M4="m4"
897 s%@M4
[all...]
/haiku-buildtools/binutils/gas/testsuite/gas/frv/
H A Dfr450-media-issue.s9 mqmulhu fr4,fr6,acc8 ; M4 -- error
23 mqmulhu fr4,fr6,acc8 ; M4 -- error
37 mqmulhu fr4,fr6,acc8 ; M4 -- error
44 mqcpxrs.p fr0,fr2,acc0 ; M4
46 mqcpxrs.p fr0,fr2,acc0 ; M4
48 mqcpxrs.p fr0,fr2,acc0 ; M4
50 mqcpxrs.p fr0,fr2,acc0 ; M4
51 mqmulhu fr4,fr6,acc8 ; M4 -- error
52 mqcpxrs.p fr0,fr2,acc0 ; M4
54 mqcpxrs.p fr0,fr2,acc0 ; M4
[all...]
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/frv/
H A Dfr450-media-issue.s9 mqmulhu fr4,fr6,acc8 ; M4 -- error
23 mqmulhu fr4,fr6,acc8 ; M4 -- error
37 mqmulhu fr4,fr6,acc8 ; M4 -- error
44 mqcpxrs.p fr0,fr2,acc0 ; M4
46 mqcpxrs.p fr0,fr2,acc0 ; M4
48 mqcpxrs.p fr0,fr2,acc0 ; M4
50 mqcpxrs.p fr0,fr2,acc0 ; M4
51 mqmulhu fr4,fr6,acc8 ; M4 -- error
52 mqcpxrs.p fr0,fr2,acc0 ; M4
54 mqcpxrs.p fr0,fr2,acc0 ; M4
[all...]
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/
H A DWcxx-compat-13.c19 #define M4 bitor /* { dg-warning "operator" } */ macro
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/graphite/
H A Dpr42914.c8 int M1[16][16],M0[4][4][4][4],M3[4],M4[4][4]; local
H A Did-26.c5 int M1[16][16],M0[4][4][4][4],M3[4],M4[4][4]; local
/haiku-buildtools/autoconf/lib/Autom4te/
H A DC4che.pm31 This Perl module handles the cache of M4 runs used by autom4te.
H A DFileUtils.pm59 We match exactly the behavior of GNU M4: first look in the current
/haiku-buildtools/autoconf/
H A Dconfigure643 M4
2257 ## M4. ##
2273 case $M4 in
2275 ac_cv_path_M4="$M4" # Let the user override the test with a path.
2296 M4=$ac_cv_path_M4
2297 if test -n "$M4"; then
2298 { echo "$as_me:$LINENO: result: $M4" >&5
2299 echo "${ECHO_T}$M4" >&6; }
2306 test -n "$M4" && break
2308 test -n "$M4" || M
[all...]
/haiku-buildtools/legacy/binutils/opcodes/
H A Dfr30-opc.c206 { { MNEM, ' ', OP (M4), ',', OP (RI), 0 } },
230 { { MNEM, ' ', OP (M4), ',', OP (RI), 0 } },
266 { { MNEM, ' ', OP (M4), ',', OP (RI), 0 } },
/haiku-buildtools/binutils/opcodes/
H A Dfr30-opc.c194 { { MNEM, ' ', OP (M4), ',', OP (RI), 0 } },
218 { { MNEM, ' ', OP (M4), ',', OP (RI), 0 } },
254 { { MNEM, ' ', OP (M4), ',', OP (RI), 0 } },
/haiku-buildtools/legacy/binutils/
H A Dconfigure3402 # Generate default definitions for YACC, M4, LEX and other programs that run
3495 if test -n "$M4"; then
3496 ac_cv_prog_M4="$M4" # Let the user override the test.
3510 M4="$ac_cv_prog_M4"
3511 if test -n "$M4"; then
3512 echo "$ac_t""$M4" 1>&6
3517 test -n "$M4" && break
3519 test -n "$M4" || M4="$MISSING m4"
3522 *" m4 "*) M4
[all...]
H A DMakefile.def208 flags_to_pass = { flag= M4 ; };
/haiku-buildtools/gcc/
H A DMakefile.tpl143 M4="$(M4)"; export M4; \
377 M4 = @M4@
H A Dconfigure608 M4
7645 # Generate default definitions for YACC, M4, LEX and other programs that run
7753 if test -n "$M4"; then
7754 ac_cv_prog_M4="$M4" # Let the user override the test.
7773 M4=$ac_cv_prog_M4
7774 if test -n "$M4"; then
7775 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $M4" >&5
7776 $as_echo "$M4" >&6; }
7783 test -n "$M4" && break
7785 test -n "$M4" || M
[all...]
/haiku-buildtools/binutils/
H A DMakefile.tpl144 M4="$(M4)"; export M4; \
381 M4 = @M4@

Completed in 156 milliseconds

12