Home
last modified time | relevance | path

Searched refs:cleanup (Results 1 – 25 of 618) sorted by relevance

12345678910>>...25

/external/webkit/Source/ThirdParty/ANGLE/src/compiler/preprocessor/
Dmemory.c67 struct cleanup { struct
68 struct cleanup *next; argument
78 struct cleanup *cleanup; member
96 pool->cleanup = 0; in mem_CreatePool()
102 struct cleanup *cleanup; in mem_FreePool() local
105 for (cleanup = pool->cleanup; cleanup; cleanup = cleanup->next) { in mem_FreePool()
106 cleanup->fn(cleanup->arg); in mem_FreePool()
144 struct cleanup *cleanup; in mem_AddCleanup() local
147 cleanup = mem_Alloc(pool, sizeof(struct cleanup)); in mem_AddCleanup()
148 if (!cleanup) return -1; in mem_AddCleanup()
[all …]
/external/clang/test/Sema/
Dattr-cleanup.c5 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}} in t1()
12 int v2 __attribute((cleanup(1, 2))); // expected-error {{attribute takes one argument}} in t1()
14 static int v3 __attribute((cleanup(c1))); // expected-warning {{cleanup attribute ignored}} in t1()
16 int v4 __attribute((cleanup(h))); // expected-error {{'cleanup' argument 'h' not found}} in t1()
18 int v5 __attribute((cleanup(c1))); in t1()
19 … int v6 __attribute((cleanup(v3))); // expected-error {{'cleanup' argument 'v3' is not a function}} in t1()
31 …int v1 __attribute__((cleanup(c2))); // expected-error {{'cleanup' function 'c2' must take 1 param… in t2()
[all …]
/external/llvm/test/CodeGen/X86/
D2010-04-30-LocalAlloc-LandingPad.ll22 %cleanup.dst = alloca i32 ; <i32*> [#uses=3]
23 %cleanup.dst7 = alloca i32 ; <i32*> [#uses=6]
29 store i32 1, i32* %cleanup.dst7
34 cleanup
56 store i32 1, i32* %cleanup.dst
61 cleanup
64 store i32 2, i32* %cleanup.dst
67 cleanup.pad: ; preds = %cleanup.switch
68 store i32 1, i32* %cleanup.dst7
71 cleanup.pad4: ; preds = %cleanup.switch
[all …]
Dasm-label.ll8 ; CHECK: LBB0_9: ## %cleanup
21 br label %cleanup
24 br label %cleanup
26 cleanup: ; preds = %if.end, %if.then9
28 i32 0, label %cleanup.cont
32 cleanup.cont: ; preds = %cleanup
35 if.end11: ; preds = %cleanup.cont, %cleanup, %land.lhs.true…
38 unreachable: ; preds = %cleanup
/external/e2fsprogs/lib/ext2fs/
Dopenfs.c111 goto cleanup; in ext2fs_open2()
126 goto cleanup; in ext2fs_open2()
129 goto cleanup; in ext2fs_open2()
134 goto cleanup; in ext2fs_open2()
139 goto cleanup; in ext2fs_open2()
144 goto cleanup; in ext2fs_open2()
163 goto cleanup; in ext2fs_open2()
174 goto cleanup; in ext2fs_open2()
179 goto cleanup; in ext2fs_open2()
189 goto cleanup; in ext2fs_open2()
[all …]
Dmkdir.c52 goto cleanup; in ext2fs_mkdir()
60 goto cleanup; in ext2fs_mkdir()
67 goto cleanup; in ext2fs_mkdir()
75 goto cleanup; in ext2fs_mkdir()
95 goto cleanup; in ext2fs_mkdir()
98 goto cleanup; in ext2fs_mkdir()
109 goto cleanup; in ext2fs_mkdir()
112 goto cleanup; in ext2fs_mkdir()
115 goto cleanup; in ext2fs_mkdir()
125 goto cleanup; in ext2fs_mkdir()
[all …]
Dinitialize.c130 goto cleanup; in ext2fs_initialize()
135 goto cleanup; in ext2fs_initialize()
140 goto cleanup; in ext2fs_initialize()
166 goto cleanup; in ext2fs_initialize()
170 goto cleanup; in ext2fs_initialize()
207 goto cleanup; in ext2fs_initialize()
227 goto cleanup; in ext2fs_initialize()
259 goto cleanup; in ext2fs_initialize()
313 goto cleanup; in ext2fs_initialize()
328 goto cleanup; in ext2fs_initialize()
[all …]
Drw_bitmaps.c171 goto cleanup; in read_bitmaps()
175 goto cleanup; in read_bitmaps()
185 goto cleanup; in read_bitmaps()
189 goto cleanup; in read_bitmaps()
201 goto cleanup; in read_bitmaps()
208 goto cleanup; in read_bitmaps()
221 goto cleanup; in read_bitmaps()
228 goto cleanup; in read_bitmaps()
248 goto cleanup; in read_bitmaps()
256 goto cleanup; in read_bitmaps()
[all …]
Dbb_inode.c78 goto cleanup; in ext2fs_update_bb_inode()
89 goto cleanup; in ext2fs_update_bb_inode()
92 goto cleanup; in ext2fs_update_bb_inode()
106 goto cleanup; in ext2fs_update_bb_inode()
112 goto cleanup; in ext2fs_update_bb_inode()
115 goto cleanup; in ext2fs_update_bb_inode()
125 goto cleanup; in ext2fs_update_bb_inode()
135 goto cleanup; in ext2fs_update_bb_inode()
137 cleanup: in ext2fs_update_bb_inode()
/external/llvm/lib/Support/
DCrashRecoveryContext.cpp98 void CrashRecoveryContext::registerCleanup(CrashRecoveryContextCleanup *cleanup) in registerCleanup() argument
100 if (!cleanup) in registerCleanup()
103 head->prev = cleanup; in registerCleanup()
104 cleanup->next = head; in registerCleanup()
105 head = cleanup; in registerCleanup()
109 CrashRecoveryContext::unregisterCleanup(CrashRecoveryContextCleanup *cleanup) { in unregisterCleanup() argument
110 if (!cleanup) in unregisterCleanup()
112 if (cleanup == head) { in unregisterCleanup()
113 head = cleanup->next; in unregisterCleanup()
118 cleanup->prev->next = cleanup->next; in unregisterCleanup()
[all …]
/external/libsepol/src/
Dmodule.c459 goto cleanup; in sepol_module_package_read()
467 goto cleanup; in sepol_module_package_read()
476 goto cleanup; in sepol_module_package_read()
485 goto cleanup; in sepol_module_package_read()
493 goto cleanup; in sepol_module_package_read()
503 goto cleanup; in sepol_module_package_read()
512 goto cleanup; in sepol_module_package_read()
519 goto cleanup; in sepol_module_package_read()
526 goto cleanup; in sepol_module_package_read()
535 goto cleanup; in sepol_module_package_read()
[all …]
Dlink.c338 goto cleanup; in role_copy_callback()
343 goto cleanup; in role_copy_callback()
356 goto cleanup; in role_copy_callback()
365 goto cleanup; in role_copy_callback()
371 goto cleanup; in role_copy_callback()
375 goto cleanup; in role_copy_callback()
383 cleanup: in role_copy_callback()
435 goto cleanup; in type_copy_callback()
440 goto cleanup; in type_copy_callback()
454 goto cleanup; in type_copy_callback()
[all …]
/external/llvm/include/llvm/Support/
DCrashRecoveryContext.h53 void registerCleanup(CrashRecoveryContextCleanup *cleanup);
54 void unregisterCleanup(CrashRecoveryContextCleanup *cleanup);
180 CrashRecoveryContextCleanup *cleanup; variable
183 : cleanup(Cleanup::create(x)) { in CrashRecoveryContextCleanupRegistrar()
184 if (cleanup) in CrashRecoveryContextCleanupRegistrar()
185 cleanup->getContext()->registerCleanup(cleanup); in CrashRecoveryContextCleanupRegistrar()
193 if (cleanup && !cleanup->cleanupFired) in unregister()
194 cleanup->getContext()->unregisterCleanup(cleanup); in unregister()
195 cleanup = 0; in unregister()
/external/openssl/crypto/evp/
Devp_locl.h134 key_len, iv_len, flags, init_key, cleanup, \ argument
141 cleanup, \
150 iv_len, flags, init_key, cleanup, set_asn1, \ argument
153 iv_len, flags, init_key, cleanup, set_asn1, get_asn1, ctrl)
156 iv_len, cbits, flags, init_key, cleanup, \ argument
159 key_len, iv_len, flags, init_key, cleanup, set_asn1, \
163 iv_len, cbits, flags, init_key, cleanup, \ argument
166 key_len, iv_len, flags, init_key, cleanup, set_asn1, \
170 flags, init_key, cleanup, set_asn1, \ argument
173 0, flags, init_key, cleanup, set_asn1, get_asn1, ctrl)
[all …]
/external/icu4c/i18n/
Duspoof_wsconf.cpp135 goto cleanup; in buildWSConfusableData()
143 goto cleanup; in buildWSConfusableData()
149 goto cleanup; in buildWSConfusableData()
172 goto cleanup; in buildWSConfusableData()
175 goto cleanup; in buildWSConfusableData()
199 goto cleanup; in buildWSConfusableData()
203 goto cleanup; in buildWSConfusableData()
230 goto cleanup; in buildWSConfusableData()
240 goto cleanup; in buildWSConfusableData()
249 goto cleanup; in buildWSConfusableData()
[all …]
/external/valgrind/main/drd/
Ddrd_clientobj.h58 void (*cleanup)(union drd_clientobj*); member
67 void (*cleanup)(union drd_clientobj*); member
82 void (*cleanup)(union drd_clientobj*); member
94 void (*cleanup)(union drd_clientobj*); member
104 void (*cleanup)(union drd_clientobj*); member
119 void (*cleanup)(union drd_clientobj*); member
136 void (*cleanup)(union drd_clientobj*); member
/external/chromium/base/
Dsync_socket_posix.cc39 goto cleanup; in CreatePair()
43 goto cleanup; in CreatePair()
46 goto cleanup; in CreatePair()
55 goto cleanup; in CreatePair()
65 cleanup: in CreatePair()
/external/libsepol/tests/
Dtest-cond.c42 goto cleanup; in cond_test_init()
46 goto cleanup; in cond_test_init()
51 goto cleanup; in cond_test_init()
56 cleanup: in cond_test_init()
/external/ppp/pppd/plugins/radius/
Dradattr.c26 static void cleanup(void *opaque, int arg);
48 add_notifier(&link_down_notifier, cleanup, NULL); in plugin_init()
52 add_notifier(&exitnotify, cleanup, NULL); in plugin_init()
104 cleanup(void *opaque, int arg) in cleanup() function
/external/webkit/Source/WebCore/svg/
DSVGPathParserFactory.cpp139 parser->cleanup(); in buildPathFromString()
154 parser->cleanup(); in buildSVGPathByteStreamFromSVGPathSegList()
169 parser->cleanup(); in buildPathFromByteStream()
184 parser->cleanup(); in buildSVGPathSegListFromByteStream()
200 parser->cleanup(); in buildStringFromByteStream()
216 parser->cleanup(); in buildStringFromSVGPathSegList()
231 parser->cleanup(); in buildSVGPathByteStreamFromString()
249 blender->cleanup(); in buildAnimatedSVGPathByteStream()
266 parser->cleanup(); in getSVGPathSegAtLengthFromSVGPathByteStream()
/external/e2fsprogs/e2fsck/
Dprofile_helpers.c159 goto cleanup; in profile_get_values()
166 goto cleanup; in profile_get_values()
172 cleanup: in profile_get_values()
200 goto cleanup; in profile_get_subsection_names()
208 cleanup: in profile_get_subsection_names()
236 goto cleanup; in profile_get_relation_names()
248 cleanup: in profile_get_relation_names()
/external/dropbear/
Dsvr-authpam.c190 goto cleanup; in svr_auth_pam()
205 goto cleanup; in svr_auth_pam()
212 goto cleanup; in svr_auth_pam()
227 goto cleanup; in svr_auth_pam()
238 goto cleanup; in svr_auth_pam()
247 cleanup: in svr_auth_pam()
/external/clang/test/CodeGen/
Dcleanup-stack.c17 struct s0 x __attribute__((cleanup(f0))) = { &var, 2 }; in f1()
18 struct s0 y __attribute__((cleanup(f0))) = { &var, 3 }; in f1()
20 struct s0 y __attribute__((cleanup(f0))) = { &var, 4 }; in f1()
/external/llvm/test/Transforms/SCCP/
D2007-05-16-InvokeCrash.ll24 to label %bb114 unwind label %cleanup ; <double> [#uses=0]
27 to label %bb149 unwind label %cleanup ; <double> [#uses=0]
30 to label %bb177 unwind label %cleanup ; <double> [#uses=0]
33 cleanup: ; preds = %bb149, %bb114, %bb67
35 cleanup
/external/bzip2/
Dxmlproc.sh62 cleanup() { function
84 cleanup $xmlfmtfile
93 cleanup $OUT $xmlfmtfile *.aux *.fo *.log *.out
103 cleanup $OUT $xmlfmtfile $pdffile *.aux *.fo *.log *.out

12345678910>>...25