Searched refs:Finally (Results 1 - 25 of 27) sorted by relevance

12

/external/clang/test/SemaCXX/
H A D__try.cpp69 void Finally() { function in namespace:PR17584
76 template void Finally<void>();
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/parser/
H A Dactions.rb118 grammar Finally;
141 lexer = Finally::Lexer.new( 'foobar' )
142 parser = Finally::Parser.new lexer
/external/llvm/include/llvm/CodeGen/
H A DWinEHFuncInfo.h82 enum class ClrHandlerType { Catch, Finally, Fault, Filter }; member in class:llvm::ClrHandlerType
/external/clang/lib/CodeGen/
H A DCGObjCRuntime.cpp184 if (const ObjCAtFinallyStmt *Finally = S.getFinallyStmt())
185 FinallyInfo.enter(CGF, Finally->getFinallyBody(),
H A DCGException.cpp1282 // Finally, leave the @finally cleanup.
1707 const SEHFinallyStmt &Finally) {
1708 const Stmt *FinallyBlock = Finally.getBlock();
1781 if (const SEHFinallyStmt *Finally = S.getFinallyHandler()) {
1784 HelperCGF.GenerateSEHFinallyFunction(*this, *Finally);
1706 GenerateSEHFinallyFunction(CodeGenFunction &ParentCGF, const SEHFinallyStmt &Finally) argument
H A DCodeGenFunction.h388 void enter(CodeGenFunction &CGF, const Stmt *Finally,
2309 const SEHFinallyStmt &Finally);
/external/vulkan-validation-layers/
H A DCONTRIBUTING.md28 Finally, please feel free to contact any of the developers that are actively contributing should you
/external/clang/lib/Sema/
H A DJumpDiagnostics.cpp402 } else if (SEHFinallyStmt *Finally = TS->getFinallyHandler()) {
407 Finally->getSourceRange().getBegin()));
408 BuildScopeInformation(Finally->getBlock(), NewParentScope);
H A DSemaStmt.cpp3423 MultiStmtArg CatchStmts, Stmt *Finally) {
3430 NumCatchStmts, Finally);
3422 ActOnObjCAtTryStmt(SourceLocation AtLoc, Stmt *Try, MultiStmtArg CatchStmts, Stmt *Finally) argument
H A DTreeTransform.h1333 Stmt *Finally) {
1335 Finally);
6685 StmtResult Finally; local
6687 Finally = getDerived().TransformStmt(S->getFinallyStmt());
6688 if (Finally.isInvalid())
6696 Finally.get() == S->getFinallyStmt())
6701 CatchStmts, Finally.get());
1330 RebuildObjCAtTryStmt(SourceLocation AtLoc, Stmt *TryBody, MultiStmtArg CatchStmts, Stmt *Finally) argument
/external/tagsoup/src/org/ccil/cowan/tagsoup/
H A DHTMLScanner.java288 * <p>Finally, add 2 to the input character to cover for the fact that
/external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
H A Dcodegen.ml95 (* Finally, set the builder to the end of the merge block. *)
/external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter5/
H A Dcodegen.ml95 (* Finally, set the builder to the end of the merge block. *)
/external/curl/packages/vms/
H A Dgenerate_config_vms_h_curl.com103 $! Finally check to see if hp ssl has been specifically included.
/external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
H A Dcodegen.ml113 (* Finally, set the builder to the end of the merge block. *)
/external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter6/
H A Dcodegen.ml113 (* Finally, set the builder to the end of the merge block. *)
/external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
H A Dcodegen.ml143 (* Finally, set the builder to the end of the merge block. *)
/external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter7/
H A Dcodegen.ml143 (* Finally, set the builder to the end of the merge block. *)
/external/llvm/lib/CodeGen/AsmPrinter/
H A DWinException.cpp1246 case ClrHandlerType::Finally:
/external/ImageMagick/www/api/
H A Dquantize.php112 <dd> Finally, the assignment phase reclassifies each pixel in the pruned tree to identify the deepest node containing the pixel's color. The pixel's value in the pixel array becomes the index of this node's mean color in the color map. </dd>
/external/llvm/lib/CodeGen/
H A DWinEHPrepare.cpp527 : ClrHandlerType::Finally);
/external/dnsmasq/contrib/dnslist/
H A Ddnslist.pl318 Finally, any free program is threatened constantly by software
/external/bison/
H A Dmaint.mk245 # Finally, you may exempt files based on an ERE matching file names.
/external/clang/include/clang/Sema/
H A DSema.h3531 MultiStmtArg Catch, Stmt *Finally);
4344 // Finally no specification, which is expressed as noexcept(false).
/external/bison/build-aux/
H A Dtexinfo.tex10054 @c Finally, make ` and ' active, so that txicodequoteundirected and

Completed in 3270 milliseconds

12