Home
last modified time | relevance | path

Searched defs:n_sort (Results 1 – 7 of 7) sorted by relevance

/dports/devel/hs-hlint/hlint-3.3.4/_cabal_deps/ghc-lib-parser-9.0.1.20210324/compiler/GHC/Types/
H A DName.hs112 n_sort :: NameSort, -- What sort of name it is function
285 nameModule_maybe (Name { n_sort = External mod}) = Just mod function
286 nameModule_maybe (Name { n_sort = WiredIn mod _ _}) = Just mod function
379 , n_sort = Internal function
414 n_sort = WiredIn mod thing built_in, function
473 stableNameCmp (Name { n_sort = s1, n_occ = occ1 }) function
474 (Name { n_sort = s2, n_occ = occ2 }) function
/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 DName.hs111 n_sort :: NameSort, -- What sort of name it is function
254 nameModule_maybe (Name { n_sort = External mod}) = Just mod function
255 nameModule_maybe (Name { n_sort = WiredIn mod _ _}) = Just mod function
348 , n_sort = Internal function
383 n_sort = WiredIn mod thing built_in, function
442 stableNameCmp (Name { n_sort = s1, n_occ = occ1 }) function
443 (Name { n_sort = s2, n_occ = occ2 }) function
/dports/devel/hs-ormolu/ormolu-0.4.0.0/_cabal_deps/ghc-lib-parser-9.2.1.20211101/compiler/GHC/Types/
H A DName.hs113 { n_sort :: NameSort function
326 nameModule_maybe (Name { n_sort = External mod}) = Just mod function
327 nameModule_maybe (Name { n_sort = WiredIn mod _ _}) = Just mod function
420 , n_sort = Internal function
457 n_sort = WiredIn mod thing built_in, function
516 stableNameCmp (Name { n_sort = s1, n_occ = occ1 }) function
517 (Name { n_sort = s2, n_occ = occ2 }) function
/dports/lang/ghc/ghc-8.10.7/compiler/basicTypes/
H A DName.hs111 n_sort :: NameSort, -- What sort of name it is function
254 nameModule_maybe (Name { n_sort = External mod}) = Just mod function
255 nameModule_maybe (Name { n_sort = WiredIn mod _ _}) = Just mod function
348 , n_sort = Internal function
383 n_sort = WiredIn mod thing built_in, function
442 stableNameCmp (Name { n_sort = s1, n_occ = occ1 }) function
443 (Name { n_sort = s2, n_occ = occ2 }) function
/dports/math/combblas/CombBLAS_beta_16_2/psort-1.0/include/psort/
H A Dpsort_util.h186 long n_sort = 0L; for (int i=0; i<nproc; ++i) n_sort += dist[i]; in print_perf_data() local
269 long n_sort = 0L; for (int i=0; i<nproc; ++i) n_sort += dist[i]; in print_perf_data_samplesort() local
/dports/science/berkeleygw/BGW-2.0.0/MeanField/Utilities/
H A Dfix_occ.f9037 integer :: n_occ, n_sort variable
/dports/net/p5-IPv6-Address/IPv6-Address-0.208/lib/IPv6/
H A DAddress.pm614 sub n_sort { subroutine