Home
last modified time | relevance | path

Searched refs:sVars (Results 1 – 12 of 12) sorted by relevance

/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/src/ui/ctl/
H A DCtlExpression.cpp69 sVars.set_resolver(&sResolver); in init()
70 sExpr.set_resolver(&sVars); in init()
81 sVars.clear(); in do_destroy()
110 sVars.clear(); in evaluate()
131 sVars.clear(); in evaluate()
168 sVars.clear(); in parse()
187 sVars.clear(); in parse()
/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/include/ui/ctl/
H A DCtlExpression.h62 calc::Variables sVars; variable
/dports/security/hs-cryptol/cryptol-2.11.0/src/Cryptol/Transform/
H A DSpecialize.hs106 | null (sVars (dSignature decl)) = return (Let decl)
165 let isMonoType s = null (sVars s) && null (sProps s)
H A DAddModParams.hs118 addParams ps s = s { sVars = pTypes ps ++ sVars s
H A DMonoValues.hs260 { sVars = [], sProps = [] } function
/dports/security/hs-cryptol/cryptol-2.11.0/src/Cryptol/TypeCheck/
H A DSolve.hs164 tys <- sequence [ lookup v su | v <- sVars sch ]
172 (numVs,otherVs) = partition (kindIs KNum) (sVars sch)
H A DType.hs38 data Schema = Forall { sVars :: [TParam], sProps :: [Prop], sType :: Type } function
895 | null (sVars s) && null (sProps s) = body
900 vars = case sVars s of
908 ns1 = addTNames (sVars s) ns
H A DInfer.hs745 as = sVars (dSignature d)
1006 (sVars s) (sProps s) gs
/dports/science/plumed/plumed2-2.7.2/src/asmjit/
H A Dx86regalloc.cpp608 VirtReg** sVars = state->getListByKind(C); in X86RAPass_checkStateVars() local
618 VirtReg* vreg = sVars[physId]; in X86RAPass_checkStateVars()
653 VirtReg** sVars = src->getListByKind(C); in X86RAPass_loadStateVars() local
660 VirtReg* vreg = sVars[physId]; in X86RAPass_loadStateVars()
744 VirtReg** sVars = src->getListByKind(C); in X86RAPass_switchStateVars() local
755 VirtReg* sVd = sVars[physId]; in X86RAPass_switchStateVars()
3305 VirtReg** sVars = state->getListByKind(C); in spill() local
3317 VirtReg* vreg = sVars[i]; in spill()
3547 VirtReg** sVars = state->getListByKind(C); in save() local
3554 VirtReg* vreg = sVars[i]; in save()
[all …]
/dports/security/hs-cryptol/cryptol-2.11.0/src/Cryptol/IR/
H A DFreeVars.hs133 (sVars s)
/dports/security/hs-cryptol/cryptol-2.11.0/src/Cryptol/
H A DEval.hs383 isValueType env Forall{ sVars = [], sProps = [], sType = t0 }
437 etaDelay sym env0 Forall{ sVars = vs0, sType = tp0 } = goTpVars env0 vs0
/dports/security/hs-cryptol/cryptol-2.11.0/src/Cryptol/REPL/
H A DCommand.hs1795 let schema = T.Forall { T.sVars = []