Lines Matching defs:f
25 void sink(FILE *f) { in sink()
28 void f() { in f() function
37 void expectedClose(FILE *f) { in expectedClose()
45 void f() { in f() function
46 FILE *f = fopen("input.txt", "w"); // expected-note{{Stream opened here}} in f() local
64 void sink(FILE *f) { in sink()
73 FILE *f = fopen("input.txt", "w"); // expected-note{{Stream opened here}} in foo() local
91 void expectedClose(FILE *f) { in expectedClose()
98 void f(FILE *p) { in f() function
99 FILE *f = fopen("input.txt", "w"); // expected-note{{Stream opened here}} in f() local
110 void expectedClose(FILE *f, FILE **p) { in expectedClose()
116 void f() { in f() function
117 FILE *f = fopen("input.txt", "w"); // expected-note{{Stream opened here}} in f() local
128 void expectedClose(FILE *f) { in expectedClose()
131 void f() { in f() function
132 FILE *f = fopen("input.txt", "w"); // expected-note{{Stream opened here}} in f() local
145 void expectedClose(FILE *f) { in expectedClose()
151 void f() { in f() function
152 FILE *f = fopen("input.txt", "w"); // expected-note{{Stream opened here}} in f() local
167 FILE *f = fopen("input.txt", "w"); // expected-note{{Stream opened here}} in fopenWrapper() local