Home
last modified time | relevance | path

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

/dports/textproc/jade/jade-1.2.1/style/
H A DInsn.h260 class ClosureInsn : public Insn {
262 ClosureInsn(const Signature *, InsnPtr code, int displayLength, InsnPtr next);
H A DInsn.cxx615 ClosureInsn::ClosureInsn(const Signature *sig, InsnPtr code, int displayLength, in ClosureInsn() function in DSSSL_NAMESPACE::ClosureInsn
621 const Insn *ClosureInsn::execute(VM &vm) const in execute()
H A DExpression.cxx642 new ClosureInsn(&sig_, code, in compile()
/dports/textproc/openjade/openjade-1.3.3-pre1/style/
H A DInsn.h260 class ClosureInsn : public Insn {
262 ClosureInsn(const Signature *, InsnPtr code, int displayLength, InsnPtr next);
H A DInsn.cxx617 ClosureInsn::ClosureInsn(const Signature *sig, InsnPtr code, int displayLength, in InheritedC()
623 const Insn *ClosureInsn::execute(VM &vm) const in InheritedC()
H A DExpression.cxx642 new ClosureInsn(&sig_, code, in compile()