Lines Matching refs:x1
886 int *x1 = malloc(8);888 clang_analyzer_eval(x1 == x2); // expected-warning{{FALSE}}889 free(x1);895 int *x1 = malloc(8);897 int *x4 = x1;900 free(x1);907 int *x1 = malloc(8);908 int *x4 = x1;909 if (x1 == x4) {910 free(x1);