Home
last modified time | relevance | path

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

/external/clang/test/Sema/
Dwarn-unused-function.c50 static void cleanupMalloc(char * const * const allocation) { } in cleanupMalloc() function
52 char * const __attribute__((cleanup(cleanupMalloc))) a; in f13()