Home
last modified time | relevance | path

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

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