Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/callgraph/pointerAnalysis/
DPointerAnalysisConfig.ts35 public ptsCollectionCtor: new () => IPtsCollection<NodeID>; property in PointerAnalysisConfig
DPtsDS.ts19 export interface IPtsCollection<T extends Idx> { interface