Home
last modified time | relevance | path

Searched defs:finalize (Results 1 – 19 of 19) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/test/SemaObjC/
H A Dwarn-missing-super.m12 - (void)finalize { method
19 - (void)finalize; method
25 - (void)finalize { method
31 - (void)finalize; method
38 - (void)finalize { method
/minix3/external/bsd/llvm/dist/clang/test/CodeGenObjCXX/
H A Divar-objects.mm35 - (void)finalize; method
46 - (void)finalize; method
55 - (void)finalize {} method
67 - (void)finalize { [super finalize]; } method
/minix3/external/bsd/llvm/dist/clang/test/PCH/
H A Dchain-categories.m16 - (void)finalize; method
43 -(void)finalize { method
/minix3/external/bsd/llvm/dist/clang/test/ARCMT/
H A DGC-no-arc-runtime.m23 -(void)finalize { method
36 -(void)finalize { method
H A DGC-no-finalize-removal.m23 -(void)finalize { method
36 -(void)finalize { method
H A DGC.m23 -(void)finalize { method
36 -(void)finalize { method
H A Dcheck-with-serialized-diag.m16 - (void)finalize; method
H A Dchecking-in-arc.m30 - (void)finalize; method
H A Datautorelease-check.m39 - (void)finalize; method
H A Dchecking.m30 - (void)finalize; method
/minix3/external/bsd/llvm/dist/llvm/lib/MC/
H A DStringTableBuilder.cpp30 void StringTableBuilder::finalize(Kind kind) { in finalize() function in StringTableBuilder
/minix3/external/bsd/llvm/dist/clang/test/CodeGenObjC/
H A Dweak-metaclass-visibility.m7 - (void) finalize; method
/minix3/external/bsd/llvm/dist/llvm/include/llvm/ADT/
H A DHashing.h313 uint64_t finalize(size_t length) { in finalize() function
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCodeGenPGO.cpp637 uint64_t PGOHash::finalize() { in finalize() function in PGOHash
H A DCGDebugInfo.cpp3350 void CGDebugInfo::finalize() { in finalize() function in CGDebugInfo
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/
H A DScheduleDAGInstrs.cpp1335 void finalize() { in finalize() function in llvm::SchedDFSImpl
/minix3/external/bsd/llvm/dist/llvm/lib/IR/
H A DDIBuilder.cpp72 void DIBuilder::finalize() { in finalize() function in DIBuilder
/minix3/external/public-domain/sqlite/dist/
H A Dsqlite3ext.h102 int (*finalize)(sqlite3_stmt*pStmt); member
/minix3/external/bsd/llvm/dist/llvm/bindings/ocaml/llvm/
H A Dllvm.mli2564 val finalize : [ `Function ] t -> bool val