Home
last modified time | relevance | path

Searched refs:instMod (Results 1 – 9 of 9) sorted by relevance

/dports/audio/polyphone/polyphone-75a5e88/sources/editor/
H A Dpagesf2.cpp236 int unusedSmpl, unusedInst, usedSmpl, usedInst, usedPrst, instGen, prstGen, instMod, prstMod; in countElements() local
237 …Elements(unusedSmpl, unusedInst, usedSmpl, usedInst, usedPrst, instGen, prstGen, instMod, prstMod); in countElements()
288 ui->label_nbInstMod->setText(QString::number(instMod)); in countElements()
293 int &instGen, int &prstGen, int &instMod, int &prstMod) in countElements() argument
347 instMod = 0; in countElements()
354 instMod += _sf2->getSiblings(id).count(); in countElements()
363 instMod += _sf2->getSiblings(id).count(); in countElements()
H A Dpagesf2.h102 int &instGen, int &prstGen, int &instMod, int &prstMod);
/dports/lang/ghc/ghc-8.10.7/utils/haddock/haddock-api/src/
H A DHaddock.hs270 return (instMod iface, path)
341 installedMap = Map.fromList [ (unwire (instMod iface), iface) | iface <- installedIfaces ]
680 mapping = [ (instMod iface, html) | ((html, _), ifaces) <- packages
/dports/lang/ghc/ghc-8.10.7/utils/haddock/haddock-api/src/Haddock/Backends/
H A DXhtml.hs275 [(instMod iface, toInstalledDescription iface)
279 [(instMod iface, toInstalledDescription iface)
503 mdl = instMod iface
/dports/lang/ghc/ghc-8.10.7/utils/haddock/haddock-api/src/Haddock/Interface/
H A DJson.hs31 [ ("module" , jsonModule instMod)
H A DCreate.hs1004 Just iface -> return [ ExportModule (instMod iface) ]
/dports/lang/ghc/ghc-8.10.7/utils/haddock/haddock-api/src/Haddock/
H A DInterface.hs90 let instIfaceMap = Map.fromList [ (instMod iface, iface) | ext <- extIfaces
H A DTypes.hs158 instMod :: Module function
190 { instMod = ifaceMod interface function
H A DInterfaceFile.hs58 iface:_ -> instMod iface
64 iface:_ -> moduleUnitId $ instMod iface