Home
last modified time | relevance | path

Searched refs:ForeignCall (Results 1 – 25 of 130) sorted by relevance

123456

/dports/devel/hs-hlint/hlint-3.3.4/_cabal_deps/ghc-lib-parser-9.0.1.20210324/compiler/GHC/Types/
H A DForeignCall.hs9 module GHC.Types.ForeignCall (
10 ForeignCall(..), isSafeForeignCall,
40 newtype ForeignCall = CCall CCallSpec type
43 isSafeForeignCall :: ForeignCall -> Bool
48 instance Outputable ForeignCall where
265 instance Binary ForeignCall where
/dports/devel/hs-ormolu/ormolu-0.4.0.0/_cabal_deps/ghc-lib-parser-9.2.1.20211101/compiler/GHC/Types/
H A DForeignCall.hs9 module GHC.Types.ForeignCall (
10 ForeignCall(..), isSafeForeignCall,
41 newtype ForeignCall = CCall CCallSpec function
44 isSafeForeignCall :: ForeignCall -> Bool
49 instance Outputable ForeignCall where
266 instance Binary ForeignCall where
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/ghc-lib-parser-8.10.7.20210828/compiler/prelude/
H A DForeignCall.hs9 module ForeignCall ( module
10 ForeignCall(..), isSafeForeignCall,
41 newtype ForeignCall = CCall CCallSpec type
44 isSafeForeignCall :: ForeignCall -> Bool
49 instance Outputable ForeignCall where
259 instance Binary ForeignCall where
/dports/lang/ghc/ghc-8.10.7/compiler/prelude/
H A DForeignCall.hs9 module ForeignCall ( module
10 ForeignCall(..), isSafeForeignCall,
41 newtype ForeignCall = CCall CCallSpec type
44 isSafeForeignCall :: ForeignCall -> Bool
49 instance Outputable ForeignCall where
259 instance Binary ForeignCall where
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.nodes/src/org/graalvm/compiler/nodes/spi/
H A DNodeLIRBuilderTool.java49 import org.graalvm.compiler.nodes.extended.ForeignCall;
66 void emitForeignCall(ForeignCall i); in emitForeignCall()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.nodes/src/org/graalvm/compiler/nodes/spi/
H A DNodeLIRBuilderTool.java49 import org.graalvm.compiler.nodes.extended.ForeignCall;
66 void emitForeignCall(ForeignCall i); in emitForeignCall()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.nodes/src/org/graalvm/compiler/nodes/extended/
H A DForeignCallNode.java64 public class ForeignCallNode extends AbstractMemoryCheckpoint implements ForeignCall {
84 ForeignCall node; in doIntrinsify()
H A DForeignCall.java46 public interface ForeignCall extends LIRLowerable, DeoptimizingNode.DeoptDuring, MultiMemoryKill, S… interface
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.nodes/src/org/graalvm/compiler/nodes/extended/
H A DForeignCallNode.java64 public class ForeignCallNode extends AbstractMemoryCheckpoint implements ForeignCall {
84 ForeignCall node; in doIntrinsify()
H A DForeignCall.java46 public interface ForeignCall extends LIRLowerable, DeoptimizingNode.DeoptDuring, MultiMemoryKill, S… interface
/dports/devel/hs-ormolu/ormolu-0.4.0.0/src/Ormolu/Printer/Meat/Declaration/
H A DForeign.hs12 import GHC.Types.ForeignCall
/dports/devel/hs-threadscope/threadscope-0.2.14/_cabal_deps/ghc-events-0.15.1/src/GHC/RTS/Events/Analysis/
H A DThread.hs46 threadDelta ThreadRunning (StopThread _ ForeignCall) = Just ThreadQueued
/dports/devel/hs-ghc-events/ghc-events-0.17.0/src/GHC/RTS/Events/Analysis/
H A DThread.hs46 threadDelta ThreadRunning (StopThread _ ForeignCall) = Just ThreadQueued
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/ormolu-0.1.4.1/src/Ormolu/Printer/Meat/Declaration/
H A DForeign.hs13 import ForeignCall
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/fourmolu-0.3.0.0/src/Ormolu/Printer/Meat/Declaration/
H A DForeign.hs13 import ForeignCall
/dports/devel/hs-threadscope/threadscope-0.2.14/_cabal_deps/ghc-events-0.15.1/src/GHC/RTS/
H A DEventTypes.hs490 | ForeignCall constructor
516 6 -> ForeignCall
542 6 -> ForeignCall
/dports/devel/hs-ghc-events/ghc-events-0.17.0/src/GHC/RTS/
H A DEventTypes.hs506 | ForeignCall constructor
532 6 -> ForeignCall
558 6 -> ForeignCall
/dports/devel/hs-hlint/hlint-3.3.4/_cabal_deps/ghc-lib-parser-9.0.1.20210324/compiler/GHC/Stg/
H A DSyntax.hs77 import GHC.Types.ForeignCall ( ForeignCall )
607 | StgFCallOp ForeignCall Type
/dports/devel/hs-ormolu/ormolu-0.4.0.0/_cabal_deps/ghc-lib-parser-9.2.1.20211101/compiler/GHC/Stg/
H A DSyntax.hs79 import GHC.Types.ForeignCall ( ForeignCall )
638 | StgFCallOp ForeignCall Type
/dports/lang/ghc/ghc-8.10.7/compiler/stgSyn/
H A DStgSyn.hs71 import ForeignCall ( ForeignCall )
676 | StgFCallOp ForeignCall Type
/dports/lang/ghc/ghc-8.10.7/compiler/deSugar/
H A DDsCCall.hs29 import ForeignCall
112 mkFCall :: DynFlags -> Unique -> ForeignCall
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/ghc-exactprint-0.6.4/tests/examples/ghc710/
H A DUtils2.hs24 import qualified ForeignCall as GHC
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/ghc-lib-parser-8.10.7.20210828/compiler/basicTypes/
H A DIdInfo.hs98 import ForeignCall
150 | FCallId ForeignCall -- ^ The 'Id' is for a foreign call.
/dports/lang/ghc/ghc-8.10.7/compiler/basicTypes/
H A DIdInfo.hs98 import ForeignCall
150 | FCallId ForeignCall -- ^ The 'Id' is for a foreign call.
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/ghc-exactprint-0.6.4/tests/examples/ghc80/
H A DstringSource.hs17 import ForeignCall

123456