Home
last modified time | relevance | path

Searched refs:AddBreakSmartCasts (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/checker/
H A DcheckerContext.cpp435 AddBreakSmartCasts(targetStatement, std::move(smartCasts)); in OnBreakStatement()
441 void CheckerContext::AddBreakSmartCasts(ir::Statement const *targetStatement, SmartCastArray &&smartCasts) in AddBreakSmartCasts() function in ark::es2panda::checker::CheckerContext
H A DcheckerContext.h234 void AddBreakSmartCasts(ir::Statement const *targetStatement, SmartCastArray &&smartCasts);
H A DETSAnalyzer.cpp2381 checker->Context().AddBreakSmartCasts(st, checker->Context().CloneSmartCasts()); in Check()
2389 checker->Context().AddBreakSmartCasts(st, std::move(smartCasts)); in Check()

Completed in 6 milliseconds