Home
last modified time | relevance | path

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

/dports/textproc/jade/jade-1.2.1/style/
H A DInsn.h483 class BoxArgInsn : public Insn {
485 BoxArgInsn(int n, InsnPtr next);
H A DInsn.cxx1066 BoxArgInsn::BoxArgInsn(int n, InsnPtr next) in BoxArgInsn() function in DSSSL_NAMESPACE::BoxArgInsn
1071 const Insn *BoxArgInsn::execute(VM &vm) const in execute()
H A DExpression.cxx629 entryPoints[j + 1] = new BoxArgInsn(i + sig_.nRequiredArgs, entryPoints[j + 1]); in compile()
640 code = new BoxArgInsn(i, code); in compile()
/dports/textproc/openjade/openjade-1.3.3-pre1/style/
H A DInsn.h483 class BoxArgInsn : public Insn {
485 BoxArgInsn(int n, InsnPtr next);
H A DInsn.cxx1068 BoxArgInsn::BoxArgInsn(int n, InsnPtr next) in InheritedC()
1073 const Insn *BoxArgInsn::execute(VM &vm) const in InheritedC()
H A DExpression.cxx629 entryPoints[j + 1] = new BoxArgInsn(i + sig_.nRequiredArgs, entryPoints[j + 1]); in compile()
640 code = new BoxArgInsn(i, code); in compile()