Lines Matching refs:safe
23 safe<T1> s1(t1); in test_construction()
33 safe<T1> s1(t1); // try again for debugging in test_construction()
43 t2 = safe<T2>(t1); in test_construction()
49 safe<T2> s2x(t1); in test_construction()
60 safe<T2> sx2(t1); // try again for debugging in test_construction()
69 safe<T1> s1x(t1); in test_construction()
71 safe<T1> s1(s1x); in test_construction()
88 safe<T1> s1(t1); in test_construction()
98 safe<T1> s1(t1); in test_construction()
99 safe<T2> s2(s1); in test_construction()
106 safe<T2> s1x(t1); in test_construction()
117 safe<T2> s1(t1); in test_construction()