Home
last modified time | relevance | path

Searched refs:p_f4 (Results 1 – 4 of 4) 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()
/external/llvm-project/clang/test/Analysis/
Dmalloc-annotations.c165 static int *p_f4 = 0; variable
167 p_f4 = malloc(12); in f4()
168 return p_f4; // no-warning in f4()
Dmalloc.c390 static int *p_f4 = 0; variable
392 p_f4 = malloc(12); in f4()
393 return p_f4; // no-warning in f4()