Searched refs:cond (Results 1 - 25 of 323) sorted by relevance

1234567891011>>

/haiku-buildtools/gcc/gcc/testsuite/gcc.target/i386/
H A D47698.c5 unsigned long foo(int cond) argument
7 if (cond)
H A Dvolatile-2.c69 void test_6 (int data, int cond) argument
74 cond ? obj_6 = data : 0;
78 int test_7 (int data, int cond) argument
83 return cond ? obj_7 = data : 0;
87 int test_8 (int cond) argument
92 return cond ? obj_8 = 0 : 0;
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.jason/
H A Drfg9.C2 int cond; variable
9 cond ? i : ip; /* { dg-error "" } pointer/integer mismatch */
/haiku-buildtools/binutils/gas/testsuite/gas/arm/
H A Ditblock.s3 .macro itblock num cond=""
4 .if x\cond != x
6 itttt \cond
9 ittt \cond
12 itt \cond
15 .it \cond
H A Dvfp-neon-syntax-inc.s8 .macro testvmov cond="" f32=".f32" f64=".f64"
9 itblock 4 \cond
10 vmov\cond\f32 s0,s1
11 vmov\cond\f64 d0,d1
12 vmov\cond\f32 s0,#0.25
13 vmov\cond\f64 d0,#1.0
14 itblock 4 \cond
15 vmov\cond r0,s1
16 vmov\cond s0,r1
17 vmov\cond r
[all...]
H A Dvfp-fma-inc.s8 .macro dyadic op cond="" f32=".f32" f64=".f64"
9 itblock 2 \cond
10 \op\cond\f32 s0,s1,s2
11 \op\cond\f64 d0,d1,d2
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/
H A Dpr45079.c5 foo (const char *p, int cond, int a, int b) argument
7 p[cond ? a : b] = '\0'; /* { dg-error "assignment of read-only location" } */
H A Duninit-5-O0.c10 func1(int cond) argument
14 if(cond)
19 if(cond)
24 func2 (int cond) argument
29 if(cond)
H A Duninit-5.c10 func1(int cond) argument
14 if(cond)
19 if(cond)
24 func2 (int cond) argument
29 if(cond)
H A Duninit-17-O0.c5 C foo(int cond) argument
9 if (cond)
H A Duninit-17.c5 C foo(int cond) argument
9 if (cond)
H A Dpr52448.c7 void f1 (int *p, int a, int b, int cond, int cond2) argument
10 if (cond)
16 void f2 (int *p, int a, int b, int *cond, int *cond2) argument
20 for (i = 0; cond[i]; i++)
H A Ddarwin-cfstring-1.c17 extern int cond;
24 CFStringRef s2 = CFSTR(cond? "Str2": "Str3"); /* { dg-error "CFString literal expression is not a string constant" } */
H A Dpr42685.c15 void foo(int *w, int cond, struct S *s) argument
20 if (cond == 0)
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/template/
H A Dbuiltin1.C3 template<bool> struct cond;
7 cond<__builtin_constant_p(i)>();
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D990208-1.c9 static __inline__ void doit(void **pptr, int cond) argument
11 if (cond) {
18 static void f(int cond) argument
20 doit (&ptr1, cond);
24 static void g(int cond) argument
26 doit (&ptr2, cond);
/haiku-buildtools/gcc/gcc/testsuite/c-c++-common/cilk-plus/AN/
H A Dconditional.c8 short array[1000], array2[1000], *array3, cond[1000], ii = 0; local
12 cond[ii] = 1;
16 array2[:] = cond[:] ? array[:] : array2[:];
23 array2[0:500:2] = cond[0:500] ? array[0:500:1] : array2[0:500:2];
31 cond[ii] = ii % 2; /* This should give 0, 1, 0, 1, 0, 1, 0,... */
36 array3[0:1000:argc] = cond[:] ? array[0:(argc * 1000)] : array2[argc-1:1000];
39 if ((cond[ii] == 0 && array3[ii] != 5)
40 || (cond[ii] == 1 && array3[ii] != 3))
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/tree-ssa/
H A D20030807-7.c27 tree cond = *cond_p; local
28 if (cond->common.code != 42)
30 decl = cond->list.purpose;
31 if (cond->common.code != 42)
/haiku-buildtools/gcc/libstdc++-v3/testsuite/30_threads/condition_variable/
H A D54185.cc32 std::condition_variable* cond = nullptr; variable
42 cond->notify_all();
43 delete cond;
44 cond = nullptr;
47 cond->wait(lock);
55 cond = new std::condition_variable;
/haiku-buildtools/binutils/gas/testsuite/gas/ia64/
H A Ddv-war-err.s7 (p63) br.cond.sptk b0
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/ia64/
H A Ddv-war-err.s7 (p63) br.cond.sptk b0
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/graphite/
H A Dpr42521.c6 void foo(int im, int jm, int cond) argument
9 if (cond)
H A Dpr42771.c7 void foo(int im, int jm, int cond) argument
10 if (cond) {
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/torture/
H A Dpr42878-2.c29 void expand_builtin(struct S *s, int cond) argument
31 if (cond)
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/other/
H A Ddarwin-cfstring1.C16 extern int cond;
21 CFStringRef s2 = CFSTR(cond? "Str2": "Str3"); /* { dg-error "CFString literal expression is not a string constant" } */

Completed in 751 milliseconds

1234567891011>>