Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/Analysis/diagnostics/
H A Dfalse-positive-suppression.c11 FREE_POINTER(p); in radar12491259()
12 FREE_POINTER(p); // no-warning: we are suppressing errors coming from sys/queue macros. in radar12491259()
16 #define MYMACRO(p) FREE_POINTER(p)
/llvm-project-15.0.7/clang/test/Analysis/diagnostics/Inputs/include/sys/
H A Dqueue.h3 #define FREE_POINTER(x) free(x) macro