HomeSort by relevance Sort by last modified time
    Searched refs:bar_clean (Results 1 - 2 of 2) sorted by null

  /external/compiler-rt/test/builtins/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 68 milliseconds