Searched refs:protected2 (Results 1 – 4 of 4) sorted by relevance
41 int protected2 = -1; variable71 if (protected2 != -1) in do_test()135 if (protected2 != -1) in do_test()158 protected2 = -300; in do_test()168 if (protected2 != -300) in do_test()
41 int protected2 = -1; variable71 if (protected2 != -1) in do_test()151 protected2 = -300; in do_test()161 if (protected2 != -300) in do_test()
22 int protected2 = 4; variable59 protected2 = i; in set_protected2()66 return protected2 == expected_protected2; in check_protected2()
20 extern int protected2;