Home
last modified time | relevance | path

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

/linux/lib/test_fortify/
A Dtest_fortify.sh29 __cleanup() { function
32 trap __cleanup EXIT
/linux/include/linux/
A Dcompiler-clang.h14 #undef __cleanup
15 #define __cleanup(func) __maybe_unused __attribute__((__cleanup__(func))) macro
A Dcleanup.h200 #define __free(_name) __cleanup(__free_##_name)
258 class_##_name##_t var __cleanup(class_##_name##_destructor) = \
A Dcompiler_attributes.h76 #define __cleanup(func) __attribute__((__cleanup__(func))) macro

Completed in 8 milliseconds