Home
last modified time | relevance | path

Searched refs:p_f4 (Results 1 – 2 of 2) sorted by relevance

/external/clang/test/Analysis/
Dmalloc-annotations.c159 static int *p_f4 = 0; variable
161 p_f4 = malloc(12); in f4()
162 return p_f4; // no-warning in f4()
Dmalloc.c385 static int *p_f4 = 0; variable
387 p_f4 = malloc(12); in f4()
388 return p_f4; // no-warning in f4()