Home
last modified time | relevance | path

Searched refs:primtyp (Results 1 – 2 of 2) sorted by relevance

/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/ghc-exactprint-0.6.4/tests/examples/ghc80/
H A DCmmSwitchTestGen.hs17 primtyp True = "Int#" function
18 primtyp False = "Word#" function
31 [ name ++ " :: " ++ primtyp signed ++ " -> " ++ primtyp signed ] ++
/dports/cad/gplcver/gplcver-2.12a.src/src/
H A Dv_vpi.c3387 word32 sttyp, primtyp; in vpi_handle() local
3475 primtyp = __gate_to_vpiprimtyp(rhrp->hu.hgp); in vpi_handle()
3476 return(__mk_handle(primtyp, (void *) rhrp->hu.hgp, rhp->hin_itp, NULL)); in vpi_handle()