Home
last modified time | relevance | path

Searched defs:sVars (Results 1 – 4 of 4) sorted by relevance

/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/include/ui/ctl/
H A DCtlExpression.h62 calc::Variables sVars; variable
/dports/science/plumed/plumed2-2.7.2/src/asmjit/
H A Dx86regalloc.cpp608 VirtReg** sVars = state->getListByKind(C); in X86RAPass_checkStateVars() local
653 VirtReg** sVars = src->getListByKind(C); in X86RAPass_loadStateVars() local
744 VirtReg** sVars = src->getListByKind(C); in X86RAPass_switchStateVars() local
3305 VirtReg** sVars = state->getListByKind(C); in spill() local
3547 VirtReg** sVars = state->getListByKind(C); in save() local
3572 VirtReg** sVars = state->getListByKind(C); in clobber() local
/dports/security/hs-cryptol/cryptol-2.11.0/src/Cryptol/Transform/
H A DMonoValues.hs260 { sVars = [], sProps = [] } function
/dports/security/hs-cryptol/cryptol-2.11.0/src/Cryptol/TypeCheck/
H A DType.hs38 data Schema = Forall { sVars :: [TParam], sProps :: [Prop], sType :: Type } function