Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/core/common/
DTypeInference.ts90 export class TypeInference { class
/arkcompiler/ets_frontend/ets2panda/checker/ets/
DtypeCheckingHelpers.cpp1617 bool ETSChecker::TypeInference(Signature *signature, const ArenaVector<ir::Expression *> &arguments, in TypeInference() function in ark::es2panda::checker::ETSChecker