Lines Matching defs:void

24 void test_assign (void)  in test_assign()  argument
61 void test_pos (void) in test_pos() argument
98 void test_neg (void) in test_neg() argument
119 void test_preinc (void) in test_preinc() argument
156 void test_postinc (void) in test_postinc() argument
193 void test_predec (void) in test_predec() argument
230 void test_postdec (void) in test_postdec() argument
267 void test_add (void) in test_add() argument
377 void test_add_assign (void) in test_add_assign() argument
455 void test_sub (void) in test_sub() argument
565 void test_sub_assign (void) in test_sub_assign() argument
643 void test_mul (void) in test_mul() argument
689 void test_mul_assign (void) in test_mul_assign() argument
735 void test_div (void) in test_div() argument
781 void test_div_assign (void) in test_div_assign() argument
827 void test_rem (void) in test_rem() argument
868 void test_rem_assign (void) in test_rem_assign() argument
909 void test_not (void) in test_not() argument
954 void test_and (void) in test_and() argument
1075 void test_and_assign (void) in test_and_assign() argument
1164 void test_or (void) in test_or() argument
1285 void test_or_assign (void) in test_or_assign() argument
1374 void test_xor (void) in test_xor() argument
1495 void test_xor_assign (void) in test_xor_assign() argument
1584 void test_sl (void) in test_sl() argument
1735 void test_sl_assign (void) in test_sl_assign() argument
1886 void test_sr (void) in test_sr() argument
2037 void test_sr_assign (void) in test_sr_assign() argument
2189 void test_cmpeq (void) in test_cmpeq() argument
2344 void test_cmpne (void) in test_cmpne() argument
2499 void test_cmpge (void) in test_cmpge() argument
2574 void test_cmpgt (void) in test_cmpgt() argument
2649 void test_cmple (void) in test_cmple() argument
2724 void test_cmplt (void) in test_cmplt() argument