Home
last modified time | relevance | path

Searched refs:isIncoherent (Results 1 – 6 of 6) sorted by relevance

/dports/devel/hs-ormolu/ormolu-0.4.0.0/_cabal_deps/ghc-lib-parser-9.2.1.20211101/compiler/GHC/Core/
H A DInstEnv.hs29 isOverlappable, isOverlapping, isIncoherent
115 isOverlappable, isOverlapping, isIncoherent :: ClsInst -> Bool
118 isIncoherent i = hasIncoherentFlag (overlapMode (is_flag i)) function
858 | isIncoherent item
916 (m:_) | isIncoherent (fst m) -> []
972 | isIncoherent old_inst -- Old is incoherent; discard it
974 | isIncoherent new_inst -- New is incoherent; discard it
/dports/devel/hs-hlint/hlint-3.3.4/_cabal_deps/ghc-lib-parser-9.0.1.20210324/compiler/GHC/Core/
H A DInstEnv.hs29 isOverlappable, isOverlapping, isIncoherent
113 isOverlappable, isOverlapping, isIncoherent :: ClsInst -> Bool
116 isIncoherent i = hasIncoherentFlag (overlapMode (is_flag i)) function
824 | isIncoherent item
876 (m:_) | isIncoherent (fst m) -> []
932 | isIncoherent old_inst -- Old is incoherent; discard it
934 | isIncoherent new_inst -- New is incoherent; discard it
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/ghc-lib-parser-8.10.7.20210828/compiler/types/
H A DInstEnv.hs29 isOverlappable, isOverlapping, isIncoherent
112 isOverlappable, isOverlapping, isIncoherent :: ClsInst -> Bool
115 isIncoherent i = hasIncoherentFlag (overlapMode (is_flag i)) function
814 | isIncoherent item
866 (m:_) | isIncoherent (fst m) -> []
922 | isIncoherent old_inst -- Old is incoherent; discard it
924 | isIncoherent new_inst -- New is incoherent; discard it
/dports/lang/ghc/ghc-8.10.7/compiler/types/
H A DInstEnv.hs29 isOverlappable, isOverlapping, isIncoherent
112 isOverlappable, isOverlapping, isIncoherent :: ClsInst -> Bool
115 isIncoherent i = hasIncoherentFlag (overlapMode (is_flag i)) function
814 | isIncoherent item
866 (m:_) | isIncoherent (fst m) -> []
922 | isIncoherent old_inst -- Old is incoherent; discard it
924 | isIncoherent new_inst -- New is incoherent; discard it
/dports/graphics/embree/embree-3.13.2/kernels/common/
H A Dcontext.h28 __forceinline bool isIncoherent() const { in isIncoherent() function
29 return embree::isIncoherent(user->flags); in isIncoherent()
H A Drtcore.h13 …__forceinline bool isIncoherent(RTCIntersectContextFlags flags) { return (flags & RTC_INTERSECT_CO… in isIncoherent() function