Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/checker/
DcheckerContext.cpp39 SmartCastTestArray smartCasts {}; in CloneTestSmartCasts() local
57 SmartCastArray smartCasts {}; in CloneSmartCasts() local
146 auto smartCasts = CloneSmartCasts(); in EnterLoop() local
222 SmartCastArray smartCasts {}; in CheckTryBlock() local
417 SmartCastArray smartCasts {}; in OnBreakStatement() local
433 …eckerContext::AddBreakSmartCasts(ir::Statement const *targetStatement, SmartCastArray &&smartCasts) in AddBreakSmartCasts()
DETSAnalyzer.cpp1078 SmartCastArray smartCasts = checker->Context().EnterTestExpression(); in Check() local
1904 SmartCastArray smartCasts = checker->Context().EnterTestExpression(); in Check() local
2061 SmartCastArray smartCasts = checker->Context().CloneSmartCasts(); in Check() local
2117 auto smartCasts = checker->Context().CheckTryBlock(*st->Block()); in Check() local