Lines Matching refs:typeof

9 	typeof(obj) var = obj;  in test_spec()
10 typeof(ptr) ptr2 = ptr; in test_spec()
11 typeof(*ptr) var2 = obj; in test_spec()
12 typeof(*ptr) *ptr3 = ptr; in test_spec()
13 typeof(obj) *ptr4 = ptr; in test_spec()
23 typeof(obj) var = obj; in test_const()
24 typeof(ptr) ptr2 = ptr; in test_const()
25 typeof(*ptr) var2 = obj; in test_const()
26 typeof(*ptr) *ptr3 = ptr; in test_const()
27 typeof(obj) *ptr4 = ptr; in test_const()
35 typeof(obj) var = obj; in test_volatile()
36 typeof(ptr) ptr2 = ptr; in test_volatile()
37 typeof(*ptr) var2 = obj; in test_volatile()
38 typeof(*ptr) *ptr3 = ptr; in test_volatile()
39 typeof(obj) *ptr4 = ptr; in test_volatile()
49 typeof(obj) var = obj; in test_restrict()
50 typeof(ptr) ptr2 = ptr; in test_restrict()
51 typeof(*ptr) var2 = obj; in test_restrict()
52 typeof(*ptr) *ptr3 = ptr; in test_restrict()
53 typeof(obj) *ptr4 = ptr; in test_restrict()
63 typeof(obj) var = obj; in test_atomic()
64 typeof(ptr) ptr2 = ptr; in test_atomic()
65 typeof(*ptr) var2 = obj; in test_atomic()
66 typeof(*ptr) *ptr3 = ptr; in test_atomic()
67 typeof(obj) *ptr4 = ptr; in test_atomic()
78 typeof(obj) var = obj; in test_bitwise()
79 typeof(ptr) ptr2 = ptr; in test_bitwise()
80 typeof(*ptr) var2 = obj; in test_bitwise()
81 typeof(*ptr) *ptr3 = ptr; in test_bitwise()
82 typeof(obj) *ptr4 = ptr; in test_bitwise()
92 typeof(obj) var = obj; in test_static()
93 typeof(ptr) ptr2 = ptr; in test_static()
94 typeof(*ptr) var2 = obj; in test_static()
95 typeof(*ptr) *ptr3 = ptr; in test_static()
96 typeof(obj) *ptr4 = ptr; in test_static()
106 typeof(obj) var = obj; in test_tls()
107 typeof(ptr) ptr2 = ptr; in test_tls()
108 typeof(*ptr) var2 = obj; in test_tls()
109 typeof(*ptr) *ptr3 = ptr; in test_tls()
110 typeof(obj) *ptr4 = ptr; in test_tls()
120 typeof(obj) var = obj; in test_nocast()
121 typeof(ptr) ptr2 = ptr; in test_nocast()
122 typeof(*ptr) var2 = obj; in test_nocast()
123 typeof(*ptr) *ptr3 = ptr; in test_nocast()
124 typeof(obj) *ptr4 = ptr; in test_nocast()