Home
last modified time | relevance | path

Searched refs:CLEANUP (Results 1 – 18 of 18) sorted by relevance

/dflybsd-src/contrib/bmake/
H A Dtarg.c119 #ifdef CLEANUP
135 #ifdef CLEANUP in Targ_End()
205 #ifdef CLEANUP in GNode_New()
212 #ifdef CLEANUP
H A Dbuf.c166 #ifdef CLEANUP in Buf_Done()
182 #ifdef CLEANUP in Buf_DoneData()
H A Dstr.c393 #ifdef CLEANUP in Str_Intern_End()
H A Darch.c200 #ifdef CLEANUP
1126 #ifdef CLEANUP in Arch_End()
H A Dlst.c224 #ifdef CLEANUP in Lst_MoveAll()
H A Dhash.c175 #ifdef CLEANUP in HashTable_Done()
H A Dstr.h101 #ifdef CLEANUP in FStr_Done()
H A Dsuff.c128 #ifdef CLEANUP
492 #ifdef CLEANUP in Suff_ClearSuffixes()
2112 #ifdef CLEANUP in Suff_End()
H A Ddir.c362 #ifdef CLEANUP
524 #ifdef CLEANUP in Dir_End()
H A Dparse.c224 #ifdef CLEANUP
2678 #ifdef CLEANUP in ParseLine_ShellCommand()
2961 #ifdef CLEANUP in Parse_End()
H A Dmain.c1613 #ifdef CLEANUP in main_CleanUp()
H A Djob.c2644 #ifdef CLEANUP in Job_End()
H A DChangeLog319 o in CLEANUP mode, free interned strings at the very end
/dflybsd-src/contrib/cvs-1.12/lib/
H A Dvasnprintf.c125 #define CLEANUP() \ in VASNPRINTF() macro
132 CLEANUP (); in VASNPRINTF()
809 CLEANUP (); in VASNPRINTF()
868 CLEANUP (); in VASNPRINTF()
889 CLEANUP (); in VASNPRINTF()
/dflybsd-src/contrib/wpa_supplicant/src/tls/
H A Dlibtommath.c2274 goto CLEANUP; in mp_reduce()
2279 goto CLEANUP; in mp_reduce()
2283 goto CLEANUP; in mp_reduce()
2289 goto CLEANUP; in mp_reduce()
2299 goto CLEANUP; in mp_reduce()
2304 goto CLEANUP; in mp_reduce()
2309 goto CLEANUP; in mp_reduce()
2316 goto CLEANUP; in mp_reduce()
2319 goto CLEANUP; in mp_reduce()
2326 goto CLEANUP; in mp_reduce()
[all …]
/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dgimple.def187 /* GIMPLE_TRY <TRY_KIND, EVAL, CLEANUP>
194 CLEANUP is the sequence of statements to execute according to
195 TRY_KIND. If TRY_KIND is GIMPLE_TRY_CATCH, CLEANUP is only exected
197 GIMPLE_TRY_FINALLY, CLEANUP is always executed after executing EVAL
/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dgimple.def187 /* GIMPLE_TRY <TRY_KIND, EVAL, CLEANUP>
194 CLEANUP is the sequence of statements to execute according to
195 TRY_KIND. If TRY_KIND is GIMPLE_TRY_CATCH, CLEANUP is only exected
197 GIMPLE_TRY_FINALLY, CLEANUP is always executed after executing EVAL
/dflybsd-src/contrib/gcc-4.7/gcc/doc/
H A Dgimple.texi2101 expression to evaluate. @code{CLEANUP} is a sequence of statements to
2138 Set @code{CLEANUP} to be the sequence of statements to use as the
2147 Build a @code{GIMPLE_WITH_CLEANUP_EXPR} statement. @code{CLEANUP} is the
2156 Set @code{CLEANUP} to be the cleanup sequence for @code{G}.