Searched defs:funcID (Results 1 – 5 of 5) sorted by relevance
604 auto funcID = funcIDMap.lookup(fnName); in getOrCreateFunctionID() local837 auto funcID = getOrCreateFunctionID(op.getName()); in processFuncOp() local1941 auto funcID = getFunctionID(op.fn()); in processOp() local1993 auto funcID = getFunctionID(op.fn()); in processOp() local2045 auto funcID = getOrCreateFunctionID(funcName); in processOp() local
1025 int funcID = getOp(opPos); in compileFunction() local
311 String getFunctionName(int funcID) { in getFunctionName()
405 int funcID = compiler.getOp(opPos); in functionProximateOrContainsProximate() local
1646 def IPID_count(lst, funcID=lambda x:x[1].id, funcpres=lambda x:x[1].summary()): argument