Searched refs:finalize (Results 76 - 89 of 89) sorted by relevance

1234

/freebsd-11-stable/contrib/openpam/
H A Dltmain.sh4452 finalize=:
4462 finalize=false
4472 if $finalize; then
10391 # We have no uninstalled library dependencies, so finalize right now.
/freebsd-11-stable/contrib/file/
H A Dltmain.sh4455 finalize=:
4465 finalize=false
4475 if $finalize; then
10406 # We have no uninstalled library dependencies, so finalize right now.
/freebsd-11-stable/contrib/unbound/
H A Dltmain.sh4452 finalize=:
4462 finalize=false
4472 if $finalize; then
10393 # We have no uninstalled library dependencies, so finalize right now.
/freebsd-11-stable/contrib/sqlite3/
H A Dltmain.sh4452 finalize=:
4462 finalize=false
4472 if $finalize; then
10400 # We have no uninstalled library dependencies, so finalize right now.
H A Dsqlite3.c1365 ** Ideally, applications should [sqlite3_finalize | finalize] all
6071 ** The application must finalize every [prepared statement] in order to avoid
6228 ** close the database connection nor finalize or reset the prepared
11804 ** This function is used to finalize an iterator allocated with
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfo.cpp751 unwrap(Builder)->finalize();
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp634 DebugInfo->finalize();
3605 emitter.finalize(GV);
4070 if (emitter) emitter->finalize(GV);
5136 if (emitter) emitter->finalize(GV);
H A DCGDebugInfo.cpp2464 DIB.finalize();
2809 // entered into the ReplaceMap: finalize() will replace the first
4739 void CGDebugInfo::finalize() { function in class:CGDebugInfo
4812 DBuilder.finalize();
H A DCGDecl.cpp368 emitter.finalize(GV);
H A DCGExprAgg.cpp505 Emitter.finalize(GV);
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp2594 static void finalize(void *arg) { function in namespace:__tsan
2781 if (REAL(__cxa_atexit)(&finalize, 0, 0)) {
/freebsd-11-stable/contrib/llvm-project/lld/ELF/
H A DWriter.cpp1564 // We need to generate and finalize the content that depends on the address of
1830 // The headers have to be created before finalize as that can influence the
1934 sec->finalize();
H A DSyntheticSections.cpp3167 builder.finalize();
3169 // finalize() fixed tail-optimized strings, so we can now get
/freebsd-11-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c826 ** Applications must [sqlite3_finalize | finalize] all [prepared statements]
4138 ** The application must finalize every [prepared statement] in order to avoid
4257 ** close the database connection nor finalize or reset the prepared
[all...]

Completed in 1238 milliseconds

1234