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

  /external/clang/test/Analysis/diagnostics/
false-positive-suppression.c 16 #define MYMACRO(p) FREE_POINTER(p)
20 MYMACRO(p);
21 MYMACRO(p); // no-warning: we are suppressing errors coming from sys/queue macros.
  /external/clang/test/Preprocessor/
pragma_diagnostic_sections.cpp 73 #define MYMACRO \
77 MYMACRO
78 #undef MYMACRO

Completed in 562 milliseconds