Home
last modified time | relevance | path

Searched refs:Subst (Results 1 – 25 of 1546) sorted by relevance

12345678910>>...62

/dports/net-p2p/jigdo/jigdo-0.7.3/src/util/
H A Dstring.hh102 inline string subst(const char* format, Subst a, Subst b, Subst c) {
106 inline string subst(const char* format, Subst a, Subst b, Subst c, Subst d) {
110 inline string subst(const char* format, Subst a, Subst b, Subst c, Subst d,
115 inline string subst(const char* format, Subst a, Subst b, Subst c, Subst d,
116 Subst e, Subst f) {
120 inline string subst(const char* format, Subst a, Subst b, Subst c, Subst d,
121 Subst e, Subst f, Subst g) {
125 inline string subst(const char* format, Subst a, Subst b, Subst c, Subst d,
126 Subst e, Subst f, Subst g, Subst h) {
130 inline string subst(const char* format, Subst a, Subst b, Subst c, Subst d,
[all …]
H A Dlog.hh160 void operator()(const char* format, Subst a, Subst b, Subst c) const { in operator ()()
165 void operator()(const char* format, Subst a, Subst b, Subst c, Subst d) in operator ()()
171 void operator()(const char* format, Subst a, Subst b, Subst c, Subst d, in operator ()()
177 void operator()(const char* format, Subst a, Subst b, Subst c, Subst d, in operator ()()
178 Subst e, Subst f) const { in operator ()()
183 void operator()(const char* format, Subst a, Subst b, Subst c, Subst d, in operator ()()
184 Subst e, Subst f, Subst g) const { in operator ()()
189 void operator()(const char* format, Subst a, Subst b, Subst c, Subst d, in operator ()()
190 Subst e, Subst f, Subst g, Subst h) const { in operator ()()
195 void operator()(const char* format, Subst a, Subst b, Subst c, Subst d, in operator ()()
[all …]
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/ghc-lib-parser-8.10.7.20210828/compiler/coreSyn/
H A DCoreSubst.hs84 data Subst type
179 zapSubstEnv :: Subst -> Subst
226 extendSubst :: Subst -> Var -> CoreArg -> Subst
265 delBndr :: Subst -> Var -> Subst
271 delBndrs :: Subst -> [Var] -> Subst
292 addInScopeSet :: Subst -> VarSet -> Subst
298 extendInScope :: Subst -> Var -> Subst
304 extendInScopeList :: Subst -> [Var] -> Subst
311 extendInScopeIds :: Subst -> [Id] -> Subst
316 setInScope :: Subst -> InScopeSet -> Subst
[all …]
/dports/lang/ghc/ghc-8.10.7/compiler/coreSyn/
H A DCoreSubst.hs84 data Subst type
179 zapSubstEnv :: Subst -> Subst
226 extendSubst :: Subst -> Var -> CoreArg -> Subst
265 delBndr :: Subst -> Var -> Subst
271 delBndrs :: Subst -> [Var] -> Subst
292 addInScopeSet :: Subst -> VarSet -> Subst
298 extendInScope :: Subst -> Var -> Subst
304 extendInScopeList :: Subst -> [Var] -> Subst
311 extendInScopeIds :: Subst -> [Id] -> Subst
316 setInScope :: Subst -> InScopeSet -> Subst
[all …]
/dports/devel/hs-hlint/hlint-3.3.4/_cabal_deps/ghc-lib-parser-9.0.1.20210324/compiler/GHC/Core/
H A DSubst.hs86 data Subst type
181 zapSubstEnv :: Subst -> Subst
228 extendSubst :: Subst -> Var -> CoreArg -> Subst
267 delBndr :: Subst -> Var -> Subst
273 delBndrs :: Subst -> [Var] -> Subst
294 addInScopeSet :: Subst -> VarSet -> Subst
300 extendInScope :: Subst -> Var -> Subst
306 extendInScopeList :: Subst -> [Var] -> Subst
313 extendInScopeIds :: Subst -> [Id] -> Subst
318 setInScope :: Subst -> InScopeSet -> Subst
[all …]
/dports/devel/hs-ormolu/ormolu-0.4.0.0/_cabal_deps/ghc-lib-parser-9.2.1.20211101/compiler/GHC/Core/
H A DSubst.hs90 data Subst type
185 zapSubstEnv :: Subst -> Subst
232 extendSubst :: Subst -> Var -> CoreArg -> Subst
271 delBndr :: Subst -> Var -> Subst
277 delBndrs :: Subst -> [Var] -> Subst
298 addInScopeSet :: Subst -> VarSet -> Subst
304 extendInScope :: Subst -> Var -> Subst
310 extendInScopeList :: Subst -> [Var] -> Subst
317 extendInScopeIds :: Subst -> [Id] -> Subst
322 setInScope :: Subst -> InScopeSet -> Subst
[all …]
/dports/lang/ghc/ghc-8.10.7/compiler/stgSyn/
H A DStgSubst.hs18 data Subst = Subst InScopeSet IdSubstEnv type
23 emptySubst :: Subst
28 mkEmptySubst :: InScopeSet -> Subst
34 substBndr :: Id -> Subst -> (Id, Subst)
35 substBndr id (Subst in_scope env)
36 = (new_id, Subst new_in_scope new_env)
46 substBndrs :: Traversable f => f Id -> Subst -> (f Id, Subst)
52 lookupIdSubst id (Subst in_scope env)
71 extendInScope :: Id -> Subst -> Subst
72 extendInScope id (Subst in_scope env) = Subst (in_scope `extendInScopeSet` id) env
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/testsuite/go.test/test/bench/shootout/
H A Dregex-dna.go57 type Subst struct { struct
61 var substs = []Subst{
62 Subst{"B", "(c|g|t)"},
63 Subst{"D", "(a|g|t)"},
64 Subst{"H", "(a|c|t)"},
65 Subst{"K", "(g|t)"},
66 Subst{"M", "(a|c)"},
68 Subst{"R", "(a|g)"},
69 Subst{"S", "(c|g)"},
71 Subst{"W", "(a|t)"},
[all …]
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/go.test/test/bench/shootout/
H A Dregex-dna.go57 type Subst struct { struct
61 var substs = []Subst{
62 Subst{"B", "(c|g|t)"},
63 Subst{"D", "(a|g|t)"},
64 Subst{"H", "(a|c|t)"},
65 Subst{"K", "(g|t)"},
66 Subst{"M", "(a|c)"},
68 Subst{"R", "(a|g)"},
69 Subst{"S", "(c|g)"},
71 Subst{"W", "(a|t)"},
[all …]
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/go.test/test/bench/shootout/
H A Dregex-dna.go57 type Subst struct { struct
61 var substs = []Subst{
62 Subst{"B", "(c|g|t)"},
63 Subst{"D", "(a|g|t)"},
64 Subst{"H", "(a|c|t)"},
65 Subst{"K", "(g|t)"},
66 Subst{"M", "(a|c)"},
68 Subst{"R", "(a|g)"},
69 Subst{"S", "(c|g)"},
71 Subst{"W", "(a|t)"},
[all …]
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/go.test/test/bench/shootout/
H A Dregex-dna.go57 type Subst struct { struct
61 var substs = []Subst{
62 Subst{"B", "(c|g|t)"},
63 Subst{"D", "(a|g|t)"},
64 Subst{"H", "(a|c|t)"},
65 Subst{"K", "(g|t)"},
66 Subst{"M", "(a|c)"},
68 Subst{"R", "(a|g)"},
69 Subst{"S", "(c|g)"},
71 Subst{"W", "(a|t)"},
[all …]
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/go.test/test/bench/shootout/
H A Dregex-dna.go57 type Subst struct { struct
61 var substs = []Subst{
62 Subst{"B", "(c|g|t)"},
63 Subst{"D", "(a|g|t)"},
64 Subst{"H", "(a|c|t)"},
65 Subst{"K", "(g|t)"},
66 Subst{"M", "(a|c)"},
68 Subst{"R", "(a|g)"},
69 Subst{"S", "(c|g)"},
71 Subst{"W", "(a|t)"},
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/go.test/test/bench/shootout/
H A Dregex-dna.go57 type Subst struct { struct
61 var substs = []Subst{
62 Subst{"B", "(c|g|t)"},
63 Subst{"D", "(a|g|t)"},
64 Subst{"H", "(a|c|t)"},
65 Subst{"K", "(g|t)"},
66 Subst{"M", "(a|c)"},
68 Subst{"R", "(a|g)"},
69 Subst{"S", "(c|g)"},
71 Subst{"W", "(a|t)"},
[all …]
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/go.test/test/bench/shootout/
H A Dregex-dna.go57 type Subst struct { struct
61 var substs = []Subst{
62 Subst{"B", "(c|g|t)"},
63 Subst{"D", "(a|g|t)"},
64 Subst{"H", "(a|c|t)"},
65 Subst{"K", "(g|t)"},
66 Subst{"M", "(a|c)"},
68 Subst{"R", "(a|g)"},
69 Subst{"S", "(c|g)"},
71 Subst{"W", "(a|t)"},
[all …]
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/go.test/test/bench/shootout/
H A Dregex-dna.go57 type Subst struct { struct
61 var substs = []Subst{
62 Subst{"B", "(c|g|t)"},
63 Subst{"D", "(a|g|t)"},
64 Subst{"H", "(a|c|t)"},
65 Subst{"K", "(g|t)"},
66 Subst{"M", "(a|c)"},
68 Subst{"R", "(a|g)"},
69 Subst{"S", "(c|g)"},
71 Subst{"W", "(a|t)"},
[all …]
/dports/lang/gcc48/gcc-4.8.5/gcc/testsuite/go.test/test/bench/shootout/
H A Dregex-dna.go57 type Subst struct { struct
61 var substs = []Subst{
62 Subst{"B", "(c|g|t)"},
63 Subst{"D", "(a|g|t)"},
64 Subst{"H", "(a|c|t)"},
65 Subst{"K", "(g|t)"},
66 Subst{"M", "(a|c)"},
68 Subst{"R", "(a|g)"},
69 Subst{"S", "(c|g)"},
71 Subst{"W", "(a|t)"},
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/golang.org/x/exp/shootout/
H A Dregex-dna.go59 type Subst struct { struct
63 var substs = []Subst{
64 Subst{"B", "(c|g|t)"},
65 Subst{"D", "(a|g|t)"},
66 Subst{"H", "(a|c|t)"},
67 Subst{"K", "(g|t)"},
68 Subst{"M", "(a|c)"},
70 Subst{"R", "(a|g)"},
71 Subst{"S", "(c|g)"},
73 Subst{"W", "(a|t)"},
[all …]
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/golang.org/x/exp/shootout/
H A Dregex-dna.go59 type Subst struct { struct
63 var substs = []Subst{
64 Subst{"B", "(c|g|t)"},
65 Subst{"D", "(a|g|t)"},
66 Subst{"H", "(a|c|t)"},
67 Subst{"K", "(g|t)"},
68 Subst{"M", "(a|c)"},
70 Subst{"R", "(a|g)"},
71 Subst{"S", "(c|g)"},
73 Subst{"W", "(a|t)"},
[all …]
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/testsuite/go.test/test/bench/shootout/
H A Dregex-dna.go57 type Subst struct { struct
61 var substs = []Subst{
62 Subst{"B", "(c|g|t)"},
63 Subst{"D", "(a|g|t)"},
64 Subst{"H", "(a|c|t)"},
65 Subst{"K", "(g|t)"},
66 Subst{"M", "(a|c)"},
68 Subst{"R", "(a|g)"},
69 Subst{"S", "(c|g)"},
71 Subst{"W", "(a|t)"},
[all …]
/dports/lang/gnat_util/gcc-6-20180516/gcc/testsuite/go.test/test/bench/shootout/
H A Dregex-dna.go57 type Subst struct { struct
61 var substs = []Subst{
62 Subst{"B", "(c|g|t)"},
63 Subst{"D", "(a|g|t)"},
64 Subst{"H", "(a|c|t)"},
65 Subst{"K", "(g|t)"},
66 Subst{"M", "(a|c)"},
68 Subst{"R", "(a|g)"},
69 Subst{"S", "(c|g)"},
71 Subst{"W", "(a|t)"},
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/go.test/test/bench/shootout/
H A Dregex-dna.go57 type Subst struct { struct
61 var substs = []Subst{
62 Subst{"B", "(c|g|t)"},
63 Subst{"D", "(a|g|t)"},
64 Subst{"H", "(a|c|t)"},
65 Subst{"K", "(g|t)"},
66 Subst{"M", "(a|c)"},
68 Subst{"R", "(a|g)"},
69 Subst{"S", "(c|g)"},
71 Subst{"W", "(a|t)"},
[all …]
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/go.test/test/bench/shootout/
H A Dregex-dna.go57 type Subst struct { struct
61 var substs = []Subst{
62 Subst{"B", "(c|g|t)"},
63 Subst{"D", "(a|g|t)"},
64 Subst{"H", "(a|c|t)"},
65 Subst{"K", "(g|t)"},
66 Subst{"M", "(a|c)"},
68 Subst{"R", "(a|g)"},
69 Subst{"S", "(c|g)"},
71 Subst{"W", "(a|t)"},
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/go.test/test/bench/shootout/
H A Dregex-dna.go57 type Subst struct { struct
61 var substs = []Subst{
62 Subst{"B", "(c|g|t)"},
63 Subst{"D", "(a|g|t)"},
64 Subst{"H", "(a|c|t)"},
65 Subst{"K", "(g|t)"},
66 Subst{"M", "(a|c)"},
68 Subst{"R", "(a|g)"},
69 Subst{"S", "(c|g)"},
71 Subst{"W", "(a|t)"},
[all …]
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/go.test/test/bench/shootout/
H A Dregex-dna.go57 type Subst struct { struct
61 var substs = []Subst{
62 Subst{"B", "(c|g|t)"},
63 Subst{"D", "(a|g|t)"},
64 Subst{"H", "(a|c|t)"},
65 Subst{"K", "(g|t)"},
66 Subst{"M", "(a|c)"},
68 Subst{"R", "(a|g)"},
69 Subst{"S", "(c|g)"},
71 Subst{"W", "(a|t)"},
[all …]
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/go.test/test/bench/shootout/
H A Dregex-dna.go57 type Subst struct { struct
61 var substs = []Subst{
62 Subst{"B", "(c|g|t)"},
63 Subst{"D", "(a|g|t)"},
64 Subst{"H", "(a|c|t)"},
65 Subst{"K", "(g|t)"},
66 Subst{"M", "(a|c)"},
68 Subst{"R", "(a|g)"},
69 Subst{"S", "(c|g)"},
71 Subst{"W", "(a|t)"},
[all …]

12345678910>>...62