Home
last modified time | relevance | path

Searched refs:BoxStackInsn (Results 1 – 8 of 8) sorted by relevance

/dports/textproc/jade/jade-1.2.1/style/
H A DInsn.h492 class BoxStackInsn : public Insn {
494 BoxStackInsn(int n, InsnPtr next);
H A DMacroFlowObj.cxx178 result = new BoxStackInsn(stackOffset, result); in compile()
H A DInsn.cxx1078 BoxStackInsn::BoxStackInsn(int n, InsnPtr next) in BoxStackInsn() function in DSSSL_NAMESPACE::BoxStackInsn
1083 const Insn *BoxStackInsn::execute(VM &vm) const in execute()
H A DExpression.cxx560 entryPoints.back() = new BoxStackInsn(-1 - sig_.nKeyArgs, entryPoints.back()); in compile()
631 entryPoints.back() = new BoxStackInsn(i - sig_.nKeyArgs - sig_.restArg in compile()
/dports/textproc/openjade/openjade-1.3.3-pre1/style/
H A DInsn.h492 class BoxStackInsn : public Insn {
494 BoxStackInsn(int n, InsnPtr next);
H A DMacroFlowObj.cxx178 result = new BoxStackInsn(stackOffset, result);
H A DInsn.cxx1080 BoxStackInsn::BoxStackInsn(int n, InsnPtr next) in InheritedC()
1085 const Insn *BoxStackInsn::execute(VM &vm) const in InheritedC()
H A DExpression.cxx560 entryPoints.back() = new BoxStackInsn(-1 - sig_.nKeyArgs, entryPoints.back()); in compile()
631 entryPoints.back() = new BoxStackInsn(i - sig_.nKeyArgs - sig_.restArg in compile()