Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/Analysis/
H A Dmalloc-annotations.cpp18 void *myglobalpointer; variable
36 myglobalpointer = Alloc.my_malloc(12); // no-warning in af1_c()
H A Dmalloc-annotations.c27 void *myglobalpointer; variable
76 myglobalpointer = my_malloc(12); // no-warning in af1_c()