Home
last modified time | relevance | path

Searched refs:notRetLabel (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/compiler/function/
H A DfunctionBuilder.cpp117 auto *notRetLabel = pg_->AllocLabel(); in HandleCompletion() local
118 pg_->Condition(node, lexer::TokenType::PUNCTUATOR_EQUAL, completionType, notRetLabel); in HandleCompletion()
129 pg_->SetLabel(node, notRetLabel); in HandleCompletion()
/arkcompiler/ets_frontend/es2panda/compiler/function/
H A DfunctionBuilder.cpp147 auto *notRetLabel = pg_->AllocLabel(); in HandleCompletion() local
148 pg_->Condition(node, lexer::TokenType::PUNCTUATOR_EQUAL, completionType, notRetLabel); in HandleCompletion()
159 pg_->SetLabel(node, notRetLabel); in HandleCompletion()

Completed in 1 milliseconds