Home
last modified time | relevance | path

Searched defs:LabelPair (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/compiler/core/
H A DlabelPair.h23 class LabelPair { class
25 LabelPair(Label *begin, Label *end) : begin_(begin), end_(end) {} in LabelPair() function in ark::es2panda::compiler::LabelPair
26 explicit LabelPair(LabelPair *labelPair) : begin_(labelPair->begin_), end_(labelPair->end_) {} in LabelPair() function in ark::es2panda::compiler::LabelPair
/arkcompiler/ets_frontend/es2panda/compiler/core/
H A DlabelPair.h23 class LabelPair { class
25 LabelPair(Label *begin, Label *end) : begin_(begin), end_(end) {} in LabelPair() function in panda::es2panda::compiler::LabelPair

Completed in 1 milliseconds