OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bar_clean
(Results
1 - 2
of
2
) sorted by null
/external/compiler-rt/test/Unit/
gcc_personality_test.c
16
extern void
bar_clean
(void* x);
32
int x __attribute__((cleanup(
bar_clean
))) = 0;
gcc_personality_test_helper.cxx
15
extern void
bar_clean
(void* x);
46
void
bar_clean
(void* x)
function
Completed in 27 milliseconds