Home
last modified time | relevance | path

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

/frameworks/compile/libbcc/runtime/test/Unit/
Dgcc_personality_test.c16 extern void bar_clean(void* x);
32 int x __attribute__((cleanup(bar_clean))) = 0; in bar()
Dgcc_personality_test_helper.cxx15 extern void bar_clean(void* x);
46 void bar_clean(void* x) in bar_clean() function