Home
last modified time | relevance | path

Searched refs:TryBlock (Results 1 – 25 of 1448) sorted by relevance

12345678910>>...58

/dports/devel/hyperscan/boost_1_75_0/boost/leaf/
H A Dhandle_errors.hpp670 template <class TryBlock, class... H>
689 template <class TryBlock, class... H>
711 template <class TryBlock, class... H>
713 decltype(std::declval<TryBlock>()())
718 return std::forward<TryBlock>(try_block)(); in try_catch()
726 decltype(std::declval<TryBlock>()())
770 template <class TryBlock, class... H>
796 template <class TryBlock, class... H>
825 template <class TryBlock, class... H>
827 decltype(std::declval<TryBlock>()())
[all …]
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/leaf/
H A Dhandle_errors.hpp670 template <class TryBlock, class... H>
689 template <class TryBlock, class... H>
711 template <class TryBlock, class... H>
713 decltype(std::declval<TryBlock>()())
718 return std::forward<TryBlock>(try_block)(); in try_catch()
726 decltype(std::declval<TryBlock>()())
770 template <class TryBlock, class... H>
796 template <class TryBlock, class... H>
825 template <class TryBlock, class... H>
827 decltype(std::declval<TryBlock>()())
[all …]
/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/libcore/vm/
H A DActionExec.h40 class TryBlock
53 TryBlock(size_t cur_off, size_t try_size, size_t catch_size, in TryBlock() function
63 _tryState(TryBlock::TRY_TRY), in TryBlock()
67 TryBlock(size_t cur_off, size_t try_size, size_t catch_size, in TryBlock() function
77 _tryState(TryBlock::TRY_TRY), in TryBlock()
145 void pushTryBlock(TryBlock t);
270 bool processExceptions(TryBlock& t);
315 std::stack<TryBlock> _tryList;
H A DActionExec.cpp198 TryBlock& t = _tryList.top(); in operator ()()
354 ActionExec::processExceptions(TryBlock& t) in processExceptions()
358 case TryBlock::TRY_TRY: in processExceptions()
370 t._tryState = TryBlock::TRY_CATCH; in processExceptions()
396 t._tryState = TryBlock::TRY_FINALLY; in processExceptions()
402 case TryBlock::TRY_CATCH: in processExceptions()
436 t._tryState = TryBlock::TRY_FINALLY; in processExceptions()
441 case TryBlock::TRY_FINALLY: in processExceptions()
468 t._tryState = TryBlock::TRY_END; in processExceptions()
472 case TryBlock::TRY_END: in processExceptions()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/ilasm/codegen/
H A DTryBlock.cs16 public class TryBlock : IInstr { class
21 public TryBlock (HandlerBlock block, Location loc) in TryBlock() method in Mono.ILASM.TryBlock
38 PEAPI.TryBlock try_block = new PEAPI.TryBlock (from, to); in Emit()
/dports/lang/mono/mono-5.10.1.57/mcs/class/PEAPI/
H A DCode.cs696 public void AddTryBlock(TryBlock tryBlock) in AddTryBlock()
732 public TryBlock EndTryBlock() in EndTryBlock()
734 TryBlock tBlock = new TryBlock((CILLabel)blockStack[0],NewCodedLabel()); in EndTryBlock()
747 public void EndCatchBlock(Class exceptType, TryBlock tryBlock) in EndCatchBlock()
761 public void EndFilterBlock(CILLabel filterLab, TryBlock tryBlock) in EndFilterBlock()
773 public void EndFinallyBlock(TryBlock tryBlock) in EndFinallyBlock()
785 public void EndFaultBlock(TryBlock tryBlock) in EndFaultBlock()
832 TryBlock tryBlock = (TryBlock)exceptions[i]; in CheckCode()
890 TryBlock tryBlock = (TryBlock)exceptions[i]; in Write()
932 public class TryBlock : CodeBlock { class
[all …]
/dports/lang/mono-basic/mono-basic-4.7/vbnc/vbnc/source/Emit/
H A DEmitLog.vb148 Private Class TryBlock
165 Private m_ExceptionBlocks As Generic.Stack(Of TryBlock)
172 Dim block As TryBlock = m_ExceptionBlocks.Peek
178 Dim block As TryBlock = m_ExceptionBlocks.Peek
202 Dim block As TryBlock = m_ExceptionBlocks.Peek
219 Dim block As New TryBlock
223 If m_ExceptionBlocks Is Nothing Then m_ExceptionBlocks = New Generic.Stack(Of TryBlock)
232 Dim block As TryBlock = m_ExceptionBlocks.Peek
248 Dim block As TryBlock = m_ExceptionBlocks.Pop
/dports/www/trafficserver/trafficserver-9.1.1/plugins/esi/lib/
H A DEsiProcessor.h159 struct TryBlock { struct
163 TryBlock(EsiLib::DocNodeList &att, EsiLib::DocNodeList &exc, EsiLib::DocNodeList::iterator p) in TryBlock() argument
166 typedef std::list<TryBlock> TryBlockList;
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_ast/src/util/
H A Dclassify.rs23 | ast::ExprKind::TryBlock(..) in expr_requires_semi_to_be_stmt()
48 | TryBlock(..) | While(..) => break Some(expr), in expr_trailing_brace()
/dports/lang/mono-basic/mono-basic-4.7/vbnc/vbnc/source/Statements/
H A DTryStatement.vb52 …Shadows Sub Init(ByVal Catches As BaseObjects(Of CatchStatement), ByVal TryBlock As CodeBlock, ByV…
53 MyBase.Init(TryBlock)
/dports/devel/hyperscan/boost_1_75_0/boost/
H A Dleaf.hpp3786 template <class TryBlock, class... H>
3805 template <class TryBlock, class... H>
3827 template <class TryBlock, class... H>
3829 decltype(std::declval<TryBlock>()())
3834 return std::forward<TryBlock>(try_block)(); in try_catch()
3842 decltype(std::declval<TryBlock>()())
3886 template <class TryBlock, class... H>
3912 template <class TryBlock, class... H>
3941 template <class TryBlock, class... H>
3943 decltype(std::declval<TryBlock>()())
[all …]
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/
H A Dleaf.hpp3786 template <class TryBlock, class... H>
3805 template <class TryBlock, class... H>
3827 template <class TryBlock, class... H>
3829 decltype(std::declval<TryBlock>()())
3834 return std::forward<TryBlock>(try_block)(); in try_catch()
3842 decltype(std::declval<TryBlock>()())
3886 template <class TryBlock, class... H>
3912 template <class TryBlock, class... H>
3941 template <class TryBlock, class... H>
3943 decltype(std::declval<TryBlock>()())
[all …]
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/
H A Dleaf.hpp3786 template <class TryBlock, class... H>
3805 template <class TryBlock, class... H>
3827 template <class TryBlock, class... H>
3829 decltype(std::declval<TryBlock>()())
3834 return std::forward<TryBlock>(try_block)(); in try_catch()
3842 decltype(std::declval<TryBlock>()())
3886 template <class TryBlock, class... H>
3912 template <class TryBlock, class... H>
3941 template <class TryBlock, class... H>
3943 decltype(std::declval<TryBlock>()())
[all …]
/dports/devel/racer/racer-2.1.48/cargo-crates/rustc-ap-rustc_ast-718.0.0/src/util/
H A Dclassify.rs23 | ast::ExprKind::TryBlock(..) in expr_requires_semi_to_be_stmt()
/dports/devel/racer/racer-2.1.48/cargo-crates/rustc-ap-rustc_ast-722.0.0/src/util/
H A Dclassify.rs23 | ast::ExprKind::TryBlock(..) in expr_requires_semi_to_be_stmt()
/dports/lang/rust/rustc-1.58.1-src/vendor/rustc-ap-rustc_ast/src/util/
H A Dclassify.rs23 | ast::ExprKind::TryBlock(..) in expr_requires_semi_to_be_stmt()
/dports/devel/creduce/creduce-2.10.0/clang_delta/
H A DCommonStatementVisitor.h184 clang::CompoundStmt *TryBlock = CS->getTryBlock(); in VisitCXXTryStmt() local
185 visitNonCompoundStmt(TryBlock); in VisitCXXTryStmt()
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/net_4_x/
H A DPEAPI.cs134 public void AddTryBlock(PEAPI.TryBlock tryBlock) { } in AddTryBlock()
139 public void EndCatchBlock(PEAPI.Class exceptType, PEAPI.TryBlock tryBlock) { } in EndCatchBlock()
140 public void EndFaultBlock(PEAPI.TryBlock tryBlock) { } in EndFaultBlock()
141 public void EndFilterBlock(PEAPI.CILLabel filterLab, PEAPI.TryBlock tryBlock) { } in EndFilterBlock()
142 public void EndFinallyBlock(PEAPI.TryBlock tryBlock) { } in EndFinallyBlock()
143 public PEAPI.TryBlock EndTryBlock() { throw null; } in EndTryBlock()
1134 public partial class TryBlock : PEAPI.CodeBlock class
1138 …public TryBlock(PEAPI.CILLabel start, PEAPI.CILLabel end) : base (default(PEAPI.CILLabel), default… in TryBlock() method in PEAPI.TryBlock
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/mono/
H A DPEAPI.cs135 public void AddTryBlock(PEAPI.TryBlock tryBlock) { } in AddTryBlock()
140 public void EndCatchBlock(PEAPI.Class exceptType, PEAPI.TryBlock tryBlock) { } in EndCatchBlock()
141 public void EndFaultBlock(PEAPI.TryBlock tryBlock) { } in EndFaultBlock()
142 public void EndFilterBlock(PEAPI.CILLabel filterLab, PEAPI.TryBlock tryBlock) { } in EndFilterBlock()
143 public void EndFinallyBlock(PEAPI.TryBlock tryBlock) { } in EndFinallyBlock()
144 public PEAPI.TryBlock EndTryBlock() { throw null; } in EndTryBlock()
1134 public partial class TryBlock : PEAPI.CodeBlock class
1138 …public TryBlock(PEAPI.CILLabel start, PEAPI.CILLabel end) : base (default(PEAPI.CILLabel), default… in TryBlock() method in PEAPI.TryBlock
/dports/devel/pycharm-pro/pycharm-2020.2.3/plugins/python/helpers/coveragepy/coverage/
H A Dparser.py448 class TryBlock(object): class
641 elif isinstance(block, TryBlock) and block.final_start is not None:
653 elif isinstance(block, TryBlock) and block.final_start is not None:
661 if isinstance(block, TryBlock):
681 if isinstance(block, TryBlock) and block.final_start is not None:
795 try_block = TryBlock(handler_start=handler_start, final_start=final_start)
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/lib/Parse/
H A DParseStmt.cpp456 StmtResult TryBlock(ParseCompoundStatement( in ParseSEHTryBlock() local
459 if (TryBlock.isInvalid()) in ParseSEHTryBlock()
460 return TryBlock; in ParseSEHTryBlock()
479 TryBlock.get(), in ParseSEHTryBlock()
2083 StmtResult TryBlock(ParseCompoundStatement( in ParseCXXTryBlockCommon() local
2087 if (TryBlock.isInvalid()) in ParseCXXTryBlockCommon()
2088 return TryBlock; in ParseCXXTryBlockCommon()
2110 TryBlock.get(), in ParseCXXTryBlockCommon()
2132 return Actions.ActOnCXXTryBlock(TryLoc, TryBlock.get(), Handlers); in ParseCXXTryBlockCommon()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/python/coverage/coverage/
H A Dparser.py458 class TryBlock(object): class
799 elif isinstance(block, TryBlock) and block.final_start is not None:
811 elif isinstance(block, TryBlock) and block.final_start is not None:
819 if isinstance(block, TryBlock):
839 if isinstance(block, TryBlock) and block.final_start is not None:
972 try_block = TryBlock(handler_start, final_start)
/dports/devel/eric6/eric6-21.11/eric/eric6/DebugClients/Python/coverage/
H A Dparser.py458 class TryBlock(object): class
799 elif isinstance(block, TryBlock) and block.final_start is not None:
811 elif isinstance(block, TryBlock) and block.final_start is not None:
819 if isinstance(block, TryBlock):
839 if isinstance(block, TryBlock) and block.final_start is not None:
972 try_block = TryBlock(handler_start, final_start)
/dports/www/firefox-esr/firefox-91.8.0/third_party/python/coverage/coverage/
H A Dparser.py458 class TryBlock(object): class
799 elif isinstance(block, TryBlock) and block.final_start is not None:
811 elif isinstance(block, TryBlock) and block.final_start is not None:
819 if isinstance(block, TryBlock):
839 if isinstance(block, TryBlock) and block.final_start is not None:
972 try_block = TryBlock(handler_start, final_start)
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/python/coverage/coverage/
H A Dparser.py458 class TryBlock(object): class
799 elif isinstance(block, TryBlock) and block.final_start is not None:
811 elif isinstance(block, TryBlock) and block.final_start is not None:
819 if isinstance(block, TryBlock):
839 if isinstance(block, TryBlock) and block.final_start is not None:
972 try_block = TryBlock(handler_start, final_start)

12345678910>>...58