Home
last modified time | relevance | path

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

/external/clang/test/Analysis/diagnostics/
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)
/external/clang/test/Analysis/diagnostics/Inputs/include/sys/
Dqueue.h3 #define FREE_POINTER(x) free(x) macro