HomeSort by relevance Sort by last modified time
    Searched refs:FREE_POINTER (Results 1 - 2 of 2) sorted by null

  /external/clang/test/Analysis/diagnostics/Inputs/include/sys/
queue.h 3 #define FREE_POINTER(x) free(x)
  /external/clang/test/Analysis/diagnostics/
false-positive-suppression.c 11 FREE_POINTER(p);
12 FREE_POINTER(p); // no-warning: we are suppressing errors coming from sys/queue macros.
16 #define MYMACRO(p) FREE_POINTER(p)

Completed in 108 milliseconds