Searched refs:FAIL (Results 1 - 25 of 59) sorted by relevance

123

/haiku-buildtools/gcc/libcc1/
H A Dstatus.hh28 FAIL = 0, enumerator in enum:cc1_plugin::status
H A Drpc.hh151 return FAIL;
153 return FAIL;
155 return FAIL;
157 return FAIL;
159 return FAIL;
170 return FAIL;
173 return FAIL;
182 return FAIL;
184 return FAIL;
186 return FAIL;
[all...]
H A Dconnection.cc43 return FAIL;
51 return FAIL;
62 return FAIL;
71 return FAIL;
93 return FAIL;
107 return FAIL;
119 return want_result ? FAIL : OK;
121 return FAIL;
127 return want_result ? OK : FAIL;
138 return FAIL;
[all...]
H A Dmarshall.cc32 return FAIL;
33 return check == r ? OK : FAIL;
40 return FAIL;
48 return FAIL;
57 return FAIL;
67 return FAIL;
77 return FAIL;
86 return FAIL;
90 return FAIL;
104 return FAIL;
[all...]
H A Dmarshall.hh43 // integer type marker. If not, return FAIL. If so, read an
65 return FAIL;
/haiku-buildtools/gcc/libstdc++-v3/testsuite/28_regex/algorithms/regex_match/basic/
H A Dempty_range.cc38 #define FAIL(s) \ macro
48 FAIL("[]");
49 FAIL("[^]");
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/compat/
H A Dstruct-layout-1_y1.h5 FAIL (n, 50); \
7 FAIL (n, 51); \
9 FAIL (n, 52); \
11 FAIL (n, 53); \
13 FAIL (n, 54); \
15 FAIL (n, 55); \
17 FAIL (n, 56); \
22 FAIL (n, 50); \
24 FAIL (n, 51); \
26 FAIL (
[all...]
H A Dstruct-layout-1_y2.h13 if (p->x != arg.x) FAIL (n, 74);
16 if (p->x != arg.x) FAIL (n, 74);
35 FAIL (n, 70); \
39 FAIL (n, 71); \
43 FAIL (n, 72); \
59 FAIL (n, 73); \
H A Dstruct-layout-1_x2.h6 if (arg.x != s##n.x) FAIL (n, 30);
9 if (arg.x != s##n.x) FAIL (n, 30);
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/compat/
H A Dstruct-layout-1_y1.h5 FAIL (n, 50); \
7 FAIL (n, 51); \
9 FAIL (n, 52); \
11 FAIL (n, 53); \
13 FAIL (n, 54); \
15 FAIL (n, 55); \
17 FAIL (n, 56); \
22 FAIL (n, 50); \
24 FAIL (n, 51); \
26 FAIL (
[all...]
H A Dstruct-layout-1_y2.h13 if (p->x != arg.x) FAIL (n, 74);
16 if (p->x != arg.x) FAIL (n, 74);
35 FAIL (n, 70); \
39 FAIL (n, 71); \
43 FAIL (n, 72); \
59 FAIL (n, 73); \
H A Dstruct-layout-1_x2.h6 if (arg.x != s##n.x) FAIL (n, 30);
9 if (arg.x != s##n.x) FAIL (n, 30);
/haiku-buildtools/legacy/binutils/ld/
H A Dldmisc.h38 #define FAIL() \ macro
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/xstormy16/
H A Dxstormy16.exp48 set fails_before $test_counts(FAIL,count)
50 set fails_after $test_counts(FAIL,count)
/haiku-buildtools/binutils/gas/testsuite/gas/epiphany/
H A Dregression.s6 .macro FAIL
20 FAIL
51 FAIL ;
52 FAIL ;
53 FAIL ;
54 FAIL ;
58 FAIL ;
60 FAIL ;
63 FAIL ;
67 FAIL ;
[all...]
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.law/
H A Dcvt10.C12 #define FAIL macro
35 #ifdef FAIL
/haiku-buildtools/binutils/ld/
H A Dldmisc.h38 #define FAIL() \ macro
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D20040629-1.c44 #define FAIL(n, i) abort () macro
61 FAIL (n, 1); \
65 FAIL (n, 2); \
69 FAIL (n, 3); \
73 FAIL (n, 4); \
77 FAIL (n, 5); \
81 FAIL (n, 6); \
85 FAIL (n, 7); \
89 FAIL (n, 8); \
93 FAIL (
[all...]
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/fixedbugs/
H A Dbug375.go17 println("FAIL")
H A Dbug260.go34 fmt.Println("FAIL")
45 fmt.Println("FAIL")
57 fmt.Println("FAIL")
/haiku-buildtools/legacy/binutils/bfd/
H A Dcpu-arm.c289 goto FAIL;
293 goto FAIL;
326 goto FAIL;
333 FAIL:
384 goto FAIL;
388 goto FAIL;
398 FAIL:
/haiku-buildtools/binutils/bfd/
H A Dcpu-arm.c301 goto FAIL;
305 goto FAIL;
340 goto FAIL;
347 FAIL:
400 goto FAIL;
404 goto FAIL;
414 FAIL:
/haiku-buildtools/jam/
H A Dregexp.c159 #define FAIL(m) { regerror(m); return(NULL); } macro
224 FAIL("NULL argument");
240 FAIL("regexp too big");
245 FAIL("out of space");
319 FAIL("too many ()");
358 FAIL("unmatched ()");
361 FAIL("unmatched ()");
363 FAIL("junk on end"); /* "Can't happen". */
433 FAIL("*+ operand could be empty");
464 FAIL("neste
[all...]
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/
H A Dtypeswitch3.go25 println("FAIL")
/haiku-buildtools/binutils/ld/testsuite/ld-cris/
H A Dasneed1.d13 # The test-case would FAIL for the SEGV and we also check that

Completed in 155 milliseconds

123