Home
last modified time | relevance | path

Searched refs:cr_loc (Results 1 – 5 of 5) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/depot_tools/
H A Dgclient_utils.py429 cr_loc = obj[0].find(b'\r')
431 if cr_loc == lf_loc == -1:
433 elif cr_loc == -1 or (lf_loc >= 0 and lf_loc < cr_loc):
437 elif lf_loc == -1 or (cr_loc >= 0 and cr_loc < lf_loc):
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/ghc-lib-parser-8.10.7.20210828/compiler/simplCore/
H A DCoreMonad.hs554 cr_loc :: SrcSpan, -- Use this for log/error messages so they function
631 cr_loc = loc, function
691 getSrcSpanM = read cr_loc
/dports/lang/ghc/ghc-8.10.7/compiler/simplCore/
H A DCoreMonad.hs554 cr_loc :: SrcSpan, -- Use this for log/error messages so they function
631 cr_loc = loc, function
691 getSrcSpanM = read cr_loc
/dports/devel/hs-hlint/hlint-3.3.4/_cabal_deps/ghc-lib-parser-9.0.1.20210324/compiler/GHC/Core/Opt/
H A DMonad.hs556 cr_loc :: SrcSpan, -- Use this for log/error messages so they function
633 cr_loc = loc, function
693 getSrcSpanM = read cr_loc
/dports/devel/hs-ormolu/ormolu-0.4.0.0/_cabal_deps/ghc-lib-parser-9.2.1.20211101/compiler/GHC/Core/Opt/
H A DMonad.hs576 cr_loc :: SrcSpan, -- Use this for log/error messages so they function
653 cr_loc = loc, function
713 getSrcSpanM = read cr_loc