Home
last modified time | relevance | path

Searched refs:CaseInsn (Results 1 – 6 of 6) sorted by relevance

/dports/textproc/jade/jade-1.2.1/style/
H A DInsn.h97 class CaseInsn : public Insn {
99 CaseInsn(ELObj *, InsnPtr match, InsnPtr fail);
H A DInsn.cxx301 CaseInsn::CaseInsn(ELObj *obj, InsnPtr match, InsnPtr fail) in CaseInsn() function in DSSSL_NAMESPACE::CaseInsn
306 const Insn *CaseInsn::execute(VM &vm) const in execute()
H A DExpression.cxx420 finish = new CaseInsn(cases_[i].datums[j], match, finish); in compile()
/dports/textproc/openjade/openjade-1.3.3-pre1/style/
H A DInsn.h97 class CaseInsn : public Insn {
99 CaseInsn(ELObj *, InsnPtr match, InsnPtr fail);
H A DInsn.cxx303 CaseInsn::CaseInsn(ELObj *obj, InsnPtr match, InsnPtr fail) in InheritedC()
308 const Insn *CaseInsn::execute(VM &vm) const in InheritedC()
H A DExpression.cxx420 finish = new CaseInsn(cases_[i].datums[j], match, finish); in compile()