/external/clang/test/CodeGenCXX/ |
new-array-init-exceptions.cpp | 11 void cleanup(int n) { function 29 void cleanup() { function
|
/external/clang/test/Sema/ |
attr-cleanup.c | 5 extern int g1 __attribute((cleanup(c1))); // expected-warning {{cleanup attribute ignored}} 6 int g2 __attribute((cleanup(c1))); // expected-warning {{cleanup attribute ignored}} 7 static int g3 __attribute((cleanup(c1))); // expected-warning {{cleanup attribute ignored}} 11 int v1 __attribute((cleanup)); // expected-error {{attribute takes one argument}} 12 int v2 __attribute((cleanup(1, 2))); // expected-error {{attribute takes one argument}} 14 static int v3 __attribute((cleanup(c1))); // expected-warning {{cleanup attribute ignored} [all...] |
/external/clang/test/CodeGen/ |
attr-cleanup.c | 6 __attribute__((cleanup(f))) void *g;
|
cleanup-stack.c | 17 struct s0 x __attribute__((cleanup(f0))) = { &var, 2 }; 18 struct s0 y __attribute__((cleanup(f0))) = { &var, 3 }; 20 struct s0 y __attribute__((cleanup(f0))) = { &var, 4 };
|
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/preprocessor/ |
memory.c | 67 struct cleanup { struct 68 struct cleanup *next; 78 struct cleanup *cleanup; member in struct:MemoryPool_rec 96 pool->cleanup = 0; 102 struct cleanup *cleanup; local 105 for (cleanup = pool->cleanup; cleanup; cleanup = cleanup->next) 144 struct cleanup *cleanup; local [all...] |
/external/e2fsprogs/lib/ext2fs/ |
mkdir.c | 52 goto cleanup; 60 goto cleanup; 67 goto cleanup; 75 goto cleanup; 95 goto cleanup; 98 goto cleanup; 109 goto cleanup; 112 goto cleanup; 115 goto cleanup; 125 goto cleanup; [all...] |
openfs.c | 111 goto cleanup; 126 goto cleanup; 129 goto cleanup; 134 goto cleanup; 139 goto cleanup; 144 goto cleanup; 163 goto cleanup; 174 goto cleanup; 179 goto cleanup; 189 goto cleanup; [all...] |
/external/compiler-rt/test/Unit/ |
gcc_personality_test.c | 26 * main() will catch the exception and verify that the cleanup 32 int x __attribute__((cleanup(bar_clean))) = 0; 38 int x __attribute__((cleanup(foo_clean))) = 0;
|
/frameworks/compile/libbcc/runtime/test/Unit/ |
gcc_personality_test.c | 26 * main() will catch the exception and verify that the cleanup 32 int x __attribute__((cleanup(bar_clean))) = 0; 38 int x __attribute__((cleanup(foo_clean))) = 0;
|
/external/llvm/include/llvm/Support/ |
CrashRecoveryContext.h | 53 void registerCleanup(CrashRecoveryContextCleanup *cleanup); 54 void unregisterCleanup(CrashRecoveryContextCleanup *cleanup); 178 template <typename T, typename Cleanup = CrashRecoveryContextDeleteCleanup<T> > 180 CrashRecoveryContextCleanup *cleanup; member in class:llvm::CrashRecoveryContextCleanupRegistrar 183 : cleanup(Cleanup::create(x)) { 184 if (cleanup) 185 cleanup->getContext()->registerCleanup(cleanup); 193 if (cleanup && !cleanup->cleanupFired [all...] |
/external/ppp/pppd/plugins/radius/ |
radattr.c | 26 static void cleanup(void *opaque, int arg); 45 /* calling cleanup() on link down is problematic because print_attributes() 48 add_notifier(&link_down_notifier, cleanup, NULL); 52 add_notifier(&exitnotify, cleanup, NULL); 94 * %FUNCTION: cleanup 104 cleanup(void *opaque, int arg) function
|
/external/expat/amiga/ |
launch.c | 32 void cleanup() __attribute__((destructor)); 45 void cleanup() function
|
/external/valgrind/tsan/ |
mk-self-contained-tsan-pin.sh | 32 cleanup() { function 35 # We will cleanup on exit. 36 trap cleanup EXIT 61 cleanup # the trap above will handle the cleanup only if we are in bash 3.x
|
mk-self-contained-valgrind.sh | 36 cleanup() { function 39 # We will cleanup on exit. 40 trap cleanup EXIT 64 cleanup # the trap above will handle the cleanup only if we are in bash 3.x
|
/external/dropbear/ |
listener.h | 39 void (*cleanup)(struct Listener*); member in struct:Listener 56 void (*cleanup)(struct Listener*));
|
/external/webkit/Source/WebKit2/UIProcess/API/qt/tests/qwkpage/ |
tst_qwkpage.cpp | 30 void cleanup(); 45 void tst_QWKPage::cleanup() function in class:tst_QWKPage
|
/external/icu4c/i18n/ |
smpdtfst.h | 38 static UBool cleanup();
|
/external/libsepol/tests/ |
test-cond.c | 42 goto cleanup; 46 goto cleanup; 51 goto cleanup; 56 cleanup:
|
/external/webkit/Source/WebKit/qt/tests/hybridPixmap/ |
tst_hybridPixmap.cpp | 36 void cleanup() function in class:tst_hybridPixmap
|
/external/valgrind/main/drd/ |
drd_clientobj.h | 58 void (*cleanup)(union drd_clientobj*); member in struct:any 67 void (*cleanup)(union drd_clientobj*); member in struct:mutex_info 82 void (*cleanup)(union drd_clientobj*); member in struct:cond_info 94 void (*cleanup)(union drd_clientobj*); member in struct:hb_info 104 void (*cleanup)(union drd_clientobj*); member in struct:semaphore_info 119 void (*cleanup)(union drd_clientobj*); member in struct:barrier_info 136 void (*cleanup)(union drd_clientobj*); member in struct:rwlock_info
|
/external/chromium/base/ |
sync_socket_posix.cc | 36 // Create the two SyncSocket objects first to avoid ugly cleanup issues. 39 goto cleanup; 43 goto cleanup; 46 goto cleanup; 55 goto cleanup; 65 cleanup:
|
/external/llvm/lib/Support/ |
CrashRecoveryContext.cpp | 43 // cleanup code crashes. 98 void CrashRecoveryContext::registerCleanup(CrashRecoveryContextCleanup *cleanup) 100 if (!cleanup) 103 head->prev = cleanup; 104 cleanup->next = head; 105 head = cleanup; 109 CrashRecoveryContext::unregisterCleanup(CrashRecoveryContextCleanup *cleanup) { 110 if (!cleanup) 112 if (cleanup == head) { 113 head = cleanup->next [all...] |
/external/jmonkeyengine/engine/src/core/com/jme3/app/ |
FlyCamAppState.java | 87 public void cleanup() { method in class:FlyCamAppState 88 super.cleanup();
|
/external/webkit/Source/WebKit/qt/tests/qwebhistoryinterface/ |
tst_qwebhistoryinterface.cpp | 40 void cleanup(); 67 void tst_QWebHistoryInterface::cleanup() function in class:tst_QWebHistoryInterface
|
/external/bzip2/ |
xmlproc.sh | 62 cleanup() { function 84 cleanup $xmlfmtfile 93 cleanup $OUT $xmlfmtfile *.aux *.fo *.log *.out 103 cleanup $OUT $xmlfmtfile $pdffile *.aux *.fo *.log *.out
|