Home
last modified time | relevance | path

Searched refs:in_scope (Results 1 – 25 of 766) sorted by relevance

12345678910>>...31

/dports/devel/hs-hlint/hlint-3.3.4/_cabal_deps/ghc-lib-parser-9.0.1.20210324/compiler/GHC/Types/Var/
H A DEnv.hs128 mkInScopeSet in_scope = InScope in_scope function
146 elemInScopeSet v (InScope in_scope) = v `elemVarSet` in_scope
151 lookupInScope (InScope in_scope) v = lookupVarSet in_scope v function
298 , in_scope = extendInScopeSet in_scope new_b }, new_b) function
319 , in_scope = extendInScopeSet in_scope new_b }, new_b) function
354 delBndrL rn@(RV2 { envL = env, in_scope = in_scope }) v
356 delBndrR rn@(RV2 { envR = env, in_scope = in_scope }) v
360 delBndrsL rn@(RV2 { envL = env, in_scope = in_scope }) v
362 delBndrsR rn@(RV2 { envR = env, in_scope = in_scope }) v
390 rnSwap (RV2 { envL = envL, envR = envR, in_scope = in_scope })
[all …]
/dports/devel/hs-ormolu/ormolu-0.4.0.0/_cabal_deps/ghc-lib-parser-9.2.1.20211101/compiler/GHC/Types/Var/
H A DEnv.hs129 mkInScopeSet in_scope = InScope in_scope function
147 elemInScopeSet v (InScope in_scope) = v `elemVarSet` in_scope
152 lookupInScope (InScope in_scope) v = lookupVarSet in_scope v function
299 , in_scope = extendInScopeSet in_scope new_b }, new_b) function
320 , in_scope = extendInScopeSet in_scope new_b }, new_b) function
355 delBndrL rn@(RV2 { envL = env, in_scope = in_scope }) v
357 delBndrR rn@(RV2 { envR = env, in_scope = in_scope }) v
361 delBndrsL rn@(RV2 { envL = env, in_scope = in_scope }) v
363 delBndrsR rn@(RV2 { envR = env, in_scope = in_scope }) v
391 rnSwap (RV2 { envL = envL, envR = envR, in_scope = in_scope })
[all …]
/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 DVarEnv.hs129 mkInScopeSet in_scope = InScope in_scope 1 function
148 elemInScopeSet v (InScope in_scope _) = v `elemVarSet` in_scope
153 lookupInScope (InScope in_scope _) v = lookupVarSet in_scope v function
281 , in_scope = extendInScopeSet in_scope new_b }, new_b) function
302 , in_scope = extendInScopeSet in_scope new_b }, new_b) function
337 delBndrL rn@(RV2 { envL = env, in_scope = in_scope }) v
339 delBndrR rn@(RV2 { envR = env, in_scope = in_scope }) v
343 delBndrsL rn@(RV2 { envL = env, in_scope = in_scope }) v
345 delBndrsR rn@(RV2 { envR = env, in_scope = in_scope }) v
373 rnSwap (RV2 { envL = envL, envR = envR, in_scope = in_scope })
[all …]
/dports/lang/ghc/ghc-8.10.7/compiler/basicTypes/
H A DVarEnv.hs129 mkInScopeSet in_scope = InScope in_scope 1 function
148 elemInScopeSet v (InScope in_scope _) = v `elemVarSet` in_scope
153 lookupInScope (InScope in_scope _) v = lookupVarSet in_scope v function
281 , in_scope = extendInScopeSet in_scope new_b }, new_b) function
302 , in_scope = extendInScopeSet in_scope new_b }, new_b) function
337 delBndrL rn@(RV2 { envL = env, in_scope = in_scope }) v
339 delBndrR rn@(RV2 { envR = env, in_scope = in_scope }) v
343 delBndrsL rn@(RV2 { envL = env, in_scope = in_scope }) v
345 delBndrsR rn@(RV2 { envR = env, in_scope = in_scope }) v
373 rnSwap (RV2 { envL = envL, envR = envR, in_scope = in_scope })
[all …]
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/ghc-lib-parser-8.10.7.20210828/compiler/utils/
H A DFV.hs149 | var `elemVarSet` in_scope = acc
162 unionFV fv1 fv2 fv_cand in_scope acc =
163 fv1 fv_cand in_scope $! fv2 fv_cand in_scope $! acc
168 delFV var fv fv_cand !in_scope acc =
169 fv fv_cand (extendVarSet in_scope var) acc
174 delFVs vars fv fv_cand !in_scope acc =
180 filterFV fv_cand2 fv fv_cand1 in_scope acc =
187 mapUnionFV f (a:as) fv_cand in_scope acc =
188 mapUnionFV f as fv_cand in_scope $! f a fv_cand in_scope $! acc
193 unionsFV fvs fv_cand in_scope acc = mapUnionFV id fvs fv_cand in_scope acc
[all …]
/dports/lang/ghc/ghc-8.10.7/compiler/utils/
H A DFV.hs149 | var `elemVarSet` in_scope = acc
162 unionFV fv1 fv2 fv_cand in_scope acc =
163 fv1 fv_cand in_scope $! fv2 fv_cand in_scope $! acc
168 delFV var fv fv_cand !in_scope acc =
169 fv fv_cand (extendVarSet in_scope var) acc
174 delFVs vars fv fv_cand !in_scope acc =
180 filterFV fv_cand2 fv fv_cand1 in_scope acc =
187 mapUnionFV f (a:as) fv_cand in_scope acc =
188 mapUnionFV f as fv_cand in_scope $! f a fv_cand in_scope $! acc
193 unionsFV fvs fv_cand in_scope acc = mapUnionFV id fvs fv_cand in_scope acc
[all …]
/dports/devel/hs-hlint/hlint-3.3.4/_cabal_deps/ghc-lib-parser-9.0.1.20210324/compiler/GHC/Utils/
H A DFV.hs147 | var `elemVarSet` in_scope = acc
160 unionFV fv1 fv2 fv_cand in_scope acc =
161 fv1 fv_cand in_scope $! fv2 fv_cand in_scope $! acc
166 delFV var fv fv_cand !in_scope acc =
167 fv fv_cand (extendVarSet in_scope var) acc
172 delFVs vars fv fv_cand !in_scope acc =
178 filterFV fv_cand2 fv fv_cand1 in_scope acc =
185 mapUnionFV f (a:as) fv_cand in_scope acc =
186 mapUnionFV f as fv_cand in_scope $! f a fv_cand in_scope $! acc
191 unionsFV fvs fv_cand in_scope acc = mapUnionFV id fvs fv_cand in_scope acc
[all …]
/dports/devel/hs-ormolu/ormolu-0.4.0.0/_cabal_deps/ghc-lib-parser-9.2.1.20211101/compiler/GHC/Utils/
H A DFV.hs147 | var `elemVarSet` in_scope = acc
160 unionFV fv1 fv2 fv_cand in_scope acc =
161 fv1 fv_cand in_scope $! fv2 fv_cand in_scope $! acc
166 delFV var fv fv_cand !in_scope acc =
167 fv fv_cand (extendVarSet in_scope var) acc
172 delFVs vars fv fv_cand !in_scope acc =
178 filterFV fv_cand2 fv fv_cand1 in_scope acc =
185 mapUnionFV f (a:as) fv_cand in_scope acc =
186 mapUnionFV f as fv_cand in_scope $! f a fv_cand in_scope $! acc
191 unionsFV fvs fv_cand in_scope acc = mapUnionFV id fvs fv_cand in_scope acc
[all …]
/dports/lang/ghc/ghc-8.10.7/compiler/stgSyn/
H A DStgSubst.hs29 mkEmptySubst in_scope = Subst in_scope emptyVarEnv function
35 substBndr id (Subst in_scope env)
38 new_id = uniqAway in_scope id
52 lookupIdSubst id (Subst in_scope env)
55 | Just id' <- lookupInScope in_scope id = id'
63 noWarnLookupIdSubst id (Subst in_scope env)
66 | Just id' <- lookupInScope in_scope id = id'
72 extendInScope id (Subst in_scope env) = Subst (in_scope `extendInScopeSet` id) env
78 extendSubst id new_id (Subst in_scope env)
79 = ASSERT2( new_id `elemInScopeSet` in_scope, ppr id <+> ppr new_id $$ ppr in_scope )
[all …]
/dports/misc/mmdnn/MMdnn-0.3.1/mmdnn/conversion/keras/
H A Dkeras2_emitter.py154 if in_scope:
288 if in_scope:
323 if in_scope:
341 if in_scope:
383 if in_scope:
565 if in_scope:
659 if in_scope:
694 if in_scope:
845 if in_scope:
857 if in_scope:
[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.hs168 mkEmptySubst in_scope = Subst in_scope emptyVarEnv emptyVarEnv emptyVarEnv function
171 mkSubst in_scope tvs cvs ids = Subst in_scope ids tvs cvs function
175 substInScope (Subst in_scope _ _ _) = in_scope function
180 zapSubstEnv (Subst in_scope _ _ _) = Subst in_scope emptyVarEnv emptyVarEnv emptyVarEnv function
266 delBndr (Subst in_scope ids tvs cvs) v
272 delBndrs (Subst in_scope ids tvs cvs) vs
281 mkOpenSubst in_scope pairs = Subst in_scope function
288 isInScope v (Subst in_scope _ _ _) = v `elemInScopeSet` in_scope
317 setInScope (Subst _ ids tvs cvs) in_scope = Subst in_scope ids tvs cvs
322 ppr (Subst in_scope ids tvs cvs)
[all …]
/dports/lang/ghc/ghc-8.10.7/compiler/coreSyn/
H A DCoreSubst.hs168 mkEmptySubst in_scope = Subst in_scope emptyVarEnv emptyVarEnv emptyVarEnv function
171 mkSubst in_scope tvs cvs ids = Subst in_scope ids tvs cvs function
175 substInScope (Subst in_scope _ _ _) = in_scope function
180 zapSubstEnv (Subst in_scope _ _ _) = Subst in_scope emptyVarEnv emptyVarEnv emptyVarEnv function
266 delBndr (Subst in_scope ids tvs cvs) v
272 delBndrs (Subst in_scope ids tvs cvs) vs
281 mkOpenSubst in_scope pairs = Subst in_scope function
288 isInScope v (Subst in_scope _ _ _) = v `elemInScopeSet` in_scope
317 setInScope (Subst _ ids tvs cvs) in_scope = Subst in_scope ids tvs cvs
322 ppr (Subst in_scope ids tvs cvs)
[all …]
/dports/lang/ghc/ghc-8.10.7/compiler/simplCore/
H A DExitify.hs72 go in_scope (Cast e' c) = Cast (go in_scope e') c
73 go in_scope (Tick t e') = Tick t (go in_scope e')
74 go in_scope (App e1 e2) = App (go in_scope e1) (go in_scope e2)
76 go in_scope (Lam v e')
80 go in_scope (Case scrut bndr ty alts)
87 go in_scope (Let (NonRec bndr rhs) body)
92 go in_scope (Let (Rec pairs) body)
108 exitifyRec in_scope pairs
262 mkExitJoinId in_scope ty join_arity = do function
272 addExit in_scope join_arity rhs = do function
[all …]
/dports/devel/hs-hlint/hlint-3.3.4/_cabal_deps/ghc-lib-parser-9.0.1.20210324/compiler/GHC/Core/
H A DSubst.hs170 mkEmptySubst in_scope = Subst in_scope emptyVarEnv emptyVarEnv emptyVarEnv function
173 mkSubst in_scope tvs cvs ids = Subst in_scope ids tvs cvs function
177 substInScope (Subst in_scope _ _ _) = in_scope function
182 zapSubstEnv (Subst in_scope _ _ _) = Subst in_scope emptyVarEnv emptyVarEnv emptyVarEnv function
250 lookupIdSubst (Subst in_scope ids _ _) v
268 delBndr (Subst in_scope ids tvs cvs) v
283 mkOpenSubst in_scope pairs = Subst in_scope function
290 isInScope v (Subst in_scope _ _ _) = v `elemInScopeSet` in_scope
319 setInScope (Subst _ ids tvs cvs) in_scope = Subst in_scope ids tvs cvs
324 ppr (Subst in_scope ids tvs cvs)
[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.hs174 mkEmptySubst in_scope = Subst in_scope emptyVarEnv emptyVarEnv emptyVarEnv function
177 mkSubst in_scope tvs cvs ids = Subst in_scope ids tvs cvs function
181 substInScope (Subst in_scope _ _ _) = in_scope function
186 zapSubstEnv (Subst in_scope _ _ _) = Subst in_scope emptyVarEnv emptyVarEnv emptyVarEnv function
254 lookupIdSubst (Subst in_scope ids _ _) v
272 delBndr (Subst in_scope ids tvs cvs) v
287 mkOpenSubst in_scope pairs = Subst in_scope function
294 isInScope v (Subst in_scope _ _ _) = v `elemInScopeSet` in_scope
323 setInScope (Subst _ ids tvs cvs) in_scope = Subst in_scope ids tvs cvs
328 ppr (Subst in_scope ids tvs cvs)
[all …]
/dports/devel/hs-ormolu/ormolu-0.4.0.0/_cabal_deps/ghc-lib-parser-9.2.1.20211101/compiler/GHC/Core/TyCo/
H A DFVs.hs598 tyCoFVsOfTypes [] fv_cand in_scope acc = emptyFV fv_cand in_scope acc
636 tyCoFVsOfCo (SymCo co) fv_cand in_scope acc = tyCoFVsOfCo co fv_cand in_scope acc
638 tyCoFVsOfCo (NthCo _ _ co) fv_cand in_scope acc = tyCoFVsOfCo co fv_cand in_scope acc
639 tyCoFVsOfCo (LRCo _ co) fv_cand in_scope acc = tyCoFVsOfCo co fv_cand in_scope acc
641 tyCoFVsOfCo (KindCo co) fv_cand in_scope acc = tyCoFVsOfCo co fv_cand in_scope acc
642 tyCoFVsOfCo (SubCo co) fv_cand in_scope acc = tyCoFVsOfCo co fv_cand in_scope acc
643 tyCoFVsOfCo (AxiomRuleCo _ cs) fv_cand in_scope acc = tyCoFVsOfCos cs fv_cand in_scope acc
650 tyCoFVsOfProv (PhantomProv co) fv_cand in_scope acc = tyCoFVsOfCo co fv_cand in_scope acc
652 tyCoFVsOfProv (PluginProv _) fv_cand in_scope acc = emptyFV fv_cand in_scope acc
653 tyCoFVsOfProv CorePrepProv fv_cand in_scope acc = emptyFV fv_cand in_scope acc
[all …]
H A DSubst.hs265 mkTCvSubst in_scope (tenv, cenv) = TCvSubst in_scope tenv cenv function
269 mkTvSubst in_scope tenv = TCvSubst in_scope tenv emptyCvSubstEnv function
273 mkCvSubst in_scope cenv = TCvSubst in_scope emptyTvSubstEnv cenv function
282 getTCvInScope (TCvSubst in_scope _ _) = in_scope function
294 isInScope v (TCvSubst in_scope _ _) = v `elemInScopeSet` in_scope
307 setTvSubstEnv (TCvSubst in_scope _ cenv) tenv = TCvSubst in_scope tenv cenv function
310 setCvSubstEnv (TCvSubst in_scope tenv _) cenv = TCvSubst in_scope tenv cenv function
313 zapTCvSubst (TCvSubst in_scope _ _) = TCvSubst in_scope emptyVarEnv emptyVarEnv function
434 mkTvSubst in_scope tenv
579 substTy (mkTvSubst in_scope tenv) ty
[all …]
/dports/devel/hs-hlint/hlint-3.3.4/_cabal_deps/ghc-lib-parser-9.0.1.20210324/compiler/GHC/Core/TyCo/
H A DFVs.hs593 tyCoFVsOfTypes [] fv_cand in_scope acc = emptyFV fv_cand in_scope acc
631 tyCoFVsOfCo (SymCo co) fv_cand in_scope acc = tyCoFVsOfCo co fv_cand in_scope acc
633 tyCoFVsOfCo (NthCo _ _ co) fv_cand in_scope acc = tyCoFVsOfCo co fv_cand in_scope acc
634 tyCoFVsOfCo (LRCo _ co) fv_cand in_scope acc = tyCoFVsOfCo co fv_cand in_scope acc
636 tyCoFVsOfCo (KindCo co) fv_cand in_scope acc = tyCoFVsOfCo co fv_cand in_scope acc
637 tyCoFVsOfCo (SubCo co) fv_cand in_scope acc = tyCoFVsOfCo co fv_cand in_scope acc
638 tyCoFVsOfCo (AxiomRuleCo _ cs) fv_cand in_scope acc = tyCoFVsOfCos cs fv_cand in_scope acc
645 tyCoFVsOfProv (PhantomProv co) fv_cand in_scope acc = tyCoFVsOfCo co fv_cand in_scope acc
646 tyCoFVsOfProv (ProofIrrelProv co) fv_cand in_scope acc = tyCoFVsOfCo co fv_cand in_scope acc
647 tyCoFVsOfProv (PluginProv _) fv_cand in_scope acc = emptyFV fv_cand in_scope acc
[all …]
H A DSubst.hs263 mkTCvSubst in_scope (tenv, cenv) = TCvSubst in_scope tenv cenv function
267 mkTvSubst in_scope tenv = TCvSubst in_scope tenv emptyCvSubstEnv function
271 mkCvSubst in_scope cenv = TCvSubst in_scope emptyTvSubstEnv cenv function
280 getTCvInScope (TCvSubst in_scope _ _) = in_scope function
292 isInScope v (TCvSubst in_scope _ _) = v `elemInScopeSet` in_scope
302 setTvSubstEnv (TCvSubst in_scope _ cenv) tenv = TCvSubst in_scope tenv cenv function
305 setCvSubstEnv (TCvSubst in_scope tenv _) cenv = TCvSubst in_scope tenv cenv function
308 zapTCvSubst (TCvSubst in_scope _ _) = TCvSubst in_scope emptyVarEnv emptyVarEnv function
428 mkTvSubst in_scope tenv
573 substTy (mkTvSubst in_scope tenv) ty
[all …]
/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 DTyCoSubst.hs260 mkTCvSubst in_scope (tenv, cenv) = TCvSubst in_scope tenv cenv function
264 mkTvSubst in_scope tenv = TCvSubst in_scope tenv emptyCvSubstEnv function
268 mkCvSubst in_scope cenv = TCvSubst in_scope emptyTvSubstEnv cenv function
277 getTCvInScope (TCvSubst in_scope _ _) = in_scope function
289 isInScope v (TCvSubst in_scope _ _) = v `elemInScopeSet` in_scope
299 setTvSubstEnv (TCvSubst in_scope _ cenv) tenv = TCvSubst in_scope tenv cenv function
302 setCvSubstEnv (TCvSubst in_scope tenv _) cenv = TCvSubst in_scope tenv cenv function
305 zapTCvSubst (TCvSubst in_scope _ _) = TCvSubst in_scope emptyVarEnv emptyVarEnv function
424 mkTvSubst in_scope tenv
569 substTy (mkTvSubst in_scope tenv) ty
[all …]
H A DTyCoFVs.hs417 tyCoFVsOfTypes [] fv_cand in_scope acc = emptyFV fv_cand in_scope acc
460 tyCoFVsOfCo (SymCo co) fv_cand in_scope acc = tyCoFVsOfCo co fv_cand in_scope acc
462 tyCoFVsOfCo (NthCo _ _ co) fv_cand in_scope acc = tyCoFVsOfCo co fv_cand in_scope acc
463 tyCoFVsOfCo (LRCo _ co) fv_cand in_scope acc = tyCoFVsOfCo co fv_cand in_scope acc
465 tyCoFVsOfCo (KindCo co) fv_cand in_scope acc = tyCoFVsOfCo co fv_cand in_scope acc
466 tyCoFVsOfCo (SubCo co) fv_cand in_scope acc = tyCoFVsOfCo co fv_cand in_scope acc
467 tyCoFVsOfCo (AxiomRuleCo _ cs) fv_cand in_scope acc = tyCoFVsOfCos cs fv_cand in_scope acc
474 tyCoFVsOfProv UnsafeCoerceProv fv_cand in_scope acc = emptyFV fv_cand in_scope acc
475 tyCoFVsOfProv (PhantomProv co) fv_cand in_scope acc = tyCoFVsOfCo co fv_cand in_scope acc
477 tyCoFVsOfProv (PluginProv _) fv_cand in_scope acc = emptyFV fv_cand in_scope acc
[all …]
/dports/lang/ghc/ghc-8.10.7/compiler/types/
H A DTyCoSubst.hs260 mkTCvSubst in_scope (tenv, cenv) = TCvSubst in_scope tenv cenv function
264 mkTvSubst in_scope tenv = TCvSubst in_scope tenv emptyCvSubstEnv function
268 mkCvSubst in_scope cenv = TCvSubst in_scope emptyTvSubstEnv cenv function
277 getTCvInScope (TCvSubst in_scope _ _) = in_scope function
289 isInScope v (TCvSubst in_scope _ _) = v `elemInScopeSet` in_scope
299 setTvSubstEnv (TCvSubst in_scope _ cenv) tenv = TCvSubst in_scope tenv cenv function
302 setCvSubstEnv (TCvSubst in_scope tenv _) cenv = TCvSubst in_scope tenv cenv function
305 zapTCvSubst (TCvSubst in_scope _ _) = TCvSubst in_scope emptyVarEnv emptyVarEnv function
424 mkTvSubst in_scope tenv
569 substTy (mkTvSubst in_scope tenv) ty
[all …]
H A DTyCoFVs.hs417 tyCoFVsOfTypes [] fv_cand in_scope acc = emptyFV fv_cand in_scope acc
460 tyCoFVsOfCo (SymCo co) fv_cand in_scope acc = tyCoFVsOfCo co fv_cand in_scope acc
462 tyCoFVsOfCo (NthCo _ _ co) fv_cand in_scope acc = tyCoFVsOfCo co fv_cand in_scope acc
463 tyCoFVsOfCo (LRCo _ co) fv_cand in_scope acc = tyCoFVsOfCo co fv_cand in_scope acc
465 tyCoFVsOfCo (KindCo co) fv_cand in_scope acc = tyCoFVsOfCo co fv_cand in_scope acc
466 tyCoFVsOfCo (SubCo co) fv_cand in_scope acc = tyCoFVsOfCo co fv_cand in_scope acc
467 tyCoFVsOfCo (AxiomRuleCo _ cs) fv_cand in_scope acc = tyCoFVsOfCos cs fv_cand in_scope acc
474 tyCoFVsOfProv UnsafeCoerceProv fv_cand in_scope acc = emptyFV fv_cand in_scope acc
475 tyCoFVsOfProv (PhantomProv co) fv_cand in_scope acc = tyCoFVsOfCo co fv_cand in_scope acc
477 tyCoFVsOfProv (PluginProv _) fv_cand in_scope acc = emptyFV fv_cand in_scope acc
[all …]
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/tracing-0.1.26/tests/
H A Dfilters_are_reevaluated_for_different_call_sites.rs55 let dave = charlie.in_scope(|| { in filters_are_reevaluated_for_different_call_sites()
57 dave.in_scope(|| {}); in filters_are_reevaluated_for_different_call_sites()
65 charlie.in_scope(|| dave.in_scope(|| {})); in filters_are_reevaluated_for_different_call_sites()
75 charlie.in_scope(|| {}); in filters_are_reevaluated_for_different_call_sites()
81 charlie2.in_scope(|| span!(Level::TRACE, "dave").in_scope(|| {})); in filters_are_reevaluated_for_different_call_sites()
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/tracing-0.1.29/tests/
H A Dfilters_are_reevaluated_for_different_call_sites.rs55 let dave = charlie.in_scope(|| { in filters_are_reevaluated_for_different_call_sites()
57 dave.in_scope(|| {}); in filters_are_reevaluated_for_different_call_sites()
65 charlie.in_scope(|| dave.in_scope(|| {})); in filters_are_reevaluated_for_different_call_sites()
75 charlie.in_scope(|| {}); in filters_are_reevaluated_for_different_call_sites()
81 charlie2.in_scope(|| span!(Level::TRACE, "dave").in_scope(|| {})); in filters_are_reevaluated_for_different_call_sites()

12345678910>>...31