Home
last modified time | relevance | path

Searched defs:LabelPair (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/compiler/core/
DlabelPair.h25 LabelPair(Label *begin, Label *end) : begin_(begin), end_(end) {} in LabelPair() function
26 explicit LabelPair(LabelPair *labelPair) : begin_(labelPair->begin_), end_(labelPair->end_) {} in LabelPair() function
DdynamicContext.cpp213 const ArenaVector<std::pair<compiler::LabelPair, const ir::Statement *>> &finalizerInsertions) in EmitFinalizer()
/arkcompiler/ets_frontend/es2panda/compiler/core/
DlabelPair.h25 LabelPair(Label *begin, Label *end) : begin_(begin), end_(end) {} in LabelPair() function
/arkcompiler/ets_frontend/ets2panda/util/ast-builders/
DtryStatementBuilder.h50 …TryStatementBuilder &AddCatchClause(std::pair<compiler::LabelPair, const Statement *> finalizerIns… in AddCatchClause()
/arkcompiler/ets_frontend/ets2panda/ir/statements/
DtryStatement.h44ArenaVector<std::pair<compiler::LabelPair, const Statement *>> finalizerInsertions) in TryStatement()