Home
last modified time | relevance | path

Searched defs:smartCasts (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/checker/
DcheckerContext.cpp47 SmartCastTestArray smartCasts {}; in CloneTestSmartCasts() local
65 SmartCastArray smartCasts {}; in CloneSmartCasts() local
155 auto smartCasts = CloneSmartCasts(); in EnterLoop() local
262 SmartCastArray smartCasts {}; in CheckTryBlock() local
480 SmartCastArray smartCasts {}; in OnBreakStatement() local
496 …eckerContext::AddBreakSmartCasts(ir::Statement const *targetStatement, SmartCastArray &&smartCasts) in AddBreakSmartCasts()
DETSAnalyzer.cpp1309 SmartCastArray smartCasts = checker->Context().EnterTestExpression(); in Check() local
1618 SmartCastArray smartCasts = checker->Context().EnterTestExpression(); in Check() local
3108 SmartCastArray smartCasts = checker->Context().EnterTestExpression(); in Check() local
3333 SmartCastArray smartCasts = checker->Context().CloneSmartCasts(); in Check() local
3397 auto smartCasts = checker->Context().CheckTryBlock(*st->Block()); in Check() local