Home
last modified time | relevance | path

Searched defs:funcID (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/callgraph/model/
DCallGraph.ts287 let funcID: FuncID; variable
/arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/callgraph/pointerAnalysis/
DPagBuilder.ts67 public funcID: FuncID; property in CSFuncID
166 for (let funcID of this.cg.getEntries()) { variable
884 for (let funcID of this.funcHandledThisRound) { variable
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/be/
Dlower.cpp867 for (const auto &funcID : builtinFuncIDs) { in GetBuiltinToUse() local