Lines Matching defs:x4
1154 int *x4 = x1;1156 clang_analyzer_eval(x4 == x5); // expected-warning{{FALSE}}1165 int *x4 = x1;1166 if (x1 == x4) {