Home
last modified time | relevance | path

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

/dports/textproc/jade/jade-1.2.1/style/
H A DInsn.h206 class ClosureSetBoxInsn : public Insn {
208 ClosureSetBoxInsn(int index, const Location &loc, InsnPtr next);
H A DInsn.cxx910 ClosureSetBoxInsn::ClosureSetBoxInsn(int index, const Location &loc, InsnPtr next) in ClosureSetBoxInsn() function in DSSSL_NAMESPACE::ClosureSetBoxInsn
915 const Insn *ClosureSetBoxInsn::execute(VM &vm) const in execute()
H A DExpression.cxx1056 result = new ClosureSetBoxInsn(index, location(), result); in compile()
/dports/textproc/openjade/openjade-1.3.3-pre1/style/
H A DInsn.h206 class ClosureSetBoxInsn : public Insn { in execute()
208 ClosureSetBoxInsn(int index, const Location &loc, InsnPtr next); in execute()
H A DInsn.cxx912 ClosureSetBoxInsn::ClosureSetBoxInsn(int index, const Location &loc, InsnPtr next) in InheritedC()
917 const Insn *ClosureSetBoxInsn::execute(VM &vm) const in InheritedC()
H A DExpression.cxx1056 result = new ClosureSetBoxInsn(index, location(), result); in compile()