Searched refs:instMod (Results 1 – 9 of 9) sorted by relevance
/dports/audio/polyphone/polyphone-75a5e88/sources/editor/ |
H A D | pagesf2.cpp | 236 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 D | pagesf2.h | 102 int &instGen, int &prstGen, int &instMod, int &prstMod);
|
/dports/lang/ghc/ghc-8.10.7/utils/haddock/haddock-api/src/ |
H A D | Haddock.hs | 270 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 D | Xhtml.hs | 275 [(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 D | Json.hs | 31 [ ("module" , jsonModule instMod)
|
H A D | Create.hs | 1004 Just iface -> return [ ExportModule (instMod iface) ]
|
/dports/lang/ghc/ghc-8.10.7/utils/haddock/haddock-api/src/Haddock/ |
H A D | Interface.hs | 90 let instIfaceMap = Map.fromList [ (instMod iface, iface) | ext <- extIfaces
|
H A D | Types.hs | 158 instMod :: Module function 190 { instMod = ifaceMod interface function
|
H A D | InterfaceFile.hs | 58 iface:_ -> instMod iface 64 iface:_ -> moduleUnitId $ instMod iface
|