Lines Matching defs:void
43 void test_assign(void) { in test_assign() argument
80 void test_pos(void) { in test_pos() argument
114 void test_neg(void) { in test_neg() argument
152 void test_preinc(void) { in test_preinc() argument
198 void test_postinc(void) { in test_postinc() argument
244 void test_predec(void) { in test_predec() argument
290 void test_postdec(void) { in test_postdec() argument
409 void test_add(void) { in test_add() argument
512 void test_add_assign(void) { in test_add_assign() argument
639 void test_sub(void) { in test_sub() argument
742 void test_sub_assign(void) { in test_sub_assign() argument
805 void test_mul(void) { in test_mul() argument
860 void test_mul_assign(void) { in test_mul_assign() argument
915 void test_div(void) { in test_div() argument
970 void test_div_assign(void) { in test_div_assign() argument
1021 void test_rem(void) { in test_rem() argument
1070 void test_rem_assign(void) { in test_rem_assign() argument
1123 void test_not(void) { in test_not() argument
1256 void test_and(void) { in test_and() argument
1373 void test_and_assign(void) { in test_and_assign() argument
1514 void test_or(void) { in test_or() argument
1631 void test_or_assign(void) { in test_or_assign() argument
1772 void test_xor(void) { in test_xor() argument
1889 void test_xor_assign(void) { in test_xor_assign() argument
2060 void test_sl(void) { in test_sl() argument
2243 void test_sl_assign(void) { in test_sl_assign() argument
2426 void test_sr(void) { in test_sr() argument
2609 void test_sr_assign(void) { in test_sr_assign() argument
2796 void test_cmpeq(void) { in test_cmpeq() argument
2980 void test_cmpne(void) { in test_cmpne() argument
3084 void test_cmpge(void) { in test_cmpge() argument
3172 void test_cmpgt(void) { in test_cmpgt() argument
3260 void test_cmple(void) { in test_cmple() argument
3348 void test_cmplt(void) { in test_cmplt() argument