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