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

1234567891011>>

/netbsd-current/tests/usr.bin/indent/
H A Dpsym_rbrace.c35 } while (cond)
45 if (cond)
51 if (cond)
77 while (cond)
83 while (cond)
H A Dpsym_while_expr.c20 while(cond){}
22 do{}while(cond);
24 if(cmd)while(cond);
26 {}while(cond);
34 while (cond) {
38 } while (cond);
41 while (cond);
45 while (cond);
H A Dpsym_if_expr.c11 if(cond) stmt();
19 if (cond)
31 if cond {
33 if cond && cond {
40 if cond {
42 if cond
43 && cond {
H A Dpsym_if_expr_stmt_else.c14 example(_Bool cond) argument
16 if (cond) {}
17 else if (cond) {}
18 else if (cond) i++;
25 example(_Bool cond) argument
27 if (cond) {
29 else if (cond) {
31 else if (cond)
44 example(_Bool cond) argument
46 if (cond)
68 example(_Bool cond) argument
[all...]
H A Dpsym_switch_expr.c22 if (cond) {
34 if (cond) {
48 if (cond) {
H A Dlsym_while.c12 while(cond)stmt();
13 do stmt();while(cond);
21 while (cond)
25 while (cond);
H A Dpsym_if_expr_stmt.c18 if (cond)
20 if (cond)
H A Dlsym_if.c12 if(cond)stmt();
20 if (cond)
H A Dpsym_else.c21 example(bool cond) argument
23 if (cond)
24 if (cond)
25 if (cond)
37 example(bool cond) argument
39 if (cond)
40 if (cond)
41 if (cond)
H A Dopt_bl_br.c165 if (cond)
170 if (cond)
185 if(cond){}
187 if (cond)
190 if (cond) /* comment */
193 if (cond)
197 if (cond)
202 if (cond) // comment
211 if (cond)
215 if (cond)
[all...]
H A Dlsym_question.c9 const char *result = cond ? "then" : "else";
22 const char *separate_lines = cond
28 const char *separate_lines = cond
42 return cond
58 const char *branch = cond
/netbsd-current/lib/libc/include/isc/
H A Dassertions.h72 #define REQUIRE(cond) \
73 ((void) ((cond) || \
75 #cond, 0), 0)))
76 #define REQUIRE_ERR(cond) \
77 ((void) ((cond) || \
79 #cond, 1), 0)))
81 #define REQUIRE(cond) ((void) (cond))
82 #define REQUIRE_ERR(cond) ((void) (cond))
[all...]
/netbsd-current/sys/external/bsd/compiler_rt/dist/test/profile/Linux/
H A Dcoverage_test.cpp11 void foo(bool cond) { // CHECK: 1| [[@LINE]]|void foo( argument
12 if (cond) { // CHECK: 1| [[@LINE]]| if (cond) {
/netbsd-current/tests/usr.bin/xlint/lint1/
H A Dparse_stmt_error.c13 cover_selection_statement_else(_Bool cond) argument
15 if (cond)
H A Dmsg_126.c10 max(int cond, void *ptr, double dbl) argument
14 return cond ? ptr : dbl;
H A Dmsg_218.c9 int cond; variable
38 cond = s32 < 3000000000L;
41 cond = 3000000000L < s32;
44 cond = u32 < 3000000000L;
47 cond = 3000000000L < u32;
50 cond = s64 < 3000000000L;
53 cond = 3000000000L < s64;
56 cond = u64 < 3000000000L;
59 cond = 3000000000L < u64;
H A Dop_colon.c18 test_merge_qualifiers(_Bool cond, int *p, const int *c, volatile int *v, argument
22 sink(cond ? p : p);
24 sink(cond ? p : c);
26 sink(cond ? p : v);
28 sink(cond ? p : cv);
31 sink(cond ? c : p);
33 sink(cond ? c : c);
35 sink(cond ? c : v);
37 sink(cond ? c : cv);
40 sink(cond
60 c99_6_5_15_p6(_Bool cond, const volatile double *cv_dp) argument
69 c99_6_5_15_p8( _Bool cond, const void *c_vp, void *vp, const int *c_ip, volatile int *v_ip, int *ip, const char *c_cp ) argument
[all...]
H A Dparse_stmt_iter_error.c13 cover_iteration_statement_while(_Bool cond) argument
15 while (cond)
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/
H A Dgthr-vxworks-cond.c35 __gthread_cond_init (__gthread_cond_t *cond) argument
37 if (!cond)
39 *cond = semBCreate (SEM_Q_FIFO, SEM_EMPTY);
43 __gthread_cond_destroy (__gthread_cond_t *cond) argument
45 if (!cond)
47 return __CHECK_RESULT (semDelete (*cond));
51 __gthread_cond_broadcast (__gthread_cond_t *cond) argument
53 if (!cond)
56 return __CHECK_RESULT (semFlush (*cond));
60 __gthread_cond_wait (__gthread_cond_t *cond, argument
79 __gthread_cond_wait_recursive(__gthread_cond_t *cond, __gthread_recursive_mutex_t *mutex) argument
[all...]
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/
H A Dgthr-vxworks-cond.c38 __gthread_cond_init (__gthread_cond_t *cond) argument
40 if (!cond)
42 *cond = semBCreate (SEM_Q_FIFO, SEM_EMPTY);
46 __gthread_cond_destroy (__gthread_cond_t *cond) argument
48 if (!cond)
50 return __CHECK_RESULT (semDelete (*cond));
54 __gthread_cond_broadcast (__gthread_cond_t *cond) argument
56 if (!cond)
59 return __CHECK_RESULT (semFlush (*cond));
63 __gthread_cond_wait (__gthread_cond_t *cond, argument
80 __gthread_cond_wait_recursive(__gthread_cond_t *cond, __gthread_recursive_mutex_t *mutex) argument
[all...]
/netbsd-current/external/bsd/libbind/dist/include/isc/
H A Dassertions.h70 #define REQUIRE(cond) \
71 ((void) ((cond) || \
73 #cond, 0), 0)))
74 #define REQUIRE_ERR(cond) \
75 ((void) ((cond) || \
77 #cond, 1), 0)))
79 #define REQUIRE(cond) ((void) (cond))
80 #define REQUIRE_ERR(cond) ((void) (cond))
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/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
/netbsd-current/external/gpl2/texinfo/dist/makeinfo/tests/
H A Dcond8 ../makeinfo -o cond.out $srcdir/cond.txi || exit 1
9 egrep 'This is (ifnothtml|ifinfo|ifnottex) text' cond.out >/dev/null \
11 test `fgrep ' text.' cond.out | wc -l` -eq 3 || exit 3
14 ../makeinfo --no-split --html -o cond.out $srcdir/cond.txi || exit 1
15 egrep 'This is (html|ifhtml|ifnotinfo|ifnottex) text' cond.out >/dev/null \
17 test `fgrep ' text.' cond.out | wc -l` -eq 4 || exit 3
20 ../makeinfo --no-ifhtml --no-ifinfo --no-iftex -o cond.out $srcdir/cond
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/
H A Daarch64-atomic-inst.c20 unsigned long tmp, cond; local
31 : "=&r" (tmp), "=&r" (cond), "+Q" (dword) \
42 : "=&r" (tmp), "=&r" (cond), "+Q" (dword) \
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.arch/
H A Daarch64-atomic-inst.c20 unsigned long tmp, cond; local
31 : "=&r" (tmp), "=&r" (cond), "+Q" (dword) \
42 : "=&r" (tmp), "=&r" (cond), "+Q" (dword) \

Completed in 1061 milliseconds

1234567891011>>