Lines Matching defs:tmp
50 int tmp;
51 tmp = p[5]; // expected-note{{used in buffer access here}}
56 int tmp;
57 tmp = p[5]; // expected-note{{used in buffer access here}}
62 int tmp;
63 tmp = p[5]; // expected-note{{used in buffer access here}}
64 return tmp;
72 int tmp;
73 tmp = p[5]; // expected-note{{used in buffer access here}}
74 return tmp;
81 T tmp;
82 tmp = p[5]; // expected-note{{used in buffer access here}}
92 int tmp;
93 tmp = p[5]; // expected-note{{used in buffer access here}}
104 int tmp;
108 tmp = p[5]; // expected-note{{used in buffer access here}}
119 int tmp;
121 tmp = a[5][5] + b[5][5]; // expected-note2{{used in buffer access here}}
127 int tmp;
128 tmp = x[5]; // expected-note{{used in buffer access here}}
135 int tmp;
136 tmp = x[5]; // expected-note{{used in buffer access here}}