Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/core/dataflow/
DDataflowProblem.ts35 abstract getNormalFlowFunction(srcStmt: Stmt, tgtStmt: Stmt): FlowFunction<D>; method in DataflowProblem
DUndefinedVariable.ts71 getNormalFlowFunction(srcStmt: Stmt, tgtStmt: Stmt): FlowFunction<Value> { method in UndefinedVariableChecker