Home
last modified time | relevance | path

Searched refs:isIntr (Results 1 – 4 of 4) sorted by relevance

/dports/games/hs-scroll/scroll-1.20180421/_cabal_deps/c2hs-0.28.7/src/C2HS/Gen/
H A DBind.hs684 expandHook hook@(CHSCall isPure isIntr isUns apath oalias pos) _ =
707 callImportDyn hook isIntr isUns ideLexeme hsLexeme decl ty pos
721 expandHook (CHSFun isPure isIntr isUns _ inVarTypes (CHSRoot _ ide)
746 callImport callHook isIntr isUns varTypes (identToString cide)
750 funDef isPure isIntr hsLexeme fiLexeme extTy varTypes
1165 callImportDyn hook isIntr isUns ideLexeme hsLexeme cdecl ty pos =
1173 ideLexeme hsLexeme isIntr isUns ty)
1183 foreignImport cconv header ident hsIdent isIntr isUnsafe ty vas =
1188 safety = case (isIntr, isUnsafe) of
1200 foreignImportDyn cconv _ident hsIdent isIntr isUnsafe ty =
[all …]
H A DMonad.hs379 delay hook'@(CHSCall isFun isIntr isUns ide _oalias _) frags' =
383 && isIntr == isIntr'
/dports/games/hs-scroll/scroll-1.20180421/_cabal_deps/c2hs-0.28.7/src/C2HS/
H A DCHS.hs605 showCHSHook (CHSCall isPure isIntr isUns ide oalias _) =
608 . (if isIntr then showString "interruptible " else id)
611 showCHSHook (CHSFun isPure isIntr isUns isVar varTypes ide oalias octxt
615 . (if isIntr then showString "interruptible " else id)
1147 (isIntr , toks'' ) <- parseIsIntr toks'
1154 CHSHook (CHSCall isPure isIntr isUnsafe apath oalias pos) hkpos : frags
1160 (isIntr , toks'2) <- parseIsIntr toks'
1174 (CHSFun isPure isIntr isUnsafe isVar varTypes
/dports/math/gap/gap-4.11.0/src/
H A Dsysfiles.c1172 UInt isIntr; in SyIsIntr() local
1174 isIntr = (syLastIntr != 0); in SyIsIntr()
1182 if (isIntr) syLastIntr = 0; in SyIsIntr()
1186 return isIntr; in SyIsIntr()