Lines Matching defs:tmp
13 int tmp; in simple() local
25 int tmp; in twoParms() local
32 int tmp = x[5]; in ptrToConst() local
46 int tmp = x[5]; in FUN_NAME() local
55 auto tmp = p[5]; in simpleSpecifier() local
61 int tmp = p[5]; in attrParm() local
69 int tmp = p[5]; in usingTypenameSpecifier() local
77 int tmp = p[5]; in typedefSpecifier() local
131 int tmp = p[5]; in macroType() local
140 int tmp; in decayedArray() local
159 int tmp = x[5]; // expected-note{{used in buffer access here}} in const_ptr() local
165 int tmp = x[5]; // expected-note{{used in buffer access here}} in const_ptr_to_const() local
171 int tmp = x[5]; // expected-note{{used in buffer access here}} in const_volatile_ptr() local
177 int tmp = x[5]; // expected-note{{used in buffer access here}} in volatile_const_ptr() local
183 int tmp = x[5]; // expected-note{{used in buffer access here}} in const_volatile_ptr_to_const_volatile() local