Lines Matching refs:POD
131 class POD {
138 POD p;
203 POD p;
205 POD p2 = p; // no-warning
207 POD p3 = move(p); // no-warning
211 clang_analyzer_eval(POD(p3).x == 1); // expected-warning{{TRUE}}
252 POD p;
254 POD p2;
257 POD p3;
272 POD p;
274 POD p2;
364 struct POD {
369 POD a = { { { 1 }, { 2 }, { 3 } } };
375 POD b = a;
381 POD c;