Home
last modified time | relevance | path

Searched refs:FromSource (Results 1 – 25 of 70) sorted by relevance

123

/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/hlint-3.2.7/src/Hint/
H A DUnsafe.hs56 … , fun_matches=MG{mg_origin=FromSource,mg_alts=L _ [L _ Match {m_pats=[]}]}}) <- [d]
72 isUnsafeDecl (ValD _ FunBind {fun_matches=MG {mg_origin=FromSource,mg_alts=L _ alts}}) =
H A DListRec.hs136 mg_origin=FromSource
158 MG{mg_origin=FromSource, mg_alts=
H A DPattern.hs236 …Alt [L _ (WildPat _)] (GRHSs _ [L _ (GRHS _ [] e)] (L _ (EmptyLocalBinds _)))) ]) FromSource ))) =
240 …L _ (VarPat _ (L _ y))] (GRHSs _ [L _ (GRHS _ [] e)] (L _ (EmptyLocalBinds _)))) ]) FromSource )))
H A DSmell.hs135 mg_origin=FromSource
H A DNaming.hs87 shorten (L locDecl (ValD ttg0 bind@(FunBind _ _ matchGroup@(MG _ (L locMatches matches) FromSource)…
/dports/devel/hs-hlint/hlint-3.3.4/src/Hint/
H A DUnsafe.hs56 … , fun_matches=MG{mg_origin=FromSource,mg_alts=L _ [L _ Match {m_pats=[]}]}}) <- [d]
72 isUnsafeDecl (ValD _ FunBind {fun_matches=MG {mg_origin=FromSource,mg_alts=L _ alts}}) =
H A DListRec.hs136 mg_origin=FromSource
158 MG{mg_origin=FromSource, mg_alts=
H A DPattern.hs235 …Alt [L _ (WildPat _)] (GRHSs _ [L _ (GRHS _ [] e)] (L _ (EmptyLocalBinds _)))) ]) FromSource ))) =
239 …L _ (VarPat _ (L _ y))] (GRHSs _ [L _ (GRHS _ [] e)] (L _ (EmptyLocalBinds _)))) ]) FromSource )))
H A DSmell.hs134 mg_origin=FromSource
H A DNaming.hs87 shorten (L locDecl (ValD ttg0 bind@(FunBind _ _ matchGroup@(MG _ (L locMatches matches) FromSource)…
/dports/games/openra/OpenRA-release-20200503/OpenRA.Mods.Common/UtilityCommands/
H A DUpdateMapCommand.cs45 rules = UpdatePath.FromSource(modData.ObjectCreator, args[2]); in IUtilityCommand.Run()
63 ruleGroups[p] = UpdatePath.FromSource(modData.ObjectCreator, p, false) in IUtilityCommand.Run()
H A DUpdateModCommand.cs37 rules = UpdatePath.FromSource(modData.ObjectCreator, args[1]); in IUtilityCommand.Run()
55 ruleGroups[p] = UpdatePath.FromSource(modData.ObjectCreator, p, false) in IUtilityCommand.Run()
/dports/lang/ghc/ghc-8.10.7/compiler/deSugar/
H A DDsGRHSs.hs26 import BasicTypes (Origin(FromSource))
131 applyWhen (needToRunPmCheck dflags FromSource)
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.CodeDom/src/System/CodeDom/Compiler/
H A DCodeCompiler.cs55 return FromSource(options, source); in ICodeCompiler.CompileAssemblyFromSource()
155 protected virtual CompilerResults FromSource(CompilerParameters options, string source) in FromSource() method in System.CodeDom.Compiler.CodeCompiler
/dports/sysutils/restic/restic-0.12.1/vendor/github.com/Azure/azure-sdk-for-go/sdk/internal/uuid/
H A Duuid.go45 func FromSource(src rand.Source) UUID { func
/dports/games/openra/OpenRA-release-20200503/OpenRA.Mods.Common/UpdateRules/
H A DUpdatePath.cs80 …public static IEnumerable<UpdateRule> FromSource(ObjectCreator objectCreator, string source, bool … in FromSource() method in OpenRA.Mods.Common.UpdateRules.UpdatePath
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/compmod/system/codedom/compiler/
H A DCodeCompiler.cs72 return FromSource(options, source); in ICodeCompiler.CompileAssemblyFromSource()
218 protected virtual CompilerResults FromSource(CompilerParameters options, string source) { in FromSource() method in System.CodeDom.Compiler.CodeCompiler
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/hlint-3.2.7/src/GHC/Util/
H A DView.hs36 (GRHSs _ [L _ (GRHS _ [] x)] (L _ (EmptyLocalBinds _))))]) FromSource)))) = LamConst1 x
/dports/devel/hs-hlint/hlint-3.3.4/src/GHC/Util/
H A DView.hs36 (GRHSs _ [L _ (GRHS _ [] x)] (L _ (EmptyLocalBinds _))))]) FromSource)))) = LamConst1 x
/dports/devel/hs-hlint/hlint-3.3.4/_cabal_deps/ghc-lib-parser-9.0.1.20210324/compiler/GHC/Types/
H A DBasic.hs640 data Origin = FromSource constructor
646 isGenerated FromSource = False function
649 ppr FromSource = text "FromSource"
/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 DBasicTypes.hs585 data Origin = FromSource constructor
591 isGenerated FromSource = False function
594 ppr FromSource = text "FromSource"
/dports/devel/hs-ormolu/ormolu-0.4.0.0/_cabal_deps/ghc-lib-parser-9.2.1.20211101/compiler/GHC/Types/
H A DBasic.hs551 data Origin = FromSource constructor
557 isGenerated FromSource = False function
560 ppr FromSource = text "FromSource"
/dports/lang/ghc/ghc-8.10.7/compiler/basicTypes/
H A DBasicTypes.hs585 data Origin = FromSource constructor
591 isGenerated FromSource = False function
594 ppr FromSource = text "FromSource"
/dports/sysutils/restic/restic-0.12.1/vendor/github.com/Azure/azure-sdk-for-go/sdk/internal/recording/
H A Drecording.go211 return uuid.FromSource(r.src)
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/Test/System.CodeDom.Compiler/
H A DCodeCompilerCas.cs319 return FromSource (options, source); in _FromSource()

123