Home
last modified time | relevance | path

Searched defs:LabelTarget (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/compiler/core/
H A DlabelTarget.cpp21 LabelTarget::LabelTarget(CodeGen *cg) in LabelTarget() function in ark::es2panda::compiler::LabelTarget
H A DlabelTarget.h38 class LabelTarget : public LabelPair { class
41 explicit LabelTarget(const util::StringView &label) : LabelTarget(nullptr, label) {} in LabelTarget() function in ark::es2panda::ark::es2panda::compiler::LabelTarget
42 explicit LabelTarget(Label *target, const util::StringView &label) in LabelTarget() function in ark::es2panda::ark::es2panda::compiler::LabelTarget
46 LabelTarget() : LabelPair(nullptr, nullptr) {}; in LabelTarget() function in ark::es2panda::ark::es2panda::compiler::LabelTarget
[all...]
/arkcompiler/ets_frontend/es2panda/compiler/core/
H A DlabelTarget.cpp22 LabelTarget::LabelTarget(PandaGen *pg) in LabelTarget() function in panda::es2panda::compiler::LabelTarget
H A DlabelTarget.h39 class LabelTarget : public LabelPair { class
42 explicit LabelTarget(const util::StringView &label) : LabelTarget(nullptr, label) {} in LabelTarget() function in panda::es2panda::panda::es2panda::compiler::LabelTarget
43 explicit LabelTarget(Label *target, const util::StringView &label) in LabelTarget() function in panda::es2panda::panda::es2panda::compiler::LabelTarget
47 LabelTarget() : LabelPair(nullptr, nullptr) {}; in LabelTarget() function in panda::es2panda::panda::es2panda::compiler::LabelTarget
[all...]

Completed in 2 milliseconds